VM Recovery Fails with Error - Unable to Open VMDK Files

Symptom

The virtual machine recovery fails and the following error message is displayed in the logs:

Unable to open vmdk file (file name with .vmdk). VMware reported the following error: You do not have access rights to this file. For more information, see the restore debug log. If necessary contact Arcserve support.

The following messages are found in the restore debug logs:

Solution

The reason could be that the SSL authentication is disabled on the ESX host. To resolve this issue, use one of the following methods:

Using the vSphere Client

  1. Log into the vCenter/ESX server.
  2. Navigate to the ESX server settings:
  3. Configuration, Advanced settings, Configuration, Defaults security

  4. Enable the following option:
  5. config.defaults.security.host.ruissl

Using the command line

  1. Connect to the ESX host using SSH.
  2. Open the following file:
  3. /etc/vmware/config

  4. Set the security.host.ruissl entry to TRUE.
  5. Save the file and restart the management agents.