Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can O/S be changed from 32-bit to 64-bit?

Status
Not open for further replies.

billo102

Technical User
Mar 2, 2009
31
0
0
GB
Hi

Just wondering if aix 5.3 o/s can be upgraded from 32-bit to 64-bit? Or does it need a complete re-install of the O/S? Or can it not be done at all as it's dependant on the hardware somehow?

many thanks
 
I think this can be ignored, I found this info :

How to Change Your 32-bit AIX Kernel to 64-bit
1) Create/overwrite your links to the Unix kernel:
ln -sf /usr/lib/boot/unix_64 /unix
ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix

2) Verify:
ls -l /unix
ls -l /usr/lib/boot/unix
lsvg -l rootvg

3) Create your boot image and restart:
lslv -m hd5
bosboot -ad /dev/ipldevice
shutdown -Fr

Note: If you have LSOF installed, make sure you’re running the 64-bit version. Check out the last part of my How to Install LSOF post.

4) After you reboot, verify your OS Kernel:

bootinfo -K

How to Revert Back from 64-bit 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
lslv -m hd5
bosboot -ad /dev/ipldevice
shutdown -Fr



 
bootinfo -y returns 32 bit

So is this telling me that the processor is only 32 bit? therefore we can't change to 64-bit ?

many thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top