IBM AIX5L Manuale Utente

Pagina di 62
Chapter 5. Migration experiences 
23
# (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 -a -l -d '/mnt' -f 'X11.loc.de_DE  \
ALL  @@I:X11.loc.de_DE _all_filesets' '-c' '-N' '-g' '-X'
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 -a 1 -l ’<number_of_tty>’
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(): 0509-036 Cannot load program /usr/netscape/communicator/us/netscape_aix4 because of 
the following errors:
0509-130 Symbol resolution failed for /usr/lib/libi18n.a (shr.o) because:
0509-136 Symbol __xwctomb (number 14) is not exported from dependent module 
/usr/netscape/communicator/lib510/libc_r.a
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