Previous Topic: Virtual Standby Jobs Fail Due to Internal ErrorsNext Topic: Virtual Standby Jobs to Hyper-V Systems Fail


Virtual Standby Jobs Fail Using the HotAdd Transport Mode

Valid on Windows platforms.

Symptom:

Recovery operations fail when recovering data using the HotAdd transport mode. The following message appears in the Activity Log:

An unknown error has occurred. Contact technical support.

In addition, VDDK reports the following error message:

Unknown Error.

Solution:

Recovery operations fail using the HotAdd transport mode when the disk settings are not configured properly.

To configure the disk, do the following:

  1. Log in to the backup proxy system using an account with administrative privileges.

    Open Windows Command Line.

  2. From the command line, type the following command:
    diskpart
    

    Press Enter.

    Type SAN and then press Enter.

    The current SAN policy displays.

  3. Type the following command:
    SAN POLICY = OnlineAll
    

    Press Enter.

    The SAN policy is configured as do not automatically mount SAN hosted volumes.

  4. To clear the read only attribute of the specific SAN disk, select the disk from the disk list and type the following command:
    attribute disk clear readonly
    

    Press Enter

  5. Type exit and then press Enter.

The disk is configured and you can resubmit the job. If the job fails again, mount the HotAdd disks manually using disk management on the proxy system.

To mount the disks manually, do the following:

  1. Log in to the backup proxy system using an account with administrative privileges.

    Open Windows Control Panel and double-click Administrative Tools.

    The Administrative Tools window opens.

  2. From the Favorites list, double-click Computer Management.

    The Computer Management opens.

  3. Expand Storage and click Disk Management.

    The disks display.

  4. Right-click the disk that you want to mount and click Online.

    The disk is mounted and you can resubmit the job.