This is a discussion on Why to link both /unix /usr/lib/boot/unix to files in /usr/lib/boot/unix_XX within the AIX Operating System forums, part of the Unix Operating Systems category; --> I have seen that in AIX whenever you have to change kernel like from 32 to 64 bit then ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have seen that in AIX whenever you have to change kernel like from 32 to 64 bit then its required to do #ln -s /usr/lib/boot/unix_64 /usr/lib/boot/unix #ls -s /usr/lib/boot/unix_64 /unix #bosboot -ad hdisk0 Why its required to link both /unix and /usr/lib/boot/unix? Why not just /unix. On my system I just linked /unix and everything seemed to be working fine. Can anyone explain why we need to link both /unix and /usr/lib/boot/unix |
| ||||
| vermask_2000@yahoo.com (Sanjay) wrote in message news:<ffd20301.0405071602.7711740e@posting.google. com>... > I have seen that in AIX whenever you have to change kernel like from > 32 to 64 bit then its required to do > #ln -s /usr/lib/boot/unix_64 /usr/lib/boot/unix > #ls -s /usr/lib/boot/unix_64 /unix > #bosboot -ad hdisk0 > > Why its required to link both /unix and /usr/lib/boot/unix? > Why not just /unix. On my system I just linked /unix and everything > seemed to be working fine. > Can anyone explain why we need to link both /unix and > /usr/lib/boot/unix Could the left over code in some legacy commands ? I'd rather be safe than sorry. |