NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Ontap 9 Filehandle preservation

Chandlerbing03
7,826 Views

I read that SVM-DR relations can preserve volume MSIDs which allows NFS file handles to remain valid in a disaster recovery scenario without the need to re-mount.  I tested this with a AFFA300 running 9.1P1 and RHEL VM using NFSv3.  Confirmed the msid-preserve is set to true.  Performed a SVM DR failover from one site to another site the unix mount froze and was not able to recover unless a lazy unmount was performed.  Is there mount options that need to be added or is this only for NFSv4? 

1 ACCEPTED SOLUTION

aborzenkov
7,644 Views
Client NFS mount is tied to specific address. There is no way to transparently migrate to different IP - client must remount. It is not related to MSID..

View solution in original post

5 REPLIES 5

aborzenkov
7,774 Views
To be sure - DR SVM was using the same IP addresses? Were they reacheable from NFS client? This may be network issue like stale ARP caches.

Chandlerbing03
7,663 Views

No, DR SVM is using different IP.  The VLAN is not stretched.  After DR cutover all IPs are reachable and DNS of SVM was manually changed to point to DR LIF.  Mount still hung doing a ls command. 

AlexDawson
7,748 Views

If you've moved the SVM/Cluster from 8.3 to 9, the SVM DR relationship by default will not preserve MSIDs. New relationships created under 9.0 will however.

 

We have instructions for upgrading the DR relationship in the first case, as well as general troubleshooting at https://kb.netapp.com/support/s/article/ka31A0000000jXPQAY/how-to-preserve-nfs-file-handles-and-volume-msids-with-svm-dr-vserver-disaster-recovery?lan...

 

Please let me know if this helps!

Chandlerbing03
7,656 Views

Hi, i did read that KB article and this is all done from 9.1P1.  No migration.  Did verify that MSIDs are the same on both locations. 

aborzenkov
7,645 Views
Client NFS mount is tied to specific address. There is no way to transparently migrate to different IP - client must remount. It is not related to MSID..
Public