vserver nvme subsystem host add
Add a host to a subsystem
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver nvme subsystem host add command adds an FC-NVMe host to 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.
[-priority {regular|high}]- Host priority-
Specifies the host priority.
[-dhchap-host-secret-key <text>]- Authentication Host Secret-
Specifies the NVMe DH-HMAC-CHAP in-band authentication host secret.
[-dhchap-controller-secret-key <text>]- Authentication Controller Secret-
Specifies the NVMe DH-HMAC-CHAP in-band authentication controller secret.
[-dhchap-hash-function {sha-256|sha-512}]- Authentication Hash Function-
Specifies the NVMe DH-HMAC-CHAP in-band authentication hash function.
[-dhchap-dh-group {none|2048-bit|3072-bit|4096-bit|6144-bit|8192-bit}]- Authentication Diffie-Hellman Group-
Specifies the NVMe DH-HMAC-CHAP in-band authentication Diffie-Hellman group size.
[-tls-configured-psk <text>]- TLS Configured PSK-
Specifies the configured pre-shared key (PSK) for the host.
Examples
cluster::*> vserver nvme subsystem host add -vserver vs_1 -subsystem sub_1 -host-nqn nqn.2001-01.com.example:nvme-host1
Adds a host with the specified NQN to the NVMe subsystem sub_1 on Vserver vs_1 .