Before switching to 64bit mode, make sure the hardware supports it.
To verify what is running and what the hardware can support, run the following as root:
# echo "Hardware:\t`bootinfo -y` bits capable"To switch from 32-bit mode to 64-bit mode run the following commands, in the given order:
Hardware: 64 bits capable
# echo "Running:\t`bootinfo -K` bits mode"
Running: 32 bits mode
# ls -l /unix /usr/lib/boot/unix
lrwxrwxrwx 1 root system 21 Aug 15 2006 /unix -> /usr/lib/boot/unix_mp
lrwxrwxrwx 1 root system 21 Aug 15 2006 /usr/lib/boot/unix -> /usr/lib/boot/unix_mp
# ln -sf /usr/lib/boot/unix_64 /unixTo switch from 64-bit mode to 32-bit mode run the following commands, in the given order:
# ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix
# bosboot -ad /dev/ipldevice
# shutdown -Fr
# 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
If you found this useful, here's more on the same topic(s) in our blog:
- Measuring network throughput
- Renaming pdisks
- Restricting the number of login sessions of a user
- Cleaning file systems
- Accessing the virtual terminal on IVM managed hosts
UNIX Health Check delivers software to scan Linux and AIX systems for potential issues. Run our software on your system, and receive a report in just a few minutes. UNIX Health Check is an automated check list. It will report on perfomance, capacity, stability and security issues. It will alert on configurations that can be improved per best practices, or items that should be improved per audit guidelines. A report will be generated in the format you wish, and the report includes the issues discovered and information on how to solve the issues as well.
Interested in learning more?
Interested in learning more?