This is not a VMware issue. To resolve the issue contact your storage vendor.
The exported volumes must allow root access and read/write privileges. Additionally, If IPv6 is enabled but not in use on the VMware ESXi hosts and you exceed the limits set by the Data ONTAP 7-mode exports file, you can disable IPV6 on the ESXi hosts to reduce the number of addresses to which NFS volumes are exported. This will also work around any issue with your version of the NetApp SRA.
To work around this issue, assure NFS is properly configured and restrict the ESXi hosts to IPv4 on the NFS storage network:
- Make sure that when configuring NFS that every volume or export is explicitly configured with r/w and root privileges. Check this by running the exportfs command on the command line of the NAS server on the Primary and the Recovery site. This will show the volumes and their configured privileges exported to the addresses of ESXi hosts on the Primary and Recovery sites. Correct the permissions of the exported volumes if necessary, and make a note of any IPv6 addresses in the output.
- For each host in the Primary and Recovery sites, you must check to see if IPv6 is enabled and if so, disable it:
- Log in to the ESXi host (primary and recovery sites) with an SSH client (putty command) and run the command:
esxcli system module parameters list -m tcpip3
You see output similar to:
Name Type Value Description
------------------- ---- ----- --------------------------------
ipportIscsiReserved int # of provisioned H/W iSCSI ports
ipv6 int 0 Enable/Disable IPv6
If IPv6 property is set to 1, then IPv6 property is enabled.
- Change the IPv6 property to 0 by running this command:
esxcli system module parameters set -m tcpip3 -p ipv6=0
- Put the host in maintenance mode and reboot the server.
- Perform a Test recovery again after all hosts at both sites are rebooted.