Top
ServerView Resource Orchestrator V3.1.1 Troubleshooting
ServerView

4.3 After the cloning image collection is completed, an unnecessary image is created on the VM management software.

Description

During cloning image collection of a virtual L-Server, if the admin server or the manager of Resource Orchestrator reboots, or system failure occurs, cloning image collection will continue after Resource Orchestrator is restarted. However, an unnecessary image might be created on the VM management software.

Corrective Action

Use the following procedure to perform recovery.

  1. Log on to the admin server with OS administrative privileges.

  2. Display the list of the cloning image by executing the following command.

    [Windows Manager]

    >"Installation folder\SVROR\Manager\bin\rcxadm" image list -type cloning <RETURN>

    [Linux Manager]

    # /opt/FJSVrcvmr/bin/rcxadm image list -type cloning <RETURN>

  3. Confirm whether the image of the following name exists in the list of the image displayed in step 2.

    image name_index

    Note

    • The head of the image name is a letter except slash ("/") in the image of unused in Resource Orchestrator.

      Please confirm the image of unused in Resource Orchestrator.

    • index means the number of one or more.

  4. When the image collected before and after the restart of Resource Orchestrator exists in step 3, delete the image by executing the following command.

    [Windows Manager]

    >"Installation folder\SVROR\Manager\bin\rcxadm" Image delete -name image name_index -version version <RETURN>

    [Linux Manager]

    # /opt/FJSVrcvmr/bin/rcxadm image delete -name image name_index -version version <RETURN>