Configure an NVMe LIF in ONTAP
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
Certain requirements must be met when configuring NVMe LIFs.
NVMe must be supported by the FC adapter on which you create the LIF. Supported adapters are listed in Hardware Universe.
Beginning with ONTAP 9.12.1 and later, you can configure two NVMe LIFs per node on a maximum of 12 nodes. In ONTAP 9.11.1 and earlier, you can configure two NVMe LIFs per node on a maximum of two nodes.
The following rules apply when creating an NVMe LIF:
-
NVMe can be the only data protocol on data LIFs.
-
You should configure one management LIF for every SVM that supports SAN.
-
For ONTAP 9.5 and later, you must configure an NVMe LIF on the node containing the namespace and on node's HA partner.
-
For ONTAP 9.4 only:
-
NVMe LIFs and namespaces must be hosted on the same node.
-
Only one NVMe data LIF can be configured per SVM.
-
-
Create the LIF:
network interface create -vserver <SVM_name> -lif <LIF_name> -role <LIF_role> -data-protocol {fc-nvme|nvme-tcp} -home-node <home_node> -home-port <home_port>
CliNVME/TCP is available beginning with ONTAP 9.10.1 and later. -
Verify that the LIF was created:
network interface show -vserver <SVM_name>
Cli
After creation, NVMe/TCP LIFs listen for discovery on port 8009.