HP StorageWorks HSG80 ACS Solution Software V8.8 for Tru64 UNIX Installation and Configuration Guide (AA-RV1VA-TE, March 2005)

SWCC Agent in TruCluster Environment
265HSG80 ACS Solution Software V8.8 for 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.