Error when restoring VM from Veeam backup
search cancel

Error when restoring VM from Veeam backup

book

Article ID: 418899

calendar_today

Updated On:

Products

VMware vSphere ESXi

Issue/Introduction

  • Attempt to mount Veeam Backup NFS datastore to restore VM fails with the following error:
    An error occurred during host configuration: . Operation failed, diagnostics report: Mount failed: Unable to complete Sysinfo operation. Please see the VMkernel log file for more details.: Unable to connect to NFS server: VSI node (5001:)
  • /var/run/log/vobd.log file of the ESXi host reports below errors:
    YYYY-MM-DDThh:mm:ssZ In(14) vobd[2097570]:  [vmfsCorrelator] 7793948313911us: [vob.vmfs.nfs.mount.failed] NFS mount failed for ##.##.##.##:/VeeamBackup volume VeeamBackup. Status: Unable to connect to NFS server.
    YYYY-MM-DDThh:mm:ssZ In(14) vobd[2097570]:  [vmfsCorrelator] 7793875530677us: [esx.problem.vmfs.nfs.mount.failed] ##.##.##.## /VeeamBackup VeeamBackup Unable to connect to NFS server.
  • /var/run/log/hostd.log file of the ESXi host reports below errors:
    YYYY-MM-DDThh:mm:ssZ Db(167) Hostd[2098894]: [Originator@6876 sub=Solo.Vmomi opID=########-######## sid=####### user=vpxuser:VSPHERE.LOCAL\Administrator] Arg spec:
    YYYY-MM-DDThh:mm:ssZ Db(167) Hostd[2098832]: --> (vim.host.NasVolume.Specification) {
    YYYY-MM-DDThh:mm:ssZ Db(167) Hostd[2098832]: -->    remoteHost = "##.##.##.##",
    YYYY-MM-DDThh:mm:ssZ Db(167) Hostd[2098832]: -->    remotePath = "/VeeamBackup",
    YYYY-MM-DDThh:mm:ssZ Db(167) Hostd[2098832]: -->    localPath = "VeeamBackup",
    YYYY-MM-DDThh:mm:ssZ Db(167) Hostd[2098832]: -->    accessMode = "readWrite",
    YYYY-MM-DDThh:mm:ssZ Db(167) Hostd[2098832]: --> }
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098894]: [Originator@6876 sub=Solo.Vmomi opID=########-######## sid=####### user=vpxuser:VSPHERE.LOCAL\Administrator] Throw vim.fault.PlatformConfigFault
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098894]: [Originator@6876 sub=Solo.Vmomi opID=########-######## sid=####### user=vpxuser:VSPHERE.LOCAL\Administrator] Result:
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: --> (vim.fault.PlatformConfigFault) {
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->    faultMessage = (vmodl.LocalizableMessage) [
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->       (vmodl.LocalizableMessage) {
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->          key = "com.vmware.esx.hostctl.default",
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->          arg = (vmodl.KeyAnyValue) [
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->             (vmodl.KeyAnyValue) {
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->                key = "reason",
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->                value = "Mount failed: Unable to complete Sysinfo operation.  Please see the VMkernel log file for more details.: Unable to connect to NFS server: VSI node (5001:) "
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->             }
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->          ],
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->       }
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->    ],
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->    text = "",
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: -->    msg = ""
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098832]: --> }
    YYYY-MM-DDThh:mm:ssZ In(166) Hostd[2098894]: [Originator@6876 sub=Vimsvc.TaskManager opID=########-######## sid=####### user=vpxuser:VSPHERE.LOCAL\Administrator] Task Created : haTask-206-vim.VirtualMachine.powerOn-#####
  • /var/run/log/vmkernel.log file of the ESXi host reports below errors:
    YYYY-MM-DDThh:mm:ssZ In(182) vmkernel: cpu0:2098865 opID=######)SunRPC: 3615: Synchronous RPC cancel for client 0x4310cdc01f10 IP ##.##.##.## proc 3 xid 0x36db9056 attempt 1 of 3
    YYYY-MM-DDThh:mm:ssZ In(182) vmkernel: cpu0:2098865 opID=######)SunRPC: 3615: Synchronous RPC cancel for client 0x4310cdc01f10 IP ##.##.##.## proc 3 xid 0x36db9056 attempt 2 of 3
    YYYY-MM-DDThh:mm:ssZ In(182) vmkernel: cpu18:2098865 opID=######)SunRPC: 3615: Synchronous RPC cancel for client 0x4310cdc01f10 IP ##.##.##.## proc 3 xid 0x36db9056 attempt 3 of 3

Environment

  • vCenter 8.x
  • ESXi 8.x

Cause

The mount requests from the ESXi host are being re-transmitted. Connections to port 3260 is getting re-transmitted to 43985

Resolution

  1. Run the below command on the ESXi host to collect the packet captures after initiating mount request to check if the mount requests are getting re-transmitted.
    pktcap-uw --vmk vmkX --dir 2 -o /tmp/vmkX.pcapng

  2. Review the packet capture using WireShark.



  3. If NFS mount requests are being re-transmitted, ensure the required ports are open between the ESXi host and the NFS server. Engage backup vendor for further information regarding the issue.

Additional Information

Check the below KB article to troubleshoot NFS connectivity issues.

Troubleshooting NFS datastore connectivity issues

Veeam Backup & Replication Ports

Broadcom is not responsible for the accuracy or reliability of information published in third-party documentation.