Setting up an HP SIM server 6.0 or greater on a Linux-based Serviceguard Cluster White Paper 444847-004, February 2010

41
echo "ERROR: Function verify_physical_data_replication"
to_exit=1
;;
50)
echo "ERRO
R: Function verify_ha_server; Failed to
$action HA servers"
# hanfs.sh script taking care of itself
if [[ "$action" = "start" ]]
then
if [[ "$HA_APP_SERVER" = "post
-
IP" ]]
then
remove_ip_address
fi
umount_fs
deactivate_volume_group
deactivate_md
verify_physical_data_replication stop
to_exit=1
else
exit_value=1
fi
;;
51)
echo "ERROR: Function customer_defined_run_cmds; Failed to
RUN customer commands"
customer_defined_halt_cmds
remove_ip_address
if [[ "$HA_APP_SERVER" = "pre
-
IP" ]] || [[
"$HA_APP_SERVER" = "post
-
IP" ]]
then
verify_ha_server stop
fi
umount_fs
deactivate_volume_group
deactivate_md
verify_physical_dat
a_replication stop
to_exit=1
;;
52)
echo "ERROR: Function customer_defined_halt_cmds; Failed to
HALT customer commands"
exit_value=1
;;
53)
echo "ERROR: Function activation_check: Failed to activate
$I"
deactivate_md
to_exit=1
;;
*)
echo "ERROR: Failed; Unknown error."
;;
esac
if [[ $to_exit
-
eq 1 ]]
then