HP Process Resource Manager User's Guide

Using PRM with Serviceguard
Appendix E252
echo “WARNING : prmconfig -f /etc/opt/prm/conf/Serviceguard failed”
return 0
fi
else
# make sure it has my group
/opt/prm/bin/prmconfig | grep math_dept > /dev/null 2> /dev/null
if [ “$?” -ne “0” ]
then
echo “WARNING : conflicting PRM already running on $UNAME”
return 0
else
# log the initial configuration
/opt/prm/bin/prmconfig
fi
fi
else
# no luck. PRM not installed
echo “PRM not installed on $UNAME”
return 0
fi
return 0
}
For information on setting up Serviceguard, see the manual
Managing ServiceGuard.