Migrate LIFs and data aggregates on node2 to node1
Migrate the logical interfaces (LIFs) and data aggregates on AFF A150, AFF A220, or FAS2820 node2 to node1 before converting node2 to a drive shelf.
Verify that you meet the following requirements:
-
The original and replacement controllers have the same ONTAP release and patch version, when possible. Refer to the NetApp Hardware Universe for supported ONTAP releases.
|
|
|
-
Both replacement controllers are on standby at the LOADER prompt.
-
All required cabling is available.
Perform these steps on node1.
-
Access the advanced privilege level:
set -privilege advanced -
Disable storage failover automatic giveback:
storage failover modify -node node1 -auto-giveback false -
Disable auto-revert of the LIFs across both nodes of the HA pair:
network interface modify -lif * -auto-revert false -
Display the status of all data network LIFs:
network interface show -role data -
Display the status of the cluster management LIFs:
network interface show -role cluster-mgmt -
Migrate all data LIFs from the storage virtual machines hosted on node2:
network interface migrate -vserver <vserver_name> -lif <lif_name> -destination-node <node1> -destination-port <port_name>This command only migrates non-SAN LIFs. You cannot use it to migrate iSCSI and FCP LIFs. -
Display the status of all data LIFs in the cluster:
network interface show -role data -
If any LIFs are down, set their administrative status to
upby entering the following command once for each LIF:network interface modify -vserver <vserver_name> -lif <lif_name> -status-admin up -
Display the status of all data aggregates in the cluster:
storage aggregate show -
Display failover eligibility:
storage failover show -
Migrate the data aggregates on node2 to node1:
storage aggregate relocation start -aggregate <aggregate_name> -node <node2> -destination <node1> -
Display the status of all data aggregates in the cluster:
storage aggregate show -
Display the status of all data volumes in the cluster:
volume show -
Display the
hastatus and ownership of epsilon:cluster show -
Disable cluster ha:
cluster ha modify -configured false -
Display the
hastatus and ownership of epsilon:cluster show -
Halt node2:
halt -node <node2> -inhibit-takeover true -ignore-quorum-warnings true