Top
ETERNUS SF Express V15.3/ AdvancedCopy Manager V15.3 Operation Guide for Copy Control Module
ETERNUS

E.7 Virtual Machine Restoration

The following is a description of the procedures used to perform automated restoration using the script provided.

  1. Stopping the virtual machine to be restored

    Stop the virtual machine to be restored.

  2. Deletion of all snapshots of virtual machine to be restored

    Delete all snapshots of the virtual machine to be restored.

  3. Execute the restore script

    Execute the restore script in Command Prompt on the vCenter Server. The following is an example.

    > powershell C:\Script\exe\VMRestore.ps1 -vm VM1 -l C:\Script\log\backup.log

    The restore script is processed in the following sequence.

    1. The data of backup volume is restored to the restore volume.

    2. Storage adapter is re-scanned and datastore is updated.

    3. The restore volume is resignatured with the datastore.

    4. The System Area of a virtual machine on a transaction volume to be restored is deleted from the disk.

    5. A virtual machine to be restored is added from the resignatured datastore on the restore volume.

    6. The snapshots of the restored virtual machine are restored.

    7. The virtual machine restored to the restore volume is moved to the original transaction volume through Cold Migration.

    8. The datastore resignatured for restoration is deleted.

  4. Start the restored virtual machine

    Start the virtual machine restored in step 2.

The following is an overview of restore script processing executed in step 2.

Figure E.6 Overview of Restore Script Processing (When "VM1" is specified for -vm option at the time the restore script is executed)