Virtual-Machines
如何在 Xen 中取消隱藏虛擬機?
*在 OVF 導入失敗後,只有在“查看”菜單中啟用“隱藏對象”*選項時,XenCenter 中才會出現一些 VM 。如何在 Xen Server 中取消隱藏隱藏的虛擬機?
使用伺服器控制台:
一種。要查找隱藏 VM 的 UUID,請鍵入以下 xe 命令:
xe vm-list
記下隱藏 VM 的 UUID。
灣。要取消隱藏 VM,請鍵入以下 xe 命令:
xe vm-param-remove uuid=<vm-uuid> param-name=other-config param-key=HideFromXenCenter
輸入步驟 a 中隱藏 VM 的 UUID。
參考: http: //support.citrix.com/article/CTX125120
目前接受的答案執行起來並不安全,正如@user160198 所評論的那樣,它將清除所有參數。這應該是一個答案而不是評論。
xe vm-param-remove uuid=<vm-uuid> param-name=other-config param-key=HideFromXenCenter