Configure a LIF
You must identify a LIF that will be used for establishing a data connection and control connection between the node and the backup application. After identifying the LIF, you must verify that firewall and failover policies are set for the LIF.
|
Beginning with ONTAP 9.10.1, firewall policies are deprecated and wholly replaced with LIF service policies. For more information, see Manage supported traffic. |
-
Identify the intercluster LIF hosted on the nodes by using the
network interface show
command with the-service-policy
parameter.network interface show -service-policy default-intercluster
-
Ensure that the intercluster LIF includes the
backup-ndmp-control
service:network interface service-policy show
-
Ensure that the failover policy is set appropriately for the intercluster LIFs:
-
Verify that the failover policy for the intercluster LIFs is set to
local-only
by using thenetwork interface show -failover
command.cluster1::> network interface show -failover Logical Home Failover Failover Vserver Interface Node:Port Policy Group -------- --------------- ----------------- ------------ -------- cluster1 IC1 cluster1-1:e0a local-only Default Failover Targets: ....... IC2 cluster1-2:e0b local-only Default Failover Targets: ....... cluster1-1 cluster1-1_mgmt1 cluster1-1:e0m local-only Default Failover Targets: .......
-
If the failover policy is not set appropriately, modify the failover policy by using the
network interface modify
command with the-failover-policy
parameter.cluster1::> network interface modify -vserver cluster1 -lif IC1 -failover-policy local-only
-