Jun 30, 2006 #1 inunix Technical User Jul 30, 2002 53 US Hello Experts Please tell me the commands/steps to convert AIX 64-bit to 32-bit.? what does these commands say: bootinfo -K and bootinfo -y? Thanks.
Hello Experts Please tell me the commands/steps to convert AIX 64-bit to 32-bit.? what does these commands say: bootinfo -K and bootinfo -y? Thanks.
Jun 30, 2006 #2 kHz MIS Dec 6, 2004 1,359 US http://www-304.ibm.com/jct09002c/isv/tech/faq/individual?oid=2:83034 http://www-304.ibm.com/jct09002c/isv/tech/faq/individual?oid=2:83036 FYI...and you can find all the info you need all by yourself: http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp Upvote 0 Downvote
http://www-304.ibm.com/jct09002c/isv/tech/faq/individual?oid=2:83034 http://www-304.ibm.com/jct09002c/isv/tech/faq/individual?oid=2:83036 FYI...and you can find all the info you need all by yourself: http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp
Jun 30, 2006 #3 khalidaaa Technical User Jan 19, 2006 2,323 BH To truly change the kernel to 64-bit, you need to be at least 5.1 oslevel. The means to change to a 64-bit kernel are: From 32-bit to 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 -Fr bootinfo -K (should now be 64) To change the kernel back to 32-bit: From 64-bit to 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 -Fr bootinfo -K (should now be 32) Regards, Khalid Upvote 0 Downvote
To truly change the kernel to 64-bit, you need to be at least 5.1 oslevel. The means to change to a 64-bit kernel are: From 32-bit to 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 -Fr bootinfo -K (should now be 64) To change the kernel back to 32-bit: From 64-bit to 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 -Fr bootinfo -K (should now be 32) Regards, Khalid