Sun Cluster Geographic Edition은 다양한 볼륨 관리자 외에 원시 디스크 장치 그룹의 사용을 지원합니다. Sun Cluster를 처음 구성할 경우, 장치 그룹이 클러스터의 각 원시 장치에 자동으로 구성됩니다. 이 절차를 따라, 이러한 자동으로 작성된 장치 그룹을 Sun Cluster Geographic Edition에 사용할 수 있도록 재구성합니다.
사용하려는 장치에 대해 사전 정의된 장치 그룹을 구성 해제합니다.
다음 명령은 d7 및 d8에 대해 사전 정의된 장치 그룹을 제거합니다.
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 |
필요한 장치를 포함하는 새 원시 디스크 장치 그룹을 작성합니다.
새 DID에 슬래시가 없는지 확인하십시오. 다음 명령은 d7 및 d8이 포함된 전역 장치 그룹 rawdg를 작성합니다.
phys-paris-1# cldevicegroup create -n phys-paris-1,phys-paris-2 \ -t rawdisk -d d7,d8 rawdg |
다음 명령은 기본 클러스터에 장치 그룹 구성, 파트너 클러스터에 동일한 장치 그룹 구성 및 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 명령에 필요할 때 언제든지 장치 그룹 이름을 사용할 수 있습니다.