Hitachi TrueCopy용 Sun Cluster Geographic Edition 데이터 복제 안내서

ProcedureSun Cluster Geographic Edition 시스템에 대한 원시 디스크 장치 그룹 설정 방법

Sun Cluster Geographic Edition은 다양한 볼륨 관리자 사용과 함께 원시 디스크 장치 그룹의 사용을 지원합니다. Sun Cluster의 초기 구성 시, 장치 그룹은 클러스터에 있는 각각의 원시 장치에 대해 자동으로 구성됩니다. Sun Cluster Geographic Edition과 함께 사용하기 위해 자동으로 작성된 장치 그룹을 재구성하려면 이 절차를 수행하십시오.

  1. 사용하려는 장치의 경우 사전 정의된 장치 그룹의 구성을 해제합니다.

    다음 명령은 d7d8로 사전 정의된 장치 그룹을 제거합니다.


    phys-paris-1# cldevicegroup disable dsk/d7 dsk/d8
    phys-paris-1# cldevicegroup offline dsk/d7 dsk/d8
    phys-paris-1# cldevicegroup delete dsk/d7 dsk/d8
    
  2. 원하는 장치를 포함하는 새 원시 디스크 장치 그룹을 작성합니다.

    새 DID가 슬래시를 포함하고 있지 않은지 확인하십시오. 다음 명령은 d7d8이 포함된 전역 장치 그룹 rawdg를 작성합니다.


    phys-paris-1# cldevicegroup create -n phys-paris-1,phys-paris-2 \
    -t rawdisk -d d7,d8 rawdg
    

예 1–1 원시 디스크 장치 그룹 구성

다음 명령은 기본 클러스터에 장치 그룹 구성, 파트너 클러스터에 동일한 장치 그룹 구성 및 Hitachi TrueCopy 보호 그룹에 그룹 추가 방법을 보여줍니다.


Remove the automatically created device groups from the primary cluster.
phys-paris-1# cldevicegroup disable dsk/d7 dsk/d8
phys-paris-1# cldevicegroup offline dsk/d7 dsk/d8
phys-paris-1# cldevicegroup delete dsk/d7 dsk/d8

Create the raw-disk device group on the primary cluster.
phys-paris-1# cldevicegroup create -n phys-paris-1,phys-paris-2 \
-t rawdisk -d d7,d8 rawdg

Remove the automatically created device groups from the partner cluster.
phys-newyork-1# cldevicegroup disable dsk/d5 dsk/d6
phys-newyork-1# cldevicegroup offline dsk/d5 dsk/d6
phys-newyork-1# cldevicegroup delete dsk/d5 dsk/d6

Create the raw-disk device group on the partner cluster.
phys-newyork-1# cldevicegroup create -n phys-newyork-1,phys-newyork-2 \
-t rawdisk -d d5,d6 rawdg

Add the raw-disk device group to the protection group rawpg.
phys-paris-1# geopg create -d truecopy -p Nodelist=phys-paris-1,phys-paris-2 \
-o Primary -p cluster_dgs=rawdg -s paris-newyork-ps rawpg

다음 순서

파트너 클러스터를 구성할 때 여기서 작성한 것과 동일한 이름의 원시 디스크 장치 그룹을 작성합니다. 이 작업에 대한 지침은 원시 디스크 장치 그룹을 사용할 경우 기본 클러스터에서 구성 정보를 복제하는 방법을 참조하십시오.

두 클러스터에 장치 그룹을 구성하면 geopg와 같은 Sun Cluster Geographic Edition 명령에 필요할 때 언제든지 장치 그룹 이름을 사용할 수 있습니다.