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!

aix kernel from 32bit to 64 bit question

Status
Not open for further replies.

cpu533

IS-IT--Management
Nov 6, 2003
68
0
0
CA
Hi All,

I have read some posts regarding this issue. Here is waht from IBM.
#ln -sf /usr/lib/boot/unix_64 /unix
#ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix
#lslv -m hd5
#bosboot -ad /dev/ipldevice
#shutdown -Fr

My question is regarding the ipldevice. Should I replace ipldevice with real device name? Some people said you should use the real name. And if so, in a mirroredVg environment, which disk should I use.
Below are some information from our system.

#lslv -m hd5
hd5:N/A
PV COPIES IN BAND DISTRIBUTION
hdisk0 001:000:000 100% 001:000:000:000:000
hdisk1 001:000:000 100% 001:000:000:000:000

#bootinfo -b
hdisk0

So what is correct bosboot command to use?

Thanks,
Denny

 
The ipldevice is just a link to rhdisk so leave as is.

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)

bootinfo -b is showing you the last boot device used.




Mike

"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."
 
thanks for the reply. That is what i think.

Denny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top