ONTAP 9.12.1 commands

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

    Delete the subsystem

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

    Description

    The vserver nvme subsystem delete command deletes an NVMe subsystem from a specified Vserver.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver.

    -subsystem <text> - Subsystem

    Specifies the NVMe target subsystem.

    [-skip-mapped-check <true>] - Skip Mapped Namespace Check

    Required to delete an NVMe subsystem with attached NVMe namespaces.

    [-skip-host-check <true>] - Skip Host Check

    Required to delete an NVMe subsystem with associated hosts.

    Examples

    cluster1::*> vserver nvme subsystem delete -vserver vs_1 -subsystem sub_1

    Deletes the NVMe subsystem sub_1 on Vserver vs_1 .

    Top of Page