탐색 링크 건너뛰기 | |
인쇄 보기 종료 | |
![]() |
Oracle Solaris Cluster 시스템 관리 설명서 Oracle Solaris Cluster 3.3 3/13 (한국어) |
1. Oracle Solaris Cluster 관리 방법 소개
2. Oracle Solaris Cluster 및 RBAC
5. 전역 장치, 디스크 경로 모니터링 및 클러스터 파일 시스템 관리
11. Oracle Solaris Cluster 소프트웨어 및 펌웨어 패치 작업
미러를 온라인으로 백업하는 방법(Solaris Volume Manager)
ufsrestore(1M) 명령은 ufsdump(1M) 명령을 사용하여 만들어진 백업에서 현재 작업 디렉토리와 상대적인 디스크에 파일을 복사합니다. ufsrestore를 사용하여 레벨 0 덤프 및 증분 덤프에서 전체 파일 시스템 계층을 재로드하거나 덤프 테이프에서 하나 이상의 단일 파일을 복원할 수 있습니다. ufsrestore가 수퍼 유저나 동등한 역할로 실행될 경우 파일은 원래 소유자, 마지막 수정 시간 및 모드(권한)로 복원됩니다.
파일이나 파일 시스템을 복원하려면 먼저 다음 정보를 알아야 합니다.
필요한 테이프
파일 시스템을 복원할 원시 장치 이름
사용 중인 테이프 드라이브의 유형
테이프 드라이브에 대한 장치 이름(로컬 또는 원격)
실패한 모든 디스크에 대한 분할 영역 구조(분할 영역 및 파일 시스템이 대체 디스크에 정확히 복사되어야 하기 때문임)
표 12-2 작업 맵: 클러스터 파일 복원
|
이 절차를 사용하여 하나 이상의 개별 파일을 복원합니다. 복원 절차를 수행하기 전에 클러스터가 오류 없이 실행되는지 확인합니다.
# clresourcegroup offline resource-group
# ufsrestore
이 절차를 사용하여 루트(/) 파일 시스템을 새 디스크로 복원합니다(예: 잘못된 루트 디스크 교체 후). 복원하는 노드를 부트하면 안됩니다. 복원 절차를 수행하기 전에 클러스터가 오류 없이 실행되는지 확인합니다.
주 - 새 디스크는 오류가 발생한 디스크와 같은 형식으로 분할해야 하므로 이 절차를 시작하기 전에 분할 영역 구조를 확인하고 적절한 형식으로 파일 시스템을 다시 만듭니다.
phys-schost# 프롬프트는 전역 클러스터 프롬프트를 반영합니다. 전역 클러스터에서 이 절차를 수행합니다.
이 절차에서는 장문형 Oracle Solaris Cluster 명령을 제공합니다. 대부분의 명령에는 단문형도 있습니다. 명령은 명령 이름이 장문형과 단문형인 것을 제외하면 동일합니다.
복원할 노드가 아닌 다른 노드를 사용합니다.
제거하는 노드가 아닌 메타 세트의 노드에서 이 명령을 실행합니다. 복원할 노드가 오프라인 상태이므로 시스템에는 RPC: Rpcbind failure - RPC: Timed out 오류가 표시됩니다. 이 오류를 무시하고 다음 단계를 수행합니다.
# metaset -s setname -f -d -h nodelist
디스크 세트 이름을 지정합니다.
디스크 세트에서 마지막 호스트를 삭제합니다.
디스크 세트에서 삭제합니다.
디스크 세트에서 삭제할 노드의 이름을 지정합니다.
루트 및 /usr 파일 시스템을 복원하려면 System Administration Guide: Devices and File Systems의 Restoring UFS Files and File Systems의 절차를 따릅니다. 시스템을 재부트하려면 Oracle Solaris OS 절차의 단계를 생략합니다.
주 - /global/.devices/node@nodeid 파일 시스템을 만들어야 합니다.
# reboot
# cldevice repair rootdisk
# metadb -c copies -af raw-disk-device
만들 복제본의 수를 지정합니다.
복제본을 만들 원시 디스크 장치입니다.
복제본을 추가합니다.
phys-schost-2# metaset -s setname -a -h nodelist
호스트를 만들어 디스크 세트에 추가합니다.
노드가 클러스터 모드로 재부트됩니다. 이제 클러스터를 사용할 준비가 되었습니다.
예 12-5 루트(/) 파일 시스템 복원(Solaris Volume Manager)
다음 예에서는 테이프 장치 /dev/rmt/0에서 phys-schost-1 노드로 복원된 루트(/) 파일 시스템을 보여 줍니다. phys-schost-1 노드를 제거하고 나중에 schost-1 디스크 세트에 다시 추가하기 위해 클러스터의 다른 노드인 phys-schost-2에서 metaset 명령을 실행합니다. 다른 명령은 모두 phys-schost-1에서 실행됩니다. 새 부트 블록은 /dev/rdsk/c0t0d0s0에 만들어지고 상태 데이터베이스 복제본 세 개는 /dev/rdsk/c0t0d0s4에 다시 만들어집니다.
[Become superuser or assume a role that provides solaris.cluster.modify RBAC authorization on a cluster node other than the node to be restored.] [Remove the node from the metaset:] phys-schost-2# metaset -s schost-1 -f -d -h phys-schost-1 [Replace the failed disk and boot the node:] Restore the root (/) and /usr file system using the procedure in the Solaris system administration documentation [Reboot:] # reboot [Replace the disk ID:] # cldevice repair /dev/dsk/c0t0d0 [Re-create state database replicas:] # metadb -c 3 -af /dev/rdsk/c0t0d0s4 [Add the node back to the metaset:] phys-schost-2# metaset -s schost-1 -a -h phys-schost-1
이 절차를 사용하여 백업이 수행될 때 Solaris Volume Manager 볼륨에 있었던 루트(/) 파일 시스템을 복원합니다. 루트 디스크가 손상되어 새 디스크로 교체할 때 등과 같은 상황에서 이 절차를 수행합니다. 복원하는 노드를 부트하면 안됩니다. 복원 절차를 수행하기 전에 클러스터가 오류 없이 실행되는지 확인합니다.
주 - 새 디스크는 오류가 발생한 디스크와 같은 형식으로 분할해야 하므로 이 절차를 시작하기 전에 분할 영역 구조를 확인하고 적절한 형식으로 파일 시스템을 다시 만듭니다.
phys-schost# 프롬프트는 전역 클러스터 프롬프트를 반영합니다. 전역 클러스터에서 이 절차를 수행합니다.
이 절차에서는 장문형 Oracle Solaris Cluster 명령을 제공합니다. 대부분의 명령에는 단문형도 있습니다. 명령은 명령 이름이 장문형과 단문형인 것을 제외하면 동일합니다.
복원할 노드가 아닌 다른 노드를 사용합니다.
# metaset -s setname -d -h hostname
메타 세트 이름을 지정합니다.
디스크 세트에서 마지막 호스트를 삭제합니다.
메타 세트에서 삭제합니다.
메타 세트에서 삭제할 노드의 이름을 지정합니다.
호스트의 이름을 지정합니다.
디스크 세트에서 추가하거나 삭제할 중개자 호스트의 이름을 지정합니다.
# metaset -ssetname-d -m hostname
디스크 교체 절차는 서버와 함께 제공된 설명서를 참조하십시오.
Oracle Solaris OS CD를 사용하는 경우 다음과 같이 하십시오.
SPARC: 다음을 입력합니다.
ok boot cdrom -s
x86:시스템의 CD 드라이브에 CD를 넣고 종료한 다음 전원을 껐다 켜서 시스템을 부트합니다. Current Boot Parameters(현재 부트 매개변수) 화면에서 b 또는 i를 입력합니다.
<<< Current Boot Parameters >>> Boot path: /pci@0,0/pci8086,2545@3/pci8086,1460@1d/pci8086,341a@ 7,1/sd@0,0:a Boot args: Type b [file-name] [boot-flags] <ENTER> to boot with options or i <ENTER> to enter boot interpreter or <ENTER> to boot with defaults <<< timeout in 5 seconds >>> Select (b)oot or (i)nterpreter: b -s
Solaris JumpStart 서버를 사용하는 경우 다음과 같이 하십시오.
SPARC: 다음을 입력합니다.
ok boot net -s
x86:시스템의 CD 드라이브에 CD를 넣고 종료한 다음 전원을 껐다 켜서 시스템을 부트합니다. Current Boot Parameters(현재 부트 매개변수) 화면에서 b 또는 i를 입력합니다.
<<< Current Boot Parameters >>> Boot path: /pci@0,0/pci8086,2545@3/pci8086,1460@1d/pci8086,341a@ 7,1/sd@0,0:a Boot args: Type b [file-name] [boot-flags] <ENTER> to boot with options or i <ENTER> to enter boot interpreter or <ENTER> to boot with defaults <<< timeout in 5 seconds >>> Select (b)oot or (i)nterpreter: b -s
실패한 디스크에 있었던 원래 분할 영역 구조를 다시 만듭니다.
실패한 디스크에 있었던 원래 파일 시스템을 다시 만듭니다.
주 - /global/.devices/node@nodeid 파일 시스템을 만들어야 합니다.
# mount device temp-mountpoint
# cd temp-mountpoint # ufsrestore rvf dump-device # rm restoresymtable
# /usr/sbin/installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk raw-disk-device
* Begin MDD root info (do not edit) forceload: misc/md_trans forceload: misc/md_raid forceload: misc/md_mirror forceload: misc/md_hotspares forceload: misc/md_stripe forceload: drv/pcipsy forceload: drv/glm forceload: drv/sd rootdev:/pseudo/md@0:0,10,blk * End MDD root info (do not edit)
Example: Change from— /dev/md/dsk/d10 /dev/md/rdsk/d10 / ufs 1 no - Change to— /dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0 / ufs 1 no -
# cd / # umount temp-mountpoint # fsck raw-disk-device
# reboot
# cldevice repair rootdisk
# metadb -c copies -af raw-disk-device
만들 복제본의 수를 지정합니다.
이름이 지정된 원시 디스크 장치에서 초기 상태 데이터베이스 복제본을 만듭니다.
phys-schost-2# metaset -s setname -a -h nodelist
메타 세트를 추가(생성)합니다.
설명서에 따라 루트( /)에 대한 볼륨/미러를 설정합니다.
노드가 클러스터 모드로 재부트됩니다.
phys-schost-2# metaset -s setname -a -m hostname
예 12-6 Solaris Volume Manager 볼륨에 있었던 루트(/) 파일 시스템 복원
다음 예에서는 테이프 장치 /dev/rmt/0에서 phys-schost-1 노드로 복원된 루트(/) 파일 시스템을 보여 줍니다. phys-schost-1 노드를 제거하고 나중에 schost-1 메타 세트에 다시 추가하기 위해 클러스터의 다른 노드인 phys-schost-2에서 metaset 명령을 실행합니다. 다른 명령은 모두 phys-schost-1에서 실행됩니다. 새 부트 블록은 /dev/rdsk/c0t0d0s0에 만들어지고 상태 데이터베이스 복제본 세 개는 /dev/rdsk/c0t0d0s4에 다시 만들어집니다.
[Become superuser or assume a role that provides solaris.cluster.modify RBAC authorization on a cluster node with access to the metaset, other than the node to be restored.] [Remove the node from the metaset:] phys-schost-2# metaset -s schost-1 -d -h phys-schost-1 [Replace the failed disk and boot the node:]
Oracle Solaris OS CD에서 노드를 부트합니다.
SPARC: 다음을 입력합니다.
ok boot cdrom -s
x86:시스템의 CD 드라이브에 CD를 넣고 종료한 다음 전원을 껐다 켜서 시스템을 부트합니다. Current Boot Parameters(현재 부트 매개변수) 화면에서 b 또는 i를 입력합니다.
<<< Current Boot Parameters >>> Boot path: /pci@0,0/pci8086,2545@3/pci8086,1460@1d/pci8086,341a@7,1/ sd@0,0:a Boot args: Type b [file-name] [boot-flags] <ENTER> to boot with options or i <ENTER> to enter boot interpreter or <ENTER> to boot with defaults <<< timeout in 5 seconds >>> Select (b)oot or (i)nterpreter: b -s
[Use format and newfs to recreate partitions and file systems .] [Mount the root file system on a temporary mount point:] # mount /dev/dsk/c0t0d0s0 /a [Restore the root file system:] # cd /a # ufsrestore rvf /dev/rmt/0 # rm restoresymtable [Install a new boot block:] # /usr/sbin/installboot /usr/platform/`uname \ -i`/lib/fs/ufs/bootblk /dev/rdsk/c0t0d0s0 [Remove the lines in / temp-mountpoint/etc/system file for MDD root information: ] * Begin MDD root info (do not edit) forceload: misc/md_trans forceload: misc/md_raid forceload: misc/md_mirror forceload: misc/md_hotspares forceload: misc/md_stripe forceload: drv/pcipsy forceload: drv/glm forceload: drv/sd rootdev:/pseudo/md@0:0,10,blk * End MDD root info (do not edit) [Edit the /temp-mountpoint/etc/vfstab file] Example: Change from— /dev/md/dsk/d10 /dev/md/rdsk/d10 / ufs 1 no - Change to— /dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0 /usr ufs 1 no - [Unmount the temporary file system and check the raw disk device:] # cd / # umount /a # fsck /dev/rdsk/c0t0d0s0 [Reboot:] # reboot [Replace the disk ID:] # cldevice repair /dev/rdsk/c0t0d0 [Re-create state database replicas:] # metadb -c 3 -af /dev/rdsk/c0t0d0s4 [Add the node back to the metaset:] phys-schost-2# metaset -s schost-1 -a -h phys-schost-1