Switching Between 32 and 64 Bit AIX 5 Kernels
Audience:  System Administrators 
Date: September 12, 2002 
Switching From 32 to 64 Bit Mode
To switch from 32-bit mode to 64-bit mode run the following commands, in
the given order:
- 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 show 64)
 
Switching From 64 To 32-Bit Mode
To switch from 64-bit mode to 32-bit mode run the following commands, in
the given order:
- 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 show 32)
 
Bruce Spencer,
baspence@us.ibm.com