Oracle Data Guard용 Sun Cluster Geographic Edition 데이터 복제 안내서

Procedure대기 데이터베이스 구성 및 통합을 완료하는 방법

  1. 새 데이터베이스 및 인스턴스를 Oracle Clusterware에 등록합니다.

    대기 데이터베이스를 Oracle Clusterware로 제어하고 Oracle Clusterware 시작 시 마운트되도록 구성합니다.


    oracle (phys-newyork-1)$ srvctl add database -d salesdr \
     -r PHYSICAL_STANDBY -o $ORACLE_HOME -s mount;
    oracle (phys-newyork-1)$ srvctl add instance -d salesdr \
     -i salesdr1 -n $phys-newyork-1;
    oracle (phys-newyork-1)$ srvctl add instance -d salesdr \
     -i salesdr2 -n $phys-newyork-2;
    
  2. Sun Cluster Oracle RAC 관리 가능성 자원을 구성합니다.

    대기 데이터베이스를 Sun Cluster와 통합합니다. clsetup 유틸리티를 통해 사용 가능한 Data Service 구성 마법사나 브라우저 기반 Sun Cluster Manager를 사용할 수 있습니다. 대기 데이터베이스를 통합하여 장애 조치 또는 인계가 필요한 경우 기본 데이터베이스가 관리될 때 대기가 관리될 수 있도록 합니다.


    주 –

    작성한 자원 및 자원 그룹은 Sun Cluster Geographic Edition Oracle Data Guard 통합에서 사용됩니다.


  3. 기본 및 대기 데이터베이스에서 모두 Oracle Data Guard를 사용 가능하게 합니다.

    각 클러스터(cluster-pariscluster-newyork)의 한 노드에서만 다음 단계를 수행해야 합니다.


    oracle (phys-newyork-1)$ sqlplus '/ as sysdba'
    SQL> alter system set dg_broker_start=true scope=both sid='*';
    SQL> quit
    oracle (phys-paris-1)$ sqlplus '/ as sysdba'
    SQL> alter system set dg_broker_start=true scope=both sid='*';
    SQL> quit