I tried to backup the VM with the command :
%chemin_vcb%\vcbmounter -F 0 -h %ip_esx% -u %user_esx% -p %mdp_esx% -m nbd -a name:%%j -r "%chemin_backup%\%nom_jour%\%qoc%\%%j" -t fullvm
I got this result :
Current working directory: E:\SAV_VM\Batch
HOSTINFO: Seeing Intel CPU, numCoresPerCPU 2 numThreadsPerCore 1.
HOSTINFO: This machine has 1 physical CPUS, 2 total cores, and 2 logical CPUs.
Using system libcrypto, version 90709F
SSLVerifyCertAgainstSystemStore: Subject mismatch: FRVESX01 vs 172.18.20.127
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 based on an untrusted root.
SSLVerifyIsEnabled: failed to read registry value. Assuming verification is disabled. LastError = 0
SSLVerifyCertAgainstSystemStore: Certificate verification is disabled, so connection will proceed despite the error
SSLVerifyCertAgainstSystemStore: Subject mismatch: FRVESX01 vs 172.18.20.127
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 based on an untrusted root.
SSLVerifyIsEnabled: failed to read registry value. Assuming verification is disabled. LastError = 0
SSLVerifyCertAgainstSystemStore: Certificate verification is disabled, so connection will proceed despite the error
NFC ticket did not specify a port to establish an NFC connection to host 172.18.20.127. If this ticket was granted by an ESX host, make sure the vmware-authd service is listed in /etc/services. Look for a line reading "vmware-authd 902/tcp" in /etc/services.
Falling back to default port #902
Copying "[VMs] VMFRVXP018/VMFRVXP018.vmx":
0%=====================50%=====================100%
**************************************************
Copying "[VMs] VMFRVXP018/VMFRVXP018.nvram":
0%=====================50%=====================100%
**************************************************
Copying "[VMs] VMFRVXP018/vmware-1.log":
0%=====================50%=====================100%
**************************************************
Copying "[VMs] VMFRVXP018/vmware-2.log":
0%=====================50%=====================100%
**************************************************
Copying "[VMs] VMFRVXP018/vmware-3.log":
0%=====================50%=====================100%
**************************************************
Copying "[VMs] VMFRVXP018/vmware-4.log":
0%=====================50%=====================100%
**************************************************
Copying "[VMs] VMFRVXP018/vmware-5.log":
0%=====================50%=====================100%
**************************************************
Copying "[VMs] VMFRVXP018/vmware.log":
0%=====================50%=====================100%
**************************************************
Error: Failed to open the disk: The operation completed successfully
An error occurred, cleaning up...
I don't know why because I can access with putty in server ESX without problem.
Could you help me ?:|