ONTAP 9.12.1 commands

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

    Remove a host from a subsystem

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

    Description

    The vserver nvme subsystem host remove command removes an FC-NVMe host from an NVMe subsystem on a Vserver.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver.

    -subsystem <text> - Subsystem

    Specifies the NVMe target subsystem.

    -host-nqn <text> - Host NQN

    Specifies the NVMe subsystem host NQN.

    Examples

    cluster::*> vserver nvme subsystem host remove -vserver vs_1 -subsystem sub_1 -host-nqn nqn.2001-01.com.example:host1

    Removes the host with the specified NQN from NVMe subsystem sub_1 on Vserver vs_1 .

    Top of Page