After failed OVF import, I have some VMs which are appearing in XenCenter only if I enable Hidden Objects option in View menu. How can I unhide a hidden Virtual Machine in Xen Server?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Use the server console:

a. To find the UUID of the hidden VM, type the following xe command:

xe vm-list

Make note of the UUID of the hidden VM.

b. To unhide the VM, type the following xe command:

xe vm-param-clear param-name=other-config uuid=<vm uuid> 

Enter the UUID of the hidden VM from step a.

reference:http://support.citrix.com/article/CTX125120

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.