ONTAP 9.12.1 commands

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

    Add a namespace map

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

    Description

    The vserver nvme subsystem map add command creates an association on an NVMe namespace to an NVMe subsystem.

    When you add an NVMe subsystem map, the following pre-conditions must hold:

    • The NVMe namespace must not be already mapped to a different subsystem.

    • There must be an FC-NVMe LIF on the NVMe namespace owning node.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver.

    -subsystem <text> - Subsystem

    Specifies the NVMe target subsystem.

    -path <path> - Namespace Path

    Specifies the path of the NVMe namespace. Examples of correct NVMe namespace paths are /vol/vol1/ns1 and /vol/vol1/qtree1/ns1 .

    Examples

    cluster::*> vserver nvme subsystem map add -vserver vs_1 -subsystem sub_1 -path /vol/nsvol/namespace1

    Adds an association on the NVMe namespace at the specified path to NVMe subsystem sub_1 on Vserver vs_1 .

    Top of Page