Skip to main content
A newer release of this product is available.

vserver object-store-server show

Contributors
Suggest changes

Display object store servers

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The vserver object-store-server show command displays information about the object store server.

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.

[-vserver <vserver name>] - Vserver

If you specify this parameter, the command displays information only about the object store servers for the specified Vserver

[-object-store-server <Object store server name>] - Object Store Server Name

If you specify this parameter, the command displays information only for object store servers that match the specified object store server name.

[-status-admin {down|up}] - Object Store Server Administrative State

If you specify this parameter, the command displays information only for object store servers that match the specified administrative status.

[-listener-port <integer>] - Object Store Server Listener Port

If you specify this parameter, the command displays information only for object store servers that match the specified listener port.

[-comment <text>] - Object Store Server Description

If you specify this parameter, the command displays information only for object store servers that match the specified comment field.

Examples

The following example displays information of all object store servers:

cluster1::> vserver object-store-server show
                            Status    Listener
Vserver     Server Name     Admin     Port
----------- --------------- --------- ---------
vs1         OSS1            up        80
   Comment: test
vs2         OSS2            up        80
   Comment: test
2 entries were displayed.

The following example displays information about the object store server associated with Vserver vs1:

cluster1::> vserver object-store-server show -vserver vs1
                                 Vserver: vs1
                Object Store Server Name: OSS1
Object Store Server Administrative State: up
       Object Store Server Listener Port: 80
         Object Store Server Description: test