rootvg mirror / unmirror

IBM Power 2011. 11. 16. 10:48
Mirroring 설정  
--------------------------------------
# rootvg에 hdisk1번 추가(않될때 강제 옵션 -f)
extendvg rootvg hdisk1
# mirrorvg 로 mirroring
mirrorvg rootvg hdisk1
# boot image create
bosboot -ad /dev/hdisk1
# bootlist 변경 (부트순서변경)
bootlist -m normal -o hdisk0 hdisk1
# 미러된 disk sync
syncvg –v rootvg 

 *.
 mirrorvg 이후 vg내에 새로 생성된 lv들은 mirror에 걸리지 않으므로 다시 미러를 걸어주거나, syncvg등으로 다시 미러를 걸어줘야함

Unmirroring 설정

--------------------------------------
unmirrorvg rootvg hdisk1
reducevg rootvg hdisk1
bosboot -ad /dev/hdisk0
bootlist -m normal hdisk0
# 빼낸 디스크에서 부트 레코드 초기화
# chpv -c hdisk1

 
 


'IBM Power' 카테고리의 다른 글

Paging Space 설정 (smitty pgsp)  (0) 2011.11.16
alt_disk_install  (0) 2011.11.16
AIX TL/SP upgrade  (0) 2011.11.15
낮은 버전의 SW를 강제로 설치  (0) 2011.11.15
vnc installation  (0) 2011.11.15
블로그 이미지

Melting

,