'01.기술자료'에 해당되는 글 36건

  1. [AIX] Backup - Alt_disk_copy - Alt 디스크가 있는 경우

[AIX] Backup - Alt_disk_copy - Alt 디스크가 있는 경우

반응형

[Alt용 디스크가 있는 경우]

기존 Alt_disk 삭제

#alt_disk_install -X altinst_rootvg
+-----------------------------------------------------------------------------+
ATTENTION: calling new module /usr/sbin/alt_rootvg_op. Please see the alt_rootvg_op man page
and documentation for more details.
Executing command: {/usr/sbin/alt_rootvg_op -X altinst_rootvg}
+-----------------------------------------------------------------------------+
Bootlist is set to the boot disk: hdisk0
*기존 Alt를 제거하면 Mirror가 되어 있어도 boot 순서가 hdisk0으로 변경되니 bootlist 변경 및 확인

Bootlist 확인

#bootlist -m normal –o hdisk0 hdisk1
hdisk0 blv=hd5
hdisk1 blv=hd5

image.data file 생성 후 편집

#mkszfile
#vi image.data
COPIES= 2 -> COPIES= 1 변경, hdisk0 hdisk1 -> hdisk0로 변경, LP개수=PP개수 변경)

Alt_disk_copy 실행

세션이 종료되어도 계속 진행될 수 있도록 백그라운드로 작업
#nohup alt_disk_install -i /image.data -CB hdisk2 &

진행상태 확인

#tail –f nohup.out

 

 

 

 

 

 

반응형