ONTAP Discussions
ONTAP Discussions
Hi All,
I'm doing a piece of work where we have installed two new controllers in to our production six node cluster and im moving all the storage and anything the first four nodes host to the new nodes.
The majority of our virtual machines and storage are presented via iscsi. Its come to my attention that I would need to create new lifs on the new nodes, which means i would then have to configure each virtual machine with the new entry IP for iscsi which would be a pain. The easiest and quickest solution would be for us to migrate the iscsi lif thats on node1 to node 5/6. Not sure if this is possible. - if its possible would it cause any downtime or disruption to any services etc?
thanks
Solved! See The Solution
Agree with this, you cannot perform migrate for SAN LIFs, tested in lab.
"Error: command failed: Data LIFs with the "data-iscsi" service policy do not support the "network interface migrate" command. Use the "network interface modify" command to update the LIF's "home-node" and
"home-port".:
But yes, you can shut it down and move it to required node.
Without performing LIF down you cannot perform net int modify
"Error: command failed: Cannot change the home-node or home-port of an active SAN or NVMe data LIF"
So LIF down & net int modify -home-node <> -home-port <> can be done.
If there are 2 ISCSI LIFs per node then 1 LIF can be made down and moved to required node, in that case there is no need to down the VMs.
Regular ONTAP does not allow iSCSI LIF migration. That is only possible with ASA platforms with 9.12+ code
You can, however, move the LIF:
set advanced
net int modify -vserver abc -lif iscsi_01 -status-admin down
net int modify -vserver abc -lif iscsi_01 -home-node node-03 -home-port a0a-123 -status-admin up
That will shut the LIF down. Then move the LIF to node-03 and bring it back on.
Hi Thanks for your help.
So from what I understand (with my limited netapp knowledge) I would basically be best doing something like this
1. Move the storage from our old controllers to our new controllers.
2. Plan an outage of all VMs and anything that connects via iscsi.
3. Shutdown all VMs
4. Move the iscsi lif (where i believe the downtime would be whilst it moves it?
5. Boot everything back up and it should just re-connect.
Almost. Move half the LIFs first, then the storage, then the remaining LIFs.
thanks for your help - that makes sense I will investigate this. It looks like the way forward.
hello:
You can migrate iSCSI LIFs on all-flash SAN array (ASA) platforms running ONTAP 9.11.1 or later versions.
The migration of iSCSI LIF is limited to ports on the primary node or HA pair node.If your platform is not a full-flash SAN array (ASA) platform running ONTAP version 9.11.1 or later, you cannot migrate an iSCSI LIF from one node to another.To address this limitation, you must create an iSCSI LIF on the target node.
Perhaps this is the answer.
Best regards.
Disagree.
It’s agreed you cannot migrate a lif in ONTAP. However, you can shut it down and move it (I.e. re-home). You do not need to make a new lif
once done this process too many times to count. It works. It’s also documented
Agree with this, you cannot perform migrate for SAN LIFs, tested in lab.
"Error: command failed: Data LIFs with the "data-iscsi" service policy do not support the "network interface migrate" command. Use the "network interface modify" command to update the LIF's "home-node" and
"home-port".:
But yes, you can shut it down and move it to required node.
Without performing LIF down you cannot perform net int modify
"Error: command failed: Cannot change the home-node or home-port of an active SAN or NVMe data LIF"
So LIF down & net int modify -home-node <> -home-port <> can be done.
If there are 2 ISCSI LIFs per node then 1 LIF can be made down and moved to required node, in that case there is no need to down the VMs.