Site Recovery Manager Server의 제거 및 등록 취소를 자동화할 수 있습니다.

다음 절차는 Site Recovery Manager Server를 제거하고 내장형 데이터베이스 또는 외부 데이터베이스는 유지합니다.

vSphere Replication과 함께 Site Recovery Manager를 사용하는 경우 Site Recovery Manager 제거 후에도 vSphere Replication을 계속 사용할 수 있습니다.

표준 일대일 Site Recovery Manager 구성 및 공유 복구 사이트 구성에서는 다음 절차를 사용할 수 있습니다. 공유 복구 사이트 구성에서는 각 사이트에서 절차를 실행해야 합니다.

사전 요구 사항

  1. 복구 계획, 보호 그룹, 매핑 및 어레이 관리자를 두 사이트 모두에서 제거합니다. 제거 방법에 대한 자세한 내용은 Site Recovery Manager 제거를 참조하십시오.
  2. Site Recovery Manager 호스트 VM에 로그인합니다.
  3. 양쪽 사이트에서 SRA를 제거합니다.

프로시저

  1. Site Recovery Manager 제품 코드를 입력하고 제거 로그 파일을 지정하여 설치 관리자를 실행합니다.
    msiexec.exe /x {Site Recovery Manager Product Code} /q 
      /l*vx "path to the uninstallation log file" // the installer does not use the user interface
    예:
    msiexec.exe /x {BF127EFC-D3D9-49BD-BFC6-03DFB131FDB7} /q 
      /l*vx "C:\srm-uninstall-log.txt"
    설치 관리자는 사용자 인터페이스를 사용하지 않습니다.
  2. 로컬 Platform Services Controller에 관리자 자격 증명을 입력합니다.
    SSO_ADMIN_USER=\"username\"
    SSO_ADMIN_PASSWORD=\"password\"
  3. Site Recovery Manager 레코드를 데이터베이스에서 제거할지 여부 및 Site Recovery Manager를 로컬 vCenter ServerPlatform Services Controller에서 등록 취소할지 아니면 유지할지 지정합니다.
    DR_CB_REMOVE_DATA=1 // removes Site Recovery Manager Server and its files, folders, and registry entries.
    Remove the Site Recovery Manager records from the database and un-register Site Recovery Manager from the local vCenter Server and Platform Services Controller
    DR_CB_REMOVE_DATA=0 // removes Site Recovery Manager Server and keeps the database records and registrations of Site Recovery Manager in the local vCenter Server and Platform Services Controller

결과

내장형 데이터베이스 또는 외부 데이터베이스는 있지만 Site Recovery Manager는 제거되었습니다.

다음에 수행할 작업

원격 사이트에서 이 절차를 반복합니다.