esxcli storage nfs list".esxcli storage nfs listVolume Name Host Share Accessible Mounted Read-Only isPE Hardware Acceleration---------------------- -------------------------- ----------------------- ---------- ------- --------- ----- ---------------------##############-07 ########################## /############ -07 false false false false Unknown##############-06 ########################## /############ -06 false false false false Unknown##############-05 ########################## /############ -05 false false false false Unknown##############-01 ########################## /############ -01 false false false false Unknown##############-02 ########################## /############ -02 false false false false Unknown##############-08 ########################## /############ -08 false false false false Unknown##############-03 ########################## /############ -03 false false false false Unknown##############-04 ########################## /############ -04 false false false false UnknownVMware vSphere ESXi 6.x
VMware vSphere ESXi 7.x
VMware vSphere ESXi 8.x
Datastores are unmounted during the site shut down. Mount restore is required to establish the connectivity.
esxcfg-vswitch -l" to identify the vSwitch used for NFS traffic and check the MTU configured on it.esxcfg-vswitch -lDVS Name Num Ports Used Ports Configured Ports MTU UplinksSwitch-name #### 8 512 1500 vmnic1,vmnic0
DVPort ID In Use Client #### 1 vmnic0 #### 1 vmnic1 #### 1 vmk0 #### 1 vmk1 #### 1 vmk2
esxcfg-vmknic -l" to verify the MTU set on the VMkernel adapter (vmk)esxcfg-vmknic -lvmk2 266 IPv4 ###.###.###.## ###.###.###.### ###.###.##.### ##:##:##:##:##:## ##### true STATIC defaultTcpipStackesxcfg-nics -l" to confirm the MTU configured on the physical nics (vmnics).esxcfg-nics -lName PCI Driver Link Speed Duplex MAC Address MTU Descriptionvmnic0 ####:##:##.# nenic Up 50000Mbps Full ##:##:##:##:##:## 1500 Cisco Systems Inc Cisco VIC Ethernet NICvmnic1 ####:##:##.# nenic Up 50000Mbps Full ##:##:##:##:##:## 1500 Cisco Systems Inc Cisco VIC Ethernet NICPing results for first target.vmkping -I vmk2 -d -s 1472 ###.###.###.#01PING ###.###.###.#01 (###.###.###.#01): 1472 data bytes1480 bytes from ###.###.###.#01: icmp_seq=0 ttl=63 time=1.025 ms1480 bytes from ###.###.###.#01: icmp_seq=1 ttl=63 time=0.513 ms1480 bytes from ###.###.###.#01: icmp_seq=2 ttl=63 time=0.734 ms
--- ###.###.###.#01 ping statistics ---3 packets transmitted, 3 packets received, 0% packet lossround-trip min/avg/max = 0.513/0.757/1.025 ms
Ping results for second target.vmkping -I vmk2 -d -s 1472 ###.###.###.#02PING ###.###.###.#02 (###.###.###.#02): 1472 data bytes1480 bytes from ###.###.###.#02: icmp_seq=0 ttl=63 time=0.718 ms1480 bytes from ###.###.###.#02.136: icmp_seq=1 ttl=63 time=0.672 ms1480 bytes from ###.###.###.#02: icmp_seq=2 ttl=63 time=0.574 ms
--- ###.###.###.#02 ping statistics ---3 packets transmitted, 3 packets received, 0% packet lossround-trip min/avg/max = 0.574/0.655/0.718 ms
esxcli storage nfs add -H <hostname> -s <sharename> -v <volumename>". Mount fails with error "Volume with label " already exists.esxcli storage nfs add -H <Host> -s <Share> -v <Volume name> Volume with label : ##############-01 already exists.esxcfg-nas -r".esxcli storage nfs listVolume Name Host Share Accessible Mounted Read-Only isPE Hardware Acceleration---------------------- -------------------------- ----------------------- ---------- ------- --------- ----- ---------------------##############-07 ########################## /############ -07 true true false false Unknown##############-06 ########################## /############ -06 true true false false Unknown##############-05 ########################## /############ -05 true true false false Unknown##############-01 ########################## /############ -01 true true false false Unknown##############-02 ########################## /############ -02 true true false false Unknown##############-08 ########################## /############ -08 true true false false Unknown##############-03 ########################## /############ -03 true true false false Unknown##############-04 ########################## /############ -04 true true false false Unknown