Sun Cluster 3.0 12/01 시스템 관리 안내서

8.3.5 캡슐화된 루트(/) 파일 시스템을 복원하는 방법(VERITAS Volume Manager)

캡슐화된 루트(/) 파일 시스템을 노드에 복원하려면 이 절차를 사용하십시오. 복원하는 노드를 부트하면 안됩니다. 복원 절차를 수행하기 전에 클러스터가 문제 없이 실행되는지 확인하십시오.


주 -

장애가 발생한 디스크와 동일한 형식을 사용하여 새 디스크를 분할해야 하기 때문에 이 절차를 시작하기 전에 파티션 구조를 확인하고 필요한 파일 시스템을 다시 만드십시오.


  1. 루트 파일 시스템을 복원할 노드에서 장애가 발생한 디스크를 교체하십시오.

    서버와 함께 제공되는 문서에서 디스크를 교체하는 절차를 참조하십시오.

  2. 복원되고 있는 노드를 부트하십시오.

    • Solaris CD-ROM을 사용하는 경우에는 다음 명령을 실행하십시오.


      ok boot cdrom -s
      
    • JumpStart 서버를 사용하는 경우에는 다음 명령을 실행하십시오.


      ok boot net -s
      

  3. format(1M) 명령을 사용하여 루트 디스크에 모든 파티션과 스왑 공간을 만드십시오.

    장애가 발생한 디스크와 동일한 파티션 구조를 다시 만드십시오.

  4. newfs(1M) 명령을 사용하여 루트(/) 파일 시스템과 필요한 다른 파일 시스템을 만드십시오.

    장애가 발생한 디스크와 동일한 파일 시스템을 다시 만드십시오.


    주 -

    /global/.devices/node@nodeid 파일 시스템을 만들어야 합니다.


  5. 임시 마운트 포인트에 루트(/) 파일 시스템을 마운트하십시오.


    # mount device temp-mountpoint
    

  6. 백업에서 루트(/) 파일 시스템을 복원하십시오.


    # cd temp-mountpoint
    # ufsrestore rvf dump-device
    # rm restoresymtable
    

  7. 비어 있는 install-db 파일을 만드십시오.

    그러면 다음에 다시 부트할 때 노드가 VxVM 설치 모드로 부트됩니다.


    # touch /temp-mountpoint/etc/vx/reconfig.d/state.d/install-db
    

  8. /temp-mountpoint/etc/system 파일에서 다음 항목을 제거하거나 주석 표시를 하십시오.


    * rootdev:/pseudo/vxio@0:0
    * set vxio:vol_rootdev_is_volume=1

  9. /temp-mountpoint/etc/vfstab 파일을 편집하여 모든 VxVM 마운트 포인트를 /dev/dsk/c0t0d0s0과 같은 루트 디스크의 표준 디스크 장치로 교체하십시오.


    Example: 
    Change from-
    /dev/vx/dsk/rootdg/rootvol /dev/md/rdsk/rootdg/rootvol /      ufs   1     no -
    
    Change to-
    /dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0  / ufs   1     no       -

  10. 임시 파일 시스템 마운트를 해제하고 파일 시스템을 확인하십시오.


    # cd /
    # umount temp-mountpoint
    # fsck raw-disk-device
    

  11. 새 디스크에 새 부트 블록을 설치하십시오.


    # /usr/sbin/installboot /usr/platform/`uname -챙/lib/fs/ufs/bootblk raw-disk-device
    

  12. 단일 사용자 모드로 노드를 다시 부트하십시오.


    # reboot -- "-s"
    

  13. scdidadm(1M) 명령을 사용하여 디스크 ID를 갱신하십시오.


    # scdidadm -R /dev/rdsk/c0t0d0
    

  14. vxinstall 명령을 실행하여 디스크를 캡슐화하고 다시 부트하십시오.


    # vxinstall
    

  15. 하위 번호에 다른 시스템과의 충돌이 있으면 글로벌 장치 마운트를 취소한 후 디스크 그룹을 가져오십시오.

    • 클러스터 노드에서 글로벌 장치 파일 시스템의 마운트를 해제하십시오.


      # umount /global/.devices/node@nodeid
      

    • 클러스터 노드에서 rootdg 디스크 그룹 하위 번호를 다시 지정하십시오.


      # vxdg reminor rootdg 100
      

  16. 노드를 종료하고 클러스터 모드로 다시 부트하십시오.


    # shutdown -g0 -i6 -y
    

8.3.5.1 예: 캡슐화된 루트(/) 파일 시스템 복원(VERITAS Volume Manager)

다음은 테이프 장치 /dev/rmt/0에서 노드 phys-schost-1로 캡슐화된 루트(/) 파일 시스템을 복원하는 예입니다.


[Replace the failed disk and boot the node:]
ok boot cdrom -s
[Use format and newfs to create 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
[Create an empty install-db file:]
# touch /a/etc/vx/reconfig.d/state.d/install-db
[Edit /etc/system on the temporary file system and remove or comment out the following entries:]
	# rootdev:/pseudo/vxio@0:0
	# set vxio:vol_rootdev_is_volume=1
[Edit /etc/vfstab on the temporary file system:]
Example: 
Change from-
/dev/vx/dsk/rootdg/rootvol /dev/md/rdsk/rootdg/rootvol / ufs 1 no-

Change to-
/dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0  / ufs   1     no       -
[Unmount the temporary file system, then check the file system:]
# cd /
# umount /a
# fsck /dev/rdsk/c0t0d0s0
[Install a new boot block:]
# /usr/sbin/installboot /usr/platform/`uname \
-챙/lib/fs/ufs/bootblk /dev/rdsk/c0t0d0s0
[Reboot in single-user mode:]
# reboot -- "-s"
[Update the disk ID:]
# scdidadm -R /dev/rdsk/c0t0d0
[Run vxinstall:]
# vxinstall
Choose to encapsulate the root disk.
[If there is a conflict in minor number, reminor the rootdg disk group:]
# umount /global/.devices/node@nodeid
# vxdg reminor rootdg 100
# shutdown -g0 -i6 -y

8.3.5.2 여기서 수행할 작업

캡슐화된 루트 디스크를 이중화하는 방법은 Sun Cluster 3.0 12/01 소프트웨어 설치 안내서에서 클러스터 파일 복원 단락을 참조하십시오.