ONTAP 9.12.1 commands

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

    Modify an NVMe target subsystem

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

    Description

    The vserver nvme subsystem modify command modifies an existing NVMe target subsystem.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver.

    -subsystem <text> - Subsystem

    Specifies the NVMe target subsystem.

    [-comment <text>] - Comment

    Contains a textual description of the NVMe subsystem.

    [-delete-on-unmap {true|false}] - Delete on Unmap

    Specifies whether the subsystem should be deleted automatically when it is no longer mapped to a namespace.

    Examples

    cluster1::*> vserver nvme subsystem modify -vserver vs_1 -subsystem sub_1 -comment "Example Comment"

    Modifies the comment on the subsystem named sub_1 on Vserver vs_1 .

    Top of Page