vserver show
Display Vservers
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver show
command displays the following information:
-
Vserver name
-
Vserver type (
data
,admin
,node
orsystem
- detailed view only) -
Vserver subtype (
default
,dp-destination
,sync-source
, andsync-destination
- detailed view only) -
Vserver universal unique identifier (detailed view only)
-
Root volume name
-
Aggregate on which the root volume is located
-
Associated NIS domain
-
Root volume security style (
unix
for UNIX mode bits,ntfs
for CIFS ACLs,mixed
for both (detailed view only) -
LDAP client
-
Language (detailed view only)
-
Snapshot policy (detailed view only)
-
Comment text (detailed view only)
-
Quota policy (detailed view only)
-
Aggregate list (detailed view only)
-
Maximum Volumes (detailed view only)
-
Qos-policy-group (detailed view only)
-
Config-lock (detailed view only)
-
Admin state (
running
,stopped
,starting
,stopping
,initializing
, ordeleting
) -
Operational state (
running
, orstopped
) -
Operational state stopped reason (
sync-destination-and-switchover-not-done
, orcluster-reboot-done
, oradmin-state-stopped
) -
Allowed Protocols (
nfs
,cifs
,fcp
,iscsi
,nvme
,ndmp
- detailed view only) -
Disallowed Protocols (
nfs
,cifs
,fcp
,iscsi
,nvme
,ndmp
- detailed view only) -
IPspace to which the Vserver belongs (detailed view only)
-
Caching policy
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. - |
[-protocols ]
-
If this optional parameter is specified, the command displays the allowed and disallowed set of protocols for the Vserver(s).
- |
[-instance ]
} -
If you specify the
-instance
parameter, the command displays detailed information about all fields. [-vserver <vserver>]
- Vserver-
If this parameter is specified, the command displays detailed information about the specified Vserver.
[-type <vserver type>]
- Vserver Type-
If this parameter is specified, the command displays information only about the Vserver or Vservers that have the specified Vserver type. Types include
admin
for the cluster-wide management Vserver,system
for cluster-level communications in an IPspace,data
for data serving Vserver, andnode
for node management Vserver. [-subtype <vserver subtype>]
- Vserver Subtype-
If this parameter is specified, the command displays information only about the Vserver or Vservers that have the specified Vserver subtype. Types include:
-
default
for default data Vserver
*
and -
dp-destination
for Data Protection destination Vserver. -
sync-source
for MetroCluster source Vserver, -
sync-destination
for MetroCluster destination Vserver.
-
[-uuid <UUID>]
- Vserver UUID-
If this parameter is specified, the command displays information only about the Vserver that match the specified UUID.
[-rootvolume <volume name>]
- Root Volume-
If this parameter is specified, the command displays information only about the Vserver or Vservers that have the specified root volume.
[-aggregate <aggregate name>]
- Aggregate-
If this parameter is specified, the command displays information only about the Vserver or Vservers that have their root volumes contained by the specified aggregate.
[-nisdomain <nis domain>]
- NIS Domain-
If this parameter is specified, the command displays information only about the Vserver or Vservers that use the specified NIS domain.
[-rootvolume-security-style <security style>]
- Root Volume Security Style-
If this parameter is specified, the command displays information only about the Vserver or Vservers that have the specified root-volume security style.
[-ldap-client <text>]
- LDAP Client-
If this parameter is specified, the command displays information only about the Vserver or Vservers that use the specified LDAP client.
[-language <Language code>]
- Default Volume Language Code-
If this parameter is specified, the command displays information only about the Vserver or Vservers that use the specified language. To determine the available languages, enter "`vserver show
-language
?`
" at the clustershell command prompt and at the Vserver prompt. [-snapshot-policy <snapshot policy>]
- Snapshot Policy-
If this parameter is specified, the command displays information only about the Vserver or Vservers that have the specified Snapshot policy.
[-data-services <LIF Service Name>,…]
- Data Services-
If this parameter is specified, the command displays information only about the Vserver or Vservers that match the specified data services.
[-comment <text>]
- Comment-
If this parameter is specified, the command displays information only about the Vserver or Vservers that match the specified comment.
[-quota-policy <text>]
- Quota Policy-
If this parameter is specified, the command displays information only about the Vserver or Vservers that use the specified quota policy.
[-aggr-list <aggregate name>,…]
- List of Aggregates Assigned-
If this parameter is specified, the command displays information only about the Vserver or Vservers to which the specified aggregate(s) are assigned for use.
[-max-volumes <unsigned32_or_unlimited>]
- Limit on Maximum Number of Volumes allowed-
If this parameter is specified, the command displays information only about the Vserver or Vservers on which the specified maximum volume count is configured.
[-admin-state {running|stopped|starting|stopping}]
- Vserver Admin State-
If this parameter is specified, the command displays information only about the Vserver or Vservers that match the specified admin-state.
[-operational-state {running|stopped}]
- Vserver Operational State-
If this parameter is specified, the command displays information only about the Vserver or Vservers that match the specified operational-state. This field determines the state of the Vserver LIFs. New LIFs created on a Vserver, which is in running state, will be operationally up and the LIFs created on a Vserver, which is in stopped state, will be operationally down.
[-operational-state-stopped-reason {sync destination and switchover is not done|cluster reboot is done|admin state stopped| dp destination not started}]
- Vserver Operational State Stopped Reason-
If this parameter is specified, the command displays information only about the Vserver or Vservers that are operationally stopped due to the specified reason. This field indicates the reason for the operational-state of the Vserver being stopped
[-allowed-protocols {nfs|cifs|fcp|iscsi|ndmp|nvme}]
- Allowed Protocols-
If this parameter is specified, the command displays information only about the Vserver or Vservers on which the specified protocols are allowed to run.<