ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver nvme subsystem map show

    Display namespace maps within the subsystem

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

    Description

    The vserver nvme subsystem map show command displays information about NVMe subsystem maps.

    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 subsystem maps that match the Vserver that you specify.

    [-subsystem <text>] - Subsystem

    Use this parameter to display the NVMe subsystem maps that match the subsystem that you specify.

    [-nsid <Hex 32bit Integer>] - NSID

    Use this parameter to display the NVMe subsystem maps that match the NVMe namespace NSID that you specify.

    [-path <path>] - Namespace Path

    Use this parameter to display the NVMe subsystem maps that match the NVMe namespace path that you specify.

    [-anagrpid <Hex 32bit Integer>] - ANA Group ID

    Use this parameter to display the NVMe namespaces that match the Asymmetric Namespace Access (ANA) group identifier that you specify.

    [-namespace-uuid <UUID>] - Namespace UUID

    Use this parameter to display the NVMe ubsystem maps that match the NVMe namespace UUID that you specify.

    Examples

    cluster-1::*> vserver nvme subsystem map show -vserver vs_1
    Vserver       Subsystem      NSID Namespace Path
    ------------- --------- --------- ------------------------------------------
    vs_1          sub_1
                            00000001h /vol/nsvol1/ns1
                            00000002h /vol/nsvol1/ns2
    2 entries were displayed.
    Top of Page