Originally posted by: SystemAdmin
It's very likely that 32 bit kernel extensions and device drivers are present, but that doesn't mean that they are being used. You should first determine which kernel you're using (prtconf -k), and if it says you're using the 64 bit kernel, then you are not using any 32 bit drivers or kernexts.
If you're not using the 64 bit kernel, and if you are planning to migrate that system to AIX 6.1, then it's probably a good idea to switch over to the 64 bit kernel before you migrate. That will allow you to verify that you have whatever 64 bit support you might need, such as drivers, kernexts, and application compatibility. You can easily switch to the 64 bit kernel with these commands:
ln -fs /usr/lib/boot/unix_64 /unix
ln -fs /usr/lib/boot/unix_64 /usr/lib/boot/unix
bosboot -a
Note that your system must be running a 64 bit processor if you wish to use the 64 bit kernel. Use this command to determine that: prtconf -c