È possibile utilizzare un file di proprietà per semplificare o automatizzare l'esportazione dei dati di configurazione di vSphere Replication.

Prerequisiti

Procedura

  • Aprire una shell dei comandi, passare alla directory /opt/vmware/vr-impex-tool ed eseguire il comando seguente.
    java -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --exportInteractive --exportPropererties=Path_to_properties_file
    Per rendere il file XML più leggibile, aggiungere l'opzione format. L'aggiunta dell'opzione format aumenta significativamente le dimensioni del file XML.

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

Esempio

Esempio di esportazione con file delle proprietà
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.