ONTAP 9.12.1 commands

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

    Create NVMe service configuration

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

    Description

    The vserver nvme create command creates an NVMe service for a Vserver.

    When you create the NVMe service on a Vserver, the Vserver must have only nvme in the allowed-protocols list.

    When you create the NVMe service on a Vserver, the administrative status of the service is up by default.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver for the NVMe service.

    [-status-admin {down|up}] - Administrative Status

    Specifies the configured administrative status of a service.

    Examples

    cluster1::*> vserver nvme create -vserver vs_1

    Creates an NVMe service on Vserver vs_1 .

    Top of Page