ONTAP Discussions
ONTAP Discussions
I have an older NetApp and I recently added a new one to the cluster. Both are connected to a pair of Fibre Channel (FC) switches. When connecting the new system, I added its WWPNs to all the zones on the FC switches. (Both NetApps are also connected to a pair of cluster switches.) Meanwhile, I have a bunch of VMware ESXi hosts connected to the same pair of FC switches. With this all set up and ready to go, I migrated the LUNs from the older NetApp to the new (using "volume move start ..."). All good so far.
Then I noticed something strange in vCenter: when looking at the paths for the LUNs, it only shows the WWPNs for the old NetApp. My assumption, therefore, is that the hosts are accessing the LUNs indirectly, via the cluster switch network. That's not good.
As a test, I created a new LUN on the new NetApp and connected it to the hosts. But this time, vCenter shows the WWPNs for the new nodes, as expected.
What's going on here? Is there something I need to do to give the LUNs a kick, so they start using the new paths? (Maybe I need to unmount them from the hosts and remount them?) Also, if I do nothing, will they automatically start using the new paths when I eventually shut down the old NetApp?
Solved! See The Solution
Hello HUX20002000,
Maybe the reporting nodes from the lun mapping are not updated with the new nodes and you have to add them manually.
Take a look at:
Kind regards,
Albert
Hello HUX20002000,
Maybe the reporting nodes from the lun mapping are not updated with the new nodes and you have to add them manually.
Take a look at:
Kind regards,
Albert
Thank you! This was the issue and I figured out the solution based on the info at that link. The process is straightforward and is done on a per-LUN basis:
1) In NetApp, add mapping to new nodes:
lun mapping add-reporting-nodes -vserver [SVM] -path [LUN path] -igroup * -local-nodes true
2) In vCenter, confirm new paths are visible, with correct I/O
3) In NetApp, remove mapping from old nodes:
lun mapping remove-reporting-nodes -vserver [SVM] -igroup * -path [LUN path] -remote-nodes true
4) In vCenter, confirm old paths show as "Dead"
5) In vCenter, refresh storage on host and confirm that old paths are gone
I see a couple of things here
as was infected, find out if you are using slm. This allows ONTAP to advertise paths automatically from the node with the lun plus its ha partner
more importantly did you create new luns? if you simply added the WWPNs of the hardware (50:00:xx..etc) that is another reason it’s not working.
ONTAP never uses the hardware WWPNs for serving data. You must create the logical fcp lifs and update the zone configuration
Assuming the configuration is a 4 node or more node cluster. Say for example, the cluster is like n1,n2,n3,n4. with n1 and n2 being the old nodes and n3 and n4 new nodes.
Note:
After the vol move is completed check for the following,
--------
For the Other Questions,
Jai/