Unsolved

This post is more than 5 years old

1 Rookie

 • 

25 Posts

3396

March 18th, 2011 09:00

VCB backup failed - The virtual machine identified by abc.com is unknown. Exit Code: 16

Hi,

I having problem backing up a vm client, I have checked the username and password in config.js is fine. I need some advise about VCB backup. What port actually required between vm client and VCB proxy server? 443? How can I verify they are able to communicate each other?

1 retry attempted

PORT is not set, defaulting to 443

The virtual machine identified by abc.com is unknown. Exit Code: 16

Any ideas and suggestion to solve this would be appreciated.

Thanks.

116 Posts

March 18th, 2011 10:00

Hi,

Check in VirtualCenter the name of this virtual machine, and compare with name in saveset of client, should be the same, considering case sensitive.

Regards,

Luis Rogerio

1 Rookie

 • 

25 Posts

March 22nd, 2011 20:00

Hi Luis,

Thanks for your suggestion. But looks like the problem still persist, any other idea or suggestion?

Thanks

116 Posts

March 23rd, 2011 05:00

Try mount VM via cmd on machine where is installed VCB

Example:

vcbMounter -h virtual_center_hostname -u user -p password -a name:VIRTUAL_MACHINE_NAME -t fullvm -r D:\\VCB\VIRTUAL_MACHINE_NAME -m nbd

Before verify if not exist snapshot created on this machine.

Regards.

Luis Rogerio

1 Rookie

 • 

25 Posts

April 1st, 2011 01:00

Hi Luis,

Can you let me know the command you provide will there any impact to the VM?

How can I check is there any existing snapshot created? In VCB or VM?

Thanks.

116 Posts

April 1st, 2011 07:00

The impact is just create the snapshot of virtual machine.

Check in virtual center, right click on VM > Snapshot > Snapshot Manager there must be exist snapshot with name something like this VCB Backup...if had exclude the snapshot and try the command to create again.

Regards.

Luis Rogerio

1 Rookie

 • 

25 Posts

April 4th, 2011 02:00

I have ran the manual vcbmount command from vcb proxy, but seems like something wrong on the command, because I run on working client def.com still getting error.

Any idea?

abc.com >> problem client

def.com >> backup is fine.

C:\>vcbMounter -h VirtualCenterHost -u username -p Password -a name:abc.com -t fullvm -r F:\mnt -m nbd
[2011-04-04 04:50:53.887 'App' 4456 info] Current working directory: C:\
[2011-04-04 04:50:53.887 'BaseLibs' 4456 info] HOSTINFO: Seeing AMD CPU, numCoresPerCPU 2 numThreadsPerCore 1.
[2011-04-04 04:50:53.887 'BaseLibs' 4456 info] HOSTINFO: This machine has 4 physical CPUS, 8 total cores, and 8 logical CPUs.
[2011-04-04 04:50:54.465 'BaseLibs' 4456 info] Using system libcrypto, version 90709F
[2011-04-04 04:50:54.606 'BaseLibs' 4456 warning] SSLVerifyCertAgainstSystemStore: Subject mismatch: VMware vs VirtualCenterHost
[2011-04-04 04:50:54.606 'BaseLibs' 4456 warning] SSLVerifyCertAgainstSystemStore: The remote host certificate has these problems:

* The host name used for the connection does not match the subject name on the host certificate

* A certificate in the host's chain is not time valid

* A certificate in the host's chain is based on an untrusted root.
[2011-04-04 04:50:54.606 'BaseLibs' 4456 warning] SSLVerifyIsEnabled: failed to read registry value. Assuming verification is disabled. LastError = 0
[2011-04-04 04:50:54.606 'BaseLibs' 4456 warning] SSLVerifyCertAgainstSystemStore: Certificate verification is disabled, so connection will proceed despite the
error
[2011-04-04 04:51:20.903 'vcbMounter' 4456 error] Error: Mount point "F:\mnt" already exists.
[2011-04-04 04:52:14.997 'vcbMounter' 4456 error] An error occurred, cleaning up...

C:\>vcbMounter -h VirtualCenterHost -u username -p Password -a name:def.com -t fullvm -r F:\mnt -m nbd
[2011-04-04 04:56:02.311 'App' 4140 info] Current working directory: C:\
[2011-04-04 04:56:02.311 'BaseLibs' 4140 info] HOSTINFO: Seeing AMD CPU, numCoresPerCPU 2 numThreadsPerCore 1.
[2011-04-04 04:56:02.311 'BaseLibs' 4140 info] HOSTINFO: This machine has 4 physical CPUS, 8 total cores, and 8 logical CPUs.
[2011-04-04 04:56:02.920 'BaseLibs' 4140 info] Using system libcrypto, version 90709F
[2011-04-04 04:56:03.092 'BaseLibs' 4140 warning] SSLVerifyCertAgainstSystemStore: Subject mismatch: VMware vs VirtualCenterHost
[2011-04-04 04:56:03.092 'BaseLibs' 4140 warning] SSLVerifyCertAgainstSystemStore: The remote host certificate has these problems:

* The host name used for the connection does not match the subject name on the host certificate

* A certificate in the host's chain is not time valid

* A certificate in the host's chain is based on an untrusted root.
[2011-04-04 04:56:03.092 'BaseLibs' 4140 warning] SSLVerifyIsEnabled: failed to read registry value. Assuming verification is disabled. LastError = 0
[2011-04-04 04:56:03.092 'BaseLibs' 4140 warning] SSLVerifyCertAgainstSystemStor
e: Certificate verification is disabled, so connection will proceed despite the error
[2011-04-04 04:56:28.374 'vcbMounter' 4140 error] Error: Mount point "F:\mnt" already exists.
[2011-04-04 04:56:28.374 'vcbMounter' 4140 error] An error occurred, cleaning up...

116 Posts

April 4th, 2011 05:00

Try to unmount F:\mnt and after mount again

Unmount:

vcbMounter -h VirtualCenterHost -u username -p Password -U F:\mnt

Mount:

vcbMounter -h VirtualCenterHost -u username -p Password -a name:abc.com -t fullvm -r F:\mnt -m nbd

116 Posts

April 5th, 2011 09:00

Sorry, in my last post I wrote wrong command, in parameter "-r F:\mnt" try "F:\mnt\abc" don't "F:\mnt" the vcbmounter command create this directory

How the directory F:\mnt exists, he can't created and send error "Error: Mount point "F:\mnt" already exists."

vcbMounter -h VirtualCenterHost -u username -p Password -a name:abc.com -t fullvm -r F:\mnt\abc -m nbd

1 Rookie

 • 

25 Posts

April 28th, 2011 00:00

Hi guys,

Thanks for the assistance. I have found the root cause, the VM does not have VMware Tools installed. After installed the VMware tools into the VM, the backup is completed successfully.

No Events found!

Top