본문 바로가기

IBM/AIX

커널 버전 변경하기

         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)