您可以使用 vSphere Replication 8.8 Configuration Import/Export Tool从先前导出的 XML 文件导入复制配置数据。

前提条件

  • 提供全新的 vSphere Replication 安装(注册到同一 vCenter Server 实例或所含清单与导出清单相同的 vCenter Server 实例)。

过程

  1. 打开命令 shell,导航到 /opt/vmware/vr-impex-tool 目录所在文件夹,然后运行以下命令。
    java -jar vr-impex-tool-<version>.jar --importInteractive --path=Path_toexported_XML_file
  2. (可选) 要使用 sample.properties 文件自动执行导入过程,请改为运行以下命令。
    java -jar vr-impex-tool-<version>.jar --importProperties=sample.properties --path=Path_toexported_XML_file
  3. 输入 Lookup Service 的主机名或 IP 地址。
  4. 输入端口号或者按 Enter 键(使用默认端口时)。
  5. 接受 SHA 指纹。
  6. 输入本地 vCenter Server 实例的用户名和密码。
  7. 选择配对的 vSphere Replication 实例。
  8. 输入远程 vCenter Server 实例的用户名和密码。

结果

vSphere Replication 8.8 Configuration Import/Export Tool 使用导出的 XML 文件创建复制。

示例

使用属性文件导入配置的示例
java -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/sample.xml
***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.