Setting up an HP SIM server 5.x on a Linux-based Serviceguard Cluster 444847-003, March 2009

40
to_exit=1
;;
9)
echo "WARNING: Function halt_services; Failed to halt service
$I"
;;
12)
echo "ERROR: Function remove_ip_address; Failed to remove $I"
exit_value=1
;;
13)
echo "ERROR:
Function umount_fs; Failed to unmount $I"
exit_value=1
;;
14)
echo "ERROR: Function deactivate_volume_group; Failed to
deactivate $I"
exit_value=1
;;
17)
echo "ERROR: Function freeup_busy_mountpoint_and_mount_fs;"
e
cho
-
e "
\
tFailed to mount $I to ${FS[$F]}"
umount_fs
deactivate_volume_group
deactivate_md
verify_physical_data_replication stop
to_exit=1
;;
25)
echo "ERROR: Function activate_md; Failed to act
ivate $I"
deactivate_md
verify_physical_data_replication stop
to_exit=1
;;
26)
echo "ERROR: Function deactivate_md; Failed to deactivate $I"
exit_value=1
;;
27)
echo "ERROR: Function activate_volume_group; Failed t
o RUN
vgcfgrestore $I"
if [[ "$action" = "start" ]]
then
deactivate_md
verify_physical_data_replication stop
echo "###### Node
\
"$(hostname)
\
": Package start failed
at $(d
ate) ######"
exit 1
fi
exit_value=1
;;
41)