Users Guide

26
5
Alternatively, execute the
srvadmin-install.sh
script from the
/srvadmin/linux/supportscripts
directory as follows:
sh srvadmin-install.sh --express
or
sh srvadmin-install.sh -x
The script installs the appropriate software for your system. It
installs the RAC software only if a RAC device is detected.
6
Start the services with the
sh srvadmin-services.sh
start command.
NOTE: You can log the output of the RPM installation by adding
2>&1 | tee –a /var/log/srvadmin.log to
the above RPM command. The resulting command would be:
rpm –ihv *.rpm 2>&1|tee –a
/var/log/srvadmin.log