HSG80 ACS Solution Software Version 8.7 for Compaq Tru64 UNIX Installation and Configuration Guide

Table Of Contents
SWCC Agent in TruCluster Environment
C–40 HSG80 ACS Solution Software Version 8.7 for Compaq Tru64 UNIX Installation and
Configuration Guide
Edit the Startup Script
After you are satisfied that swcc is operating correctly under CAA control, edit the
beginning of the /sbin/init.d/swcc file to test whether the swcc resource is
registered with CAA, and exit if it is. (If you did not name the resource swcc when
you created it, use the name you chose.)
#!/sbin/sh
#
/usr/bin/caa_stat -a swcc -g
is_registered=$?
if [ "$is_registered" = 0 ]
then
exit 0
fi
trap "echo" 2
IBASE="/usr/opt/SWCC5xx"
PATH=/sbin:/usr/sbin:/usr/bin:/bin
export PATH
SWITCH=`cat $IBASE/etc/drs.conf`
:
:
Install and Configure the SWCC Client
The Command Console Client runs only on Microsoft Windows NT 4.0, service pack
4 or later, or Windows 2000. The client installation program is included on the
Solution Software CD-ROM that is packaged in the Tru64 UNIX Platform Solution
Kit.
NOTE: if a previous version of the Command Console Client is already installed on the PC, you
must uninstall it before beginning the installation.
To install the client:
1. Insert the Solution SW CD-ROM from the platform kit into the CD-ROM drive of
the PC that will run the client.