VMware Cloud Community
joboo12
Enthusiast
Enthusiast

ESXi and VCB

Looking for some direction on how to leverage VCB to perform Full Backups on VMs located on NFS DS and Local DS. I have installed VCB 1.1 on a Windows 2003 Physical Server. I plan to copy the Full VM Backups to this physical sever using vcbmounter and then copying the folder(s) to an offsite storage vault as part of a Backup Strategy. Can someone provide the correct syntax for the vcbmounter to perform this type of backup?

I ave tried the following without success

vcbmouter -h esxihosta -u username -p password -a name:testserver -r d:\backups -t fullvm

The error I Get is:

  • The host name used for the connection does not match the subject name on the h

ost certificate

  • A certificate in the host's chain is based on an untrusted root.

2008-04-16 23:42:24.431 'BaseLibs' 5260 warning SSLVerifyIsEnabled: failed to

read registry value. Assuming verification is disabled. LastError = 0

2008-04-16 23:42:24.431 'BaseLibs' 5260 warning SSLVerifyCertAgainstSystemStor

e: Certificate verification is disabled, so connection will proceed despite the

error

Copying "[esxds01] testserver/testserver.vmx":

0%=====================50%=====================100%

**************************************************

Copying "[esxds01] testserver/testserver.nvram":

0%=====================50%=====================100%

**************************************************

Copying "[esxds01] testserver//vmware.log":

0%=====================50%=====================100%

**************************************************

Copying "[esxds01] testserver//vmware-20.log":

0%=====================50%=====================100%

**************************************************

Copying "[esxds01] testserver//vmware-22.log":

0%=====================50%=====================100%

**************************************************

Copying "[esxds01] testserver//vmware-19.log":

0%=====================50%=====================100%

**************************************************

Copying "[esxds01] testserver//vmware-24.log":

0%=====================50%=====================100%

**************************************************

Copying "[esxds01] testserver//vmware-23.log":

0%=====================50%=====================100%

**************************************************

Copying "[esxds01] testserver//vmware-21.log":

0%=====================50%=====================100%

**************************************************

2008-04-16 23:42:39.102 'BaseLibs' 5260 warning SSLVerifyCertAgainstSystemStor

e: Subject mismatch: VMware vs esxihosta

2008-04-16 23:42:39.102 'BaseLibs' 5260 warning SSLVerifyCertAgainstSystemStor

e: The remote host certificate has these problems:

  • The host name used for the connection does not match the subject name on the h

ost certificate

  • A certificate in the host's chain is based on an untrusted root.

2008-04-16 23:42:39.118 'BaseLibs' 5260 warning SSLVerifyIsEnabled: failed to

read registry value. Assuming verification is disabled. LastError = 0

2008-04-16 23:42:39.134 'BaseLibs' 5260 warning SSLVerifyCertAgainstSystemStor

e: Certificate verification is disabled, so connection will proceed despite the

error

2008-04-16 23:42:41.806 'BlockList' 5260 error System error.

2008-04-16 23:42:42.024 'vcbMounter' 5260 error Error: Failed to open the disk

: Unspecified error

2008-04-16 23:42:42.040 'vcbMounter' 5260 error An error occurred, cleaning up

...

Thanks

0 Kudos
1 Reply
joboo12
Enthusiast
Enthusiast

Fixed the issue. Needed to add "-m nbd" since the VM was located on an NFS DS.

0 Kudos