vSphere Replication 8.5 Configuration Import/Export Tool を使用すると、以前にエクスポートした XML ファイルからレプリケーション構成データをインポートできます。

前提条件

  • vSphere Replication のクリーン インストールを行って、同じ vCenter Server インスタンスまたはエクスポートされたものと同じインベントリの vCenter Server インスタンスに登録されていること。

手順

  1. コマンド シェルを開き、vSphere Replication 8.5 Configuration Import/Export Tool のフォルダに移動して、次のコマンドを実行します。
    -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar -–importInteractive
  2. (オプション) sample.properties ファイルを使用してインポート プロセスを自動化するには、代わりに次のコマンドを実行します。
    -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --importProperties=sample.properties --path=Path_toexported_XML_file
  3. Lookup Service のホスト名または IP アドレスを入力します。
  4. ポート番号を入力します。デフォルト ポートを使用する場合は Enter キーを押します。
  5. SHA-1 サムプリントを受け入れます。
  6. ローカル vCenter Server インスタンスのユーザー名およびパスワードを入力します。
  7. ペアになっている vSphere Replication インスタンスを選択します。
  8. リモート vCenter Server インスタンスのユーザー名およびパスワードを入力します。

結果

vSphere Replication 8.5 Configuration Import/Export Tool は、エクスポートした XML ファイルを使用して新しいレプリケーションを作成します。

プロパティ ファイルを使用した構成のインポートの例
-jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --format --importProperties=/opt/vmware/vr-impex-tool/sample.properties --path=/opt/vmware/vr-impex-tool/
***Copyright (c) 2018-2019 VMware, Inc. All rights reserved.***
Initiating using properties file.
Establishing connection...
Collecting data...
2019-08-23 02:13:10,246 INFO - Importing hms data.
Reading file...
Reading file done.
2019-08-23 02:13:10,636 INFO - Import hms configurables started.
2019-08-23 02:13:11,478 DEBUG - Getting profiles for server with guid 'd83b4ce0-4530-4a45-b493-5f137598d3f2'.
2019-08-23 02:13:11,510 DEBUG - Getting profiles for server with guid '1c0f9490-3ac3-4546-af4a-10ab4ee634c7'.
2019-08-23 02:13:11,525 DEBUG - Starting import of replications.
2019-08-23 02:13:11,619 DEBUG - Importing Replication Group for server with guid 'd83b4ce0-4530-4a45-b493-5f137598d3f2' is complete.
2019-08-23 02:13:13,834 DEBUG - Importing Replication Group for server with guid '1c0f9490-3ac3-4546-af4a-10ab4ee634c7' is complete.
2019-08-23 02:13:13,834 INFO - Import VR configurables ended. Imported : 2 .
Import ended successfully.