ONTAP 9.12.1 commands

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

    Remove a namespace map

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

    Description

    The vserver nvme subsystem map remove command deletes an association on an NVMe namespace to an NVMe subsystem.

    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 remove -vserver vs_1 -subsystem sub_1 -path /vol/nsvol/namespace1

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

    Top of Page