#(c) IBM Deutschland GmbH, Gregor Linzmeier and Volker Haug
#######################################################################
mount intelli275:/stuff /mnt if [ $? != 0 ]
then
echo "Error mounting NFS filesystem from the NIM server"
echo "Error mounting NFS filesystem from the NIM server" >> /tmp/install_de_locale.error else
echo "Mounting of NFS filesystem from NIM server was ok"
echo "Mounting of NFS filesystem from NIM server was ok" >> /tmp/install_de_locale.ok
fi
/usr/lib/instl/sm_inst installp_cmd
if [ $? != 0 ] then
echo "Installation of X11.loc.de_DE failed"
echo "Installation of X11.loc.de_DE failed" >> /tmp/install_de_locale.error else
echo "Installation of X11.loc.de_DE was successful"
echo "Installation of X11.loc.de_DE was successful" >> /tmp/install_de_locale.ok unmount /mnt
fi
5.2.2 Activating spaceball or spacemouse
After the migration was finished a spaceball or spacemouse attached to the system was not working properly. We used the following command to activate the device:
/usr/lpp/X11/bin/sbinstall
5.2.3 Netscape cannot be launched
In particular cases the Netscape browser cannot be launched after the migration, and a message similar to the following is received:
exec():
Netscape uses a different directory to load the libc.a library. You will need to do the following to make Netscape work:
1.cd usr/netscape/communicator/lib510
2.mv libc.a libc.a.old
3.cp /usr/lib/libc.a .
After these commands are run, Netscape will work properly.
5.2.4 Documentation cannot be launched
We had the AIX 4.3.3 documentation installed on our server. To migrate the documentation, we added the AIX 5L Version 5.1 documentation filesets into the lpp_source located on our
Chapter 5. Migration experiences | 23 |