Configure an SVM for FC
To configure a storage virtual machine (SVM) for FC, you must create LIFs for the SVM and assign the FC protocol to those LIFs.
NetApp supports a minimum of one FC LIF per node for each SVM serving data with the FC protocol. You must use two LIFs per node and two fabrics, with one LIF per node attached. This provides for redundancy at the node layer and the fabric.
-
You must be a cluster administrator to perform this task.
-
You must have an FC license (included with ONTAP One) and it must be enabled. If the FC license is not enabled, the LIFs and SVMs will appear to be online but the operational status will be
down. The FC service must be enabled for your LIFs and SVMs to be operational. You must use single initiator zoning for all of the FC LIFs in the SVM to host the initiators.
Configure an storage VM for iSCSI with ONTAP System Manager (9.7 and later).
| To configure FC on a new storage VM | To configure FC on an existing storage VM |
|---|---|
|
|
-
Enable FC service on the SVM:
vserver fcp create -vserver <vserver_name> -status-admin up -
Create two LIFs for the SVMs on each node serving FC:
-
For ONTAP 9.6 and later:
network interface create -vserver <vserver_name> -lif <lif_name> -data-protocol fcp -service-policy default-data-fcp -home-node <node_name> -home-port <port_name> -address <ip_address> -netmask <netmask> -status-admin up -
For ONTAP 9.5 and earlier:
network interface create -vserver <vserver_name>_ -lif <lif_name> -role data -data-protocol fcp -home-node <node_name> -home-port <port_name>
-
-
Verify that your LIFs have been created and that their operational status is
online:network interface show -vserver <vserver_name> <lif_name>Learn more about
network interface showin the ONTAP command reference.