Setting up HP SIM 5.x on an HP-UX Serviceguard Cluster (448492-002, January 2009)

function customer_defined_run_cmds
{
# ADD customer defined run commands.
# : # do nothing instruction, because a function must contain some
command.
/etc/cmcluster/hpsim/hahpsim.sh start
test_return 51
}
# This function is a place holder for customer define functions.
# You should define all actions you want to happen here, after the
service is
# halted.
function customer_defined_halt_cmds
{
# ADD customer defined halt commands.
# : # do nothing instruction, because a function must contain some
command.
/etc/cmcluster/hpsim/hahpsim.sh stop
test_return 52
}
# END OF CUSTOMER DEFINED FUNCTIONS
# START OF RUN FUNCTIONS
.
.
.
The remaining content of this file was not changed.