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

37
echo "ERROR: Function activate_md; Failed to activate $I"
deactivate_md
verify_physical_data_replication stop
to_exit=1
;;
26)
echo "ERROR: Func
tion deactivate_md; Failed to deactivate $I"
exit_value=1
;;
27)
echo "ERROR: Function activate_volume_group; Failed to RUN
vgcfgrestore $I"
if [[ "$action" = "start" ]]
then
deactivate_md
verify_physical_data_replication stop
echo "###### Node
\
"$(hostname)
\
": Package start failed at
$(date) ######"
exit 1
fi
exit_value=1
;;
41)
echo "ERROR: F
unction verify_physical_data_replication"
to_exit=1
;;
50)
echo "ERROR: 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
d
eactivate_volume_group
deactivate_md
verify_physical_data_replication stop
to_exit=1
else
exit_value=1
fi
;;
51)
echo "E
RROR: 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_data_replication stop
to_exit=1
;;
52)