32bit à 64bit 전환하기
1. # ln -sf /usr/lib/boot/unix_64 /unix
2. # ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix
3. # bosboot -ad /dev/ipldevice
4. # shutdown -Fr
5. # bootinfo -K (should now show 64)
64bit à 32bit 전환하기
1. # ln -sf /usr/lib/boot/unix_mp /unix
2. # ln -sf /usr/lib/boot/unix_mp /usr/lib/boot/unix
3. # bosboot -ad /dev/ipldevice
4. # shutdown -Fr
5. # bootinfo -K (should now show 32)
'IBM > AIX' 카테고리의 다른 글
AIX 에서의 Comp , Noncomp 의 메모리 사용확인및 튜닝 (0) | 2011.07.07 |
---|---|
미러된 rootvg를 alt_disk_install 로 복제하기 (0) | 2011.07.07 |
AIX에서의 mirrorvg. 디스크 미러링 (0) | 2011.07.07 |
AIX 6.1 aio 설정법 (0) | 2011.07.07 |
AIX에서 사용 가능한 메모리 확인 (0) | 2011.06.20 |
virtual adapter 생성 (0) | 2011.06.09 |
paging In/Out 으로 인한 성능 저하 (0) | 2011.05.24 |
nfs mount (0) | 2011.05.16 |
AIX에 ProFTPD 설치 하기 [출처] AIX에 ProFTPD 설치 하기|작성자 지성애비 (0) | 2011.05.16 |
Oracle Database 10g Release 2 (10.2.0.1) Installation On Red Hat Enterprise Linux 5 (RHEL5) (0) | 2011.04.14 |