ONTAP 9.13.1 commands

system node virtual-machine disk-object-store show

Display the list of object store configurations

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

The system node virtual-machine disk-object-store show command displays the list of object store containers that contain each node’s disks.

Parameters

{ [-fields <fieldname>,…​]

If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

| [-instance ] }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-node <nodename>] - ONTAP Node Name

Represents the name of the ONTAP node for which information is to be displayed. If this parameter is not specified, the command displays information about all nodes in the cluster.

[-object-store-name <object store name>] - ONTAP Name for this Object Store Config

Selects object store configurations with the specified name.

[-server <text>] - Fully Qualified Domain Name of the Object Store Server

Selects containers on the specified server.

[-port <integer>] - Port Number of the Object Store

Selects containers attached on the specified port.

[-container-name <text>] - Container Name

Selects containers with the specified name.

[-azure-account <text>] - Azure Storage Account

Selects containers in the specified Azure storage account.

[-alive {true|false}] - Is Server Alive

Selects containers based on their aliveness state, as seen from the ONTAP node.

Examples

The following example displays the list of containers for each node in the cluster.

cluster1::*> system node virtual-machine disk-object-store show
                  Object Store
     Node         Name         Azure Storage Account   Container Name   Alive
     ------------ ------------ ----------------------- ---------------- -----
     node1
                  objstore1    storageaccount1         container1        true
     node2
                  objstore1    storageaccount1         container1        true
     2 entries were displayed.
Top of Page