Skip to main content

vserver nvme modify

Contributors
Suggest changes

Modify NVMe service configuration

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

Description

The vserver nvme modify command modifies an NVMe service configuration on a Vserver.

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. If you set this parameter to down , the Vserver will not serve NVMe traffic.

[-mdns-service-discovery-enabled {true|false}] - Use Multicast DNS Service Discovery (privilege: advanced)

Specifies the configured mDNS service discovery status of a service. If you set this parameter to false , the Vserver will not advertise NVMe-IP LIFs over Multicast DNS. The default value for create is true .

Examples

cluster1::*> vserver nvme modify -vserver vs_1 -status-admin down

Sets the administrative status of the NVMe service on Vserver vs_1 to down .