Skip to main content

vserver nvme namespace show

Display NVMe namespaces

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

Description

The vserver nvme namespace showcommand displays information for NVMe namespaces.

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 Name
Use this parameter to display the NVMe namespaces that match the Vserver that you specify.
[-path <path>] - Namespace Path
Use this parameter to display the NVMe namespace that matches the path that you specify.
[-size {<integer>[KB|MB|GB|TB|PB]}] - Size
Use this parameter to display the NVMe namespaces that match the size that you specify.
[-block-size {<integer>[KB|MB|GB|TB|PB]}] - Block Size
Use this parameter to display the NVMe namespaces that match this parameter value.
[-size-used {<integer>[KB|MB|GB|TB|PB]}] - Size Used
Use this parameter to display the NVMe namespaces that match this parameter value.
[-ostype {vmware|hyper_v|windows|linux|xen}] - OS Type
Use this parameter to display the NVMe namespaces that match this parameter value.
[-comment <text>] - Comment
Use this parameter to display the NVMe namespaces that match this parameter value.
[-state {online|offline|nvfail|space-error}] - State
Use this parameter to display the NVMe namespaces that match this parameter value.
[-is-read-only {true|false}] - Is Read Only
Use this parameter to display the NVMe namespaces that match this parameter value.
[-creation-timestamp <MM/DD/YYYY HH:MM:SS>] - Creation Time
Use this parameter to display the NVMe namespaces that match this parameter value.
[-uuid <UUID>] - Namespace UUID
Use this parameter to display the NVMe namespaces that match this parameter value.
[-restore-inaccessible {true|false}] - Restore Inaccessible
Use this parameter to display the NVMe namespaces that match this parameter value.
[-node <nodename>] - Node Hosting the Namespace
Use this parameter to display the NVMe namespaces that match this parameter value.
[-volume <volume name>] - Volume Name
Use this parameter to display the NVMe namespaces that match this parameter value.
[-qtree <qtree name>] - Qtree Name
Use this parameter to display the NVMe namespaces that match this parameter value.
[-subsystem <text>] - Attached Subsystem
Use this parameter to display the NVMe namespaces that are attached to a Subsystem that matches this parameter value.
[-nsid <Hex Integer>] - Namespace ID
Use this parameter to display the NVMe namespaces that match this parameter value.
[-anagrpid <Hex Integer>] - ANA Group ID (privilege: advanced)
Use this parameter to display the NVMe namespaces that match Asymmetric Namespace Access (ANA) group identifier that you specify.
[-vserver-id <integer>] - Vserver ID
Use this parameter to display the NVMe namespaces that match this parameter value.

Examples

cluster::*> vserver nvme namespace show -vserver vs1
Vserver Path State Size Subsystem NSID
--------- ------------------------------- ------- ------ ---------- ------
vs1 /vol/test_1_vol/ns1 online 10GB subsys1 1
vs1 /vol/test_1_vol/ns2 online 500MB subsys1 2
vs1 /vol/test_1_vol/ns3 online 1TB - -
3 entries were displayed.