Users Guide

29
4
Navigate to the
srvadmin/linux/supportscripts
directory from
the mounted location and execute the
srvadmin-install.sh
script as follows:
sh srvadmin-install.sh --express
or
sh srvadmin-install.sh -x
The script will install the typical software suite for your system
configuration.
NOTE: You can log the output of the RPM installation by adding
2>&1 | tee –a /var/log/srvadmin.log to
the above shell script execution. The resulting command would
be
sh srvadmin-install.sh 2>&1|tee –a
/var/log/srvadmin.log
5
Start the services with the
sh srvadmin-services.sh
start
command.
book.book Page 29 Wednesday, December 6, 2006 2:12 PM