vSphere Replication 9.0 Configuration Import/Export Tool include opzioni diverse che è possibile utilizzare per importare o esportare i dati di configurazione.
Opzione | Descrizione |
---|---|
--export | Obbligatorio quando si esegue un'esportazione. Non può essere utilizzato insieme a --import. |
--exportProperties | Utilizzato per avviare un'esportazione tramite un file delle proprietà. |
--exportInteractive | Utilizzato per avviare un'esportazione interattiva con richieste di informazioni obbligatorie. |
--exportPath | Utilizzato per specificare la directory in cui creare il file esportato. Se la directory non viene specificata, il file viene esportato nel percorso di Import/Export Tool. |
--importInteractive | Utilizzato per avviare un'importazione interattiva con richieste di conferma delle informazioni obbligatorie. |
--importProperties | Utilizzato per avviare un'importazione tramite un file delle proprietà. |
--enhancedReplication | Utilizzato per importare tutte le repliche con la modalità avanzata. |
--path | Utilizzata per importare i dati. Percorso del file esportato in precedenza. |
--lspp | L'indirizzo di Platform Services Controller. Può essere un indirizzo IP o un nome di dominio completo (FQDN). Per vSphere Replication deve corrispondere alla proprietà lookup.service.address. |
--port <[1, 2147483647]> | Numero di porta per il servizio di ricerca. Il valore predefinito è 443. |
--localVrName | Il nome del server di gestione di vSphere Replication locale. Deve corrispondere alla proprietà local.vr.name. |
--remoteVrName | Il nome del server di gestione di vSphere Replication remoto. Deve corrispondere alla proprietà remote.vr.name. |
--localAuthCredsUsername | Nome utente del vCenter Server locale. |
--localAuthCredsPass | La password per il vCenter Server locale. |
--remoteAuthCredsUsername | Il nome utente del vCenter Server remoto. |
--remoteAuthCredsPass | La password per il vCenter Server remoto. |
--format | Utilizzato per migliorare la formattazione del file XML esportato e renderlo più leggibile. L'opzione --format aumenta significativamente le dimensioni del file. |
Comandi di esempio con file delle proprietà
java -Xmx1024m -Xms512m --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -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/
java -Xmx1024m -Xms512m --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --importProperties=/opt/vmware/vr-impex-tool/sample.properties --path=/opt/vmware/vr-impex-tool/sample.xml
File delle proprietà di esempio
lookup.service.address=10.193.15.152 [email protected] local.auth.credentials.vc.password= [email protected] remote.auth.credentials.vc.password= local.vr.name=sc2-rdops-vm08-dhcp-15-152.eng.vmware.com remote.vr.name=sc-rdops-vm12-dhcp-109-104.eng.vmware.com
Comandi di esempio in modalità interattiva
java -Xmx1024m -Xms512m --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --exportInteractive
java -Xmx1024m -Xms512m --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --importInteractive --path=Path_toexported_XML_file
Esempio di utilizzo della modalità interattiva
java -Xmx1024m -Xms512m --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --exportInteractive ***Copyright (c) 2018-2019 VMware, Inc. All rights reserved.*** Initiating CMD interaction. Enter host name or IP address of a Lookup Service:10.193.15.152 Enter port (or press Enter in case you use the default - 443): Host sc2-rdops-vm08-dhcp-15-152.eng.vmware.com has untrusted certificate with SHA-1 Thumbprint: 82:CF:58:F2:E7:C6:A1:4C: 89:FC:7B:05:31:DD:13:00:28:21:DA:F3 . Accept thumbprint? (y/n):y Enter username for sc2-rdops-vm08-dhcp-15-152.eng.vmware.com:[email protected] Enter password for sc2-rdops-vm08-dhcp-15-152.eng.vmware.com: Establishing connection... Available VR servers: [0] sc-rdops-vm12-dhcp-109-104.eng.vmware.com [1] sc2-rdops-vm08-dhcp-15-152.eng.vmware.com 0 One VR server found: sc2-rdops-vm08-dhcp-15-152.eng.vmware.com Enter username for pair site 'sc-rdops-vm12-dhcp-109-104.eng.vmware.com':[email protected] Enter password for pair site 'sc-rdops-vm12-dhcp-109-104.eng.vmware.com': Collecting data... Starting export... 2019-10-30 04:21:18,464 DEBUG - VR inventory export started. 2019-10-30 04:21:18,548 DEBUG - Replication groups export started. 2019-10-30 04:21:18,585 DEBUG - VR inventory export ended. 2019-10-30 04:21:19,228 DEBUG - Replication groups export ended. Writing to file started. Writing to file finished. Export ended successfully.
Esempio di utilizzo dei Comandi senza file delle proprietà
java -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --localVrName=sc2-rdops-vm08-dhcp-15-152.eng.vmware.com --remoteVrName=sc-rdops-vm12-dhcp-109-104.eng.vmware.com --lspp=10.193.15.152 --format --exportPath=/opt/vmware/vr-impex-tool/ [email protected] [email protected] --localAuthCredsPass=***** --remoteAuthCredsPass=*****
Esempio di utilizzo dei Comandi senza file delle proprietà
java -Xmx1024m -Xms512m --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -jar /opt/vmware/vr-impex-tool/vr-impex-tool-<version>.jar --localVrName=sc2-rdops-vm08-dhcp-15-152.eng.vmware.com --remoteVrName=sc-rdops-vm12-dhcp-109-104.eng.vmware.com --lspp=10.193.15.152 --format --exportPath=/opt/vmware/vr-impex-tool/ [email protected] [email protected] --localAuthCredsPass=Admin!23 --remoteAuthCredsPass=Admin!23 ***Copyright (c) 2018-2019 VMware, Inc. All rights reserved.*** Initiating CMD interaction. Establishing connection... Collecting data... Starting export... 2019-10-30 04:28:54,426 DEBUG - VR inventory export started. 2019-10-30 04:28:54,508 DEBUG - Replication groups export started. 2019-10-30 04:28:54,543 DEBUG - VR inventory export ended. 2019-10-30 04:28:55,230 DEBUG - Replication groups export ended. Writing to file started. Writing to file finished. Export ended successfully.