I cannot get the VeeamBackup_SERVERNAME NFS share mounted.
I have followed the KB articles I have found here to no avail, they all seem for version 5.x or 6.x - nothing for 7.x.
My one initial problem was that Windows Services for NFS was on this system and seemed to be using some ports. I removed this feature and rebooted the server.
The "Veeam vPower NFS Service" shows as running, with no apparent errors in the Windows APP and SYS logs.
My netstat relevant entries look as such:
Code: Select all
Proto Local Address Foreign Address State
TCP 0.0.0.0:111 0.0.0.0:0 LISTENING
[VeeamNFSSvc.exe]
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
RpcSs
TCP 0.0.0.0:1059 0.0.0.0:0 LISTENING
[VeeamNFSSvc.exe]
TCP 0.0.0.0:6161 0.0.0.0:0 LISTENING
[VeeamNFSSvc.exe]
TCP 0.0.0.0:6162 0.0.0.0:0 LISTENING
[VeeamTransportSvc.exe]
UDP 0.0.0.0:111 *:*
[VeeamNFSSvc.exe]
UDP 0.0.0.0:1059 *:*
[VeeamNFSSvc.exe]
UDP 0.0.0.0:2050 *:*
[VeeamNFSSvc.exe]
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Veeam\Veeam NFS]
"MountPort"=dword:00000427
"NfsPort"=dword:00000802
"RootFolder"="C:\\Veeam\\Backup\\NfsDatastore"
"AsyncTcp"=dword:00000000
"Port"=dword:00001811
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Veeam\Veeam NFS\Dynamic mounts]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Veeam\Veeam NFS\ItemsCache]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Veeam\Veeam NFS\Shared Folders]
Code: Select all
[root@router mnt]# showmount -e 10.10.10.200
mount clntudp_create: RPC: Program not registered
The ESX host has another NFS share mounted to a Windows 2012 NFS server, so I know that it can properly mount NFS.
Please advise.