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

Table Of Contents
SWCC Agent in TruCluster Environment
C–29HSG80 ACS Solution Software Version 8.7 for Compaq Tru64 UNIX Installation and
Configuration Guide
C–29
Create the CAA Action Script
You can have CAA control the steamd daemon and fail it over to another member
when necessary.
The CAA action script invokes the startup and shutdown functions in the shell script.
If the cluster member on which the steamd daemon is running fails or is shut down,
CAA relocates the daemon entry to another member. The action script is called
swcc.scr here but you can name it after the CAA resource name of your choice.
Save the action script shown in Complete CAA Action Script to the file
/var/cluster/caa/script/swcc.scr, or another filename of your choice. (We suggest that
you use this action script as-is until you get the swcc resource working.) This file must
exist for the CAA commands to complete successfully. Make sure that this file is
executable, because it is called by CAA.
The example script assumes that you are using the SWCC5xx version of the agent. If
you have a later version of the agent, as identified in the /usr/opt directory, update the
following line in the script.
APPDIR=”/usr/opt/SWCC5xx” # Application home directory
The example directs output to log files, using the directory /var/cluster/caa/log. These
log files can be useful for debugging purposes. Change the directory as appropriate.