October 24, 2011
오픈인디아나에서 ZFS 루트 미러링하는 법
Computer / 컴퓨터Solaris / 솔라리스현재 사용 중인 하드: c1d0 추가 예정 중인 하드: c1d1 su – root format Searching for disks… AVAILABLE DISK SELECTIONS: 0. c1d0 /pci@0,0/pci104d,9045@1f,2/disk@0,0 1. c1d1 /pci@0,0/pci104d,9045@1d,7/storage@2/disk@0,0 Specify disk (enter its number): 1번을 눌러 새로 추가한 하드 선택 format> fdisk 3번을 눌러 기존의 파티션을 삭제한 뒤, 1번을 눌러서 파티션을 생성해준다. 1번 Solaris를 고르고 사이즈에서 100을 누르면 100%가 된다. 그리고는 6번을 눌러 빠져나온다. format> partition partition> modify 1번 All Free Hog 선택, yes, 0, 엔터x6번, yes, 이름 알아서, y partition> quit format> verify format> quit zpool attach pool c1d0s0 c1d1s0 여기서 re-silvering이라는 […]
Recent Comments