ONTAP 9.13

to Japanese version

Map an NVMe namespace to a subsystem

This procedure maps an existing NVMe namespace to an existing NVMe subsystem using the ONTAP CLI.

Your namespace and subsystem should already be created. If you need to create a namespace and subsystem, see Provision NVMe storage.

Steps
  1. Obtain the NQN from the host.

  2. Add the host NQN to the subsystem:

    vserver nvme subsystem host add -vserver <SVM_name> -subsystem <subsystem_name> -host-nqn <Host_NQN_:subsystem._subsystem_name>

  3. Map the namespace to the subsystem:

    vserver nvme subsystem map add -vserver <SVM_name> -subsystem <subsystem_name> -path <path>

    A namespace can only be mapped to a single subsystem.

  4. Verify that the namespace is mapped to the subsystem:

    vserver nvme namespace show -vserver <SVM_name> -instance

    The subsystem should be listed as the Attached subsystem.

Top of Page