エクスポートした卵をxcp-ngセンターにインポートできませんでした

エクスポートした卵をxcp-ngセンターにインポートできませんでした

centos7 ovaファイルをエクスポートした後、XCP-ng center 8.0.1を使用してXCP-ng 8.0にインポートしようとしました。ところで、このようなエラーが表示されています。

ここに画像の説明を入力してください。

ベストアンサー1

はい、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設定

最後に、コマンドラインインターフェイスは最も強力な機能を提供し、パラメータと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.

おすすめ記事