vSphere Replication 8.5 Configuration Import/Export Tool을 사용하여 이전에 내보낸 XML 파일에서 복제 구성 데이터를 가져올 수 있습니다.

사전 요구 사항

  • 새로 설치되고 동일한 vCenter Server 인스턴스 또는 내보낸 것과 동일한 인벤토리가 있는 vCenter Server 인스턴스에 등록된 vSphere Replication을 제공합니다.

프로시저

  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.