Centos
導出的 ova 無法在 xcp-ng 中心導入
我已經導出了一個 centos7 ova 文件,我正在嘗試使用 XCP-ng center 8.0.1 將其導入 XCP-ng 8.0。但是這個錯誤顯示。
是的,X* Center 中的錯誤消息通常毫無價值。幫助 –> “查看 XCP-ng 中心日誌文件”有更多詳細資訊。
使用 XOA 導入 OVA。
您是否設置了預設儲存庫?
[20:55 xcp-ng-gv2b7y1 ~]# xe pool-param-get uuid=TabCompleteMe param-name=default-SR <not in database> #BAD, many things will not work.#
因此,如果您有
<not in database>
,則沒有預設儲存庫。按照設置 XenServer 預設 SR 中的Olivier 說明進行操作。最後,命令行界面提供了最強大的功能,並且通過選項卡完成參數甚至 UUID,它並不像您想像的那麼令人生畏。是的,只需輸入 UUID 的前幾個數字,然後點擊 Tab 鍵即可自動完成。
[20:48 xcp-ng-g ~]# xe help vm-import command name : vm-import reqd params : optional params : filename, preserve, sr-uuid, force, host-username, host-password, type, remote-config, url, vdi: description : Import a VM. If type=ESXServer is given, it will import from a VMWare server and 'host-username', 'host-password' and 'remote-config' are required. Otherwise, it will import from a file, and 'filename' is required. If the option preserve=true is given then as many settings as possible are restored, including VIF MAC addresses. The default is to regenerate VIF MAC addresses. The VDIs will be imported into the Pool's default SR unless an override is provided. If the force option is given then any disk data checksum failures will be ignored. If the parameter 'url' is specified, xapi will attempt to import from that URL.