* AIX 에서 32/64bit 전환하기
64-bit 모드로 바꾸기
-------------------
# ln -sf /usr/lib/boot/unix_64 /unix
# ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix
# bosboot -ad /dev/ipldevice
# shutdown -r


32-bit 모드로 바꾸기
-------------------
# ln -sf /usr/lib/boot/unix_mp /unix
# ln -sf /usr/lib/boot/unix_mp /usr/lib/boot/unix
# bosboot -ad /dev/ipldevice
# shutdown -r

'IT > Unix' 카테고리의 다른 글

IBM pSeries 장비에 시리얼(HMC) 연결  (0) 2012.01.20
du와 df 출력 차이 설명  (0) 2012.01.20
IBM TPMC 자료 - 2010-09-09  (0) 2012.01.20
AIX Sar 설정  (0) 2009.04.27
vi 특정 문자열 치환  (0) 2009.04.24

+ Recent posts