"Message number 21162" is Displayed When the Configuration of the Server Virtualization Software (VMware) is Changed.
[Description]
In environments where VMware vCenter Server is registered as the VM management software, the message below is output and the cloning image is deleted if you delete a VM host from VMware vCenter Server.
FJSVrcx:INFO:21162:image(version=version):cloning image is lost. |
For details on the message, refer to "Message number 21162".
[Corrective Action]
Refer to the server virtualization software manual for how to restore the L-Server template. Next, check whether the following message is output:
FJSVrcx:INFO:21161:image(version=version):cloning image is detected. |
If the cloning images were registered in a resource pool, refer to "1.3.8 rcxadm pool" to register each cloning image in a resource pool.
Example Command
>rcxadm pool register -name ImagePool -resource master_image -type vm_image <RETURN> |
If the cloning image was being used with an L-Server, refer to "1.3.1 rcxadm lserver" to modify the L-Server. Use the following format when specifying the XML file:
<?xml version="1.0" encoding="utf-8"?> <Resources> <LServer name="L-Server_name"> <ServerImageLink name="Cloning_image_name" version="Version"/> </LServer> </Resources> |
Example
<?xml version="1.0" encoding="utf-8"?> <Resources> <LServer name="L-Server1"> <ServerImageLink name="master_image" version="3" /> </LServer> </Resources> |
Example Command
>rcxadm lserver modify -name L-Server1 -file c:\temp\modify.xml <RETURN> |
When Job Cancellation or Timeout Occurs on VM Management Software, Collection of Cloning Images Fails and VM Guests in the Process of Being Copied Remain on the VM Management Software.
[Description]
During cloning image collection, if job cancellation or timeout occurs on the VM management software, one of the following messages will be output in the event log, and cloning image collection may fail.
FJSVrcx:ERROR:67397:failed to create image. detail=(PowerShell script execution error : create_image:duplicate vmguest failed. See details in the job result in System Center Virtual Machine Manager.,vmerrno=516,ip=IP_address,host=VM_host_IP_address) |
For details on the message, refer to "Message number 67397".
When the message above is output, VM guests in process of being copied may remain on VM management software.
[Corrective Action]
Use the following procedure to perform recovery.
Display the VM management console, and check if a VM guest whose name starts with "!temp_ror" exists.
If there is a VM guest that meets the condition in 1., delete it from the VM management console. For details on how to delete VM guests, refer to the server virtualization software manual.
Collect cloning images again.
When Server Switchover is Performed Using Redundancy Software of the Admin Server, Creation of L-Servers Fails, and Incomplete VM Guests will Remain on Server Virtualization Software.
[Description]
This event occurs at the same time as "When System Failure Occurs on the Admin Server or Manager, or Job Cancellation or Timeout Occurs on the VM Management Software, Creating or Starting the L-Server Fails, and VM Guests in the Process of Being Created Using Server Virtualization Software Remain.".
[Corrective Action]
For details on corrective actions, refer to "When System Failure Occurs on the Admin Server or Manager, or Job Cancellation or Timeout Occurs on the VM Management Software, Creating or Starting the L-Server Fails, and VM Guests in the Process of Being Created Using Server Virtualization Software Remain.".
Operation may not Complete due to Rebooting of a VM Host (Admin OS) or Communication Failure. [Xen] [KVM]
[Description]
When a VM host (Admin OS) is rebooted using reboot or panic, or when communication failure occurs between the manager of Resource Orchestrator and VM host, the following operations may not be completed:
Creating and deleting an L-Server
Moving L-Servers between servers (migration)
Collecting cloning images
[Corrective Action]
Restart the Resource Orchestrator manager.