Creating a Full-ECS Image from an ECS

Scenarios

You can create an image of an entire ECS, including not just the OS, but also the software and all the service data. You can then use this image to migrate data by quickly provisioning exact clones of the original ECS.

Background

The following figure shows the process of creating an image from an entire ECS, with both the system and data disks included.

Figure 1 Creating a full-ECS image from an ECS

Constraints

Procedure

  1. Access the IMS console.

    1. Log in to the management console.
    2. Under Compute, click Image Management Service.

      The IMS console is displayed.

  2. Create a full-ECS image.

    1. Click Create Image in the upper right corner.
    2. In the Image Type and Source area, select Full-ECS image for Type.
    3. Select ECS for Source and then select an ECS from the list.
      Figure 2 Creating a full-ECS image using an ECS
    4. Specify Server Backup Vault to store backups.

      The created full-ECS image and backup are stored in the server backup vault.

      If no server backup vault is available, click Create Server Backup Vault to create one. Ensure that you select Backup for Protection Type. For more information about CBR backups and vaults, see Cloud Backup and Recovery User Guide.

    5. In the Image Information area, configure basic image details, such as the image name and description.
    6. Click Create Now.
    7. Confirm the parameters and click Submit.

  3. Go back to the Private Images page and view the new full-ECS image.

    • When the image status changes to Normal, the image creation is complete.
    • If Available in AZX is displayed under Normal in the Status column for a full-ECS image, the backup for this ECS has not been created and only a disk snapshot is created. (AZX indicates the AZ where the source ECS of the image resides.)

      In this case, the full-ECS image can be used to provision ECSs only in the specified AZ. If you want to use this image to provision ECSs in other AZs of the region, you need to wait until Available in AZX disappears from under Normal, which indicates that the ECS backup has been successfully created. This process takes about 10 minutes, depending on the data volume of the source ECS.

      Figure 3 Full-ECS image status

Follow-up Procedure