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.
Log on to the admin server with OS administrative privileges.
Display the list of cloning images 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> |
Confirm whether the image of the following name exists in the list of the image displayed in step 2.
image name_index |
Note
In images not used in Resource Orchestrator, the first character of the image name is something other than a slash ("/").
Check that the image is not used in Resource Orchestrator.
index indicates the number one or higher.
When there were images collected before or after restarting of Resource Orchestrator in step 3, delete those images 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> |