您可以使用內容檔案簡化或自動匯出 vSphere Replication 組態資料。

必要條件

程序

  1. vSphere Replication 8.5 Configuration Import/Export Tool下載到 vSphere Replication 主機虛擬機器上的資料夾中。
  2. 開啟命令殼層,導覽至解壓縮工具所在的資料夾,並執行下列命令。
    java -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --exportPropererties=Path_to_properties_file
    若要讓 XML 檔案的可讀性更佳,請新增 format 選項。新增 format 選項會大幅度增加 XML 檔案大小。

    java -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --exportProperties=Path_to_properties_file --format

範例

使用內容檔案匯出的範例
java -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --format --exportProperties=/opt/vmware/vr-impex-tool/sample.properties --exportPath=/opt/vmware/vr-impex-tool/
***Copyright (c) 2018-2019 VMware, Inc. All rights reserved.***

Initiating using properties file.

Establishing connection...

Collecting data...

Starting export...

2019-10-28 07:56:52,529 DEBUG - VR inventory export started.

2019-10-28 07:56:52,632 DEBUG - Replication groups export started.

2019-10-28 07:56:52,668 DEBUG - VR inventory export ended.

2019-10-28 07:56:53,329 DEBUG - Replication groups export ended.

Writing to file started.

Writing to file finished.

Export ended successfully.