vserver object-store-server show
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
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.
[-is-http-enabled {true|false}]
- Accept Connections Over HTTP-
If you specify this parameter, the command displays information only for object store servers that accept HTTP connections.
[-is-https-enabled {true|false}]
- Accept Connections Over HTTPS-
If you specify this parameter, the command displays information only for object store servers that accept HTTPS connections.
[-certificate-name <text>]
- Name of Certificate Used for HTTPS Connections-
If you specify this parameter, the command displays information only for object store servers that match specified certificate name.
[-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.
[-secure-listener-port <integer>]
- Object Store Server Listener Port for HTTPS-
If you specify this parameter, the command displays information only for object store servers that match the specified secure listener port.
[-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.
[-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.
[-default-unix-user <text>]
- Default UNIX User for NAS Access-
If you specify this parameter, the command displays information only for object store servers that match the specified default UNIX user.
[-default-win-user <text>]
- Default Windows User for NAS Access-
If you specify this parameter, the command displays information only for object store servers that match the specified default Windows user.
[-is-ldap-fastbind-enabled {true|false}]
- Is LDAP FastBind Authentication Enabled? (privilege: advanced)-
This parameter specifies whether LDAP FastBind authentication is enabled for the object store server.
Examples
The following example displays information of all object store servers:
cluster1::> vserver object-store-server show Vserver: vs3 Object Store Server Name: test.s3.local Administrative State: up Listener Port For HTTP: 80 Secure Listener Port For HTTPS: 443 HTTP Enabled: false HTTPS Enabled: true Certificate for HTTPS Connections: server_cert Default UNIX User: pcuser Default Windows User: win_user Comment: Server comment
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: test.s3.local Administrative State: up Listener Port For HTTP: 80 Secure Listener Port For HTTPS: 443 HTTP Enabled: false HTTPS Enabled: true Certificate for HTTPS Connections: server_cert Default UNIX User: pcuser Default Windows User: win_user Comment: Server comment