Appendix A. HA scripts 199
InterChange Server scripts
This section lists all the scripts that are required to run WebSphere Interchange
Server under HACMP control. These tests have been developed for HACMP
clustering software on the AIX operating system. These scripts start, stop, and
monitor all the aplications that are part of the WICS deployment. These
applications are WebSphere Interchange Server V4.2.2, MQ V5.3, IBM ORB,
and WICS adapters.
For MQ start, stop, and monitoring of these scripts, refer the MQ HA scripts that
are part of MQ sipport pac.
wics_ha_start
#!/usr/bin/sh
# WICS Start Script for HACMP 5.1
# Initialize variables
APP_WAIT=60
ADAPTER_WAIT=30
MQ_WAIT=15
HOST=`/bin/hostname -s`
PROGID=`echo $0 | sed 's%/usr/bin/%%g'`
CROSSWORLDS ...