- 论坛徽章:
- 0
|
If your host system is currently running in 32-bit mode, you can switch it
to 64-bit
mode by typing 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 -ak /usr/lib/boot/unix_64
shutdown -Fr
The kernel mode of your AIX host system is switched to 64-bit mode after the
system restarts.
If your host system is currently running in 64-bit mode, you can switch it
to 32-bit
mode by typing 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 -ak /usr/lib/boot/unix_mp
shutdown -Fr
The kernel mode of your AIX host system is switched to 32-bit mode after the
system restarts. |
|