# ARSYSTEM_STOP - Stop the armonitor and associated servers
#================================================
ARSYSTEM_STOP()
{
echo "Action Request System shutdown in progress."
rpcb=`rpcinfo -p 1>/dev/null 2>&1;echo $?`
[ $rpcb -eq 0 ] && rpcinfo -d 390600 1 1>/dev/null 2>&1
#stop all the daemons (armonitor, arserverd, armaild, arservdsd, arservftd)
STOP_SERVER "armonitor"
[ $? -eq 1 ] && echo "Action Request System Monitor shutdown failed."
STOP_SERVER "arserverd"
[ $? -eq 1 ] && echo "Action Request System Server shutdown failed."
STOP_SERVER "armaild"
[ $? -eq 1 ] && echo "Action Request System Email Server shutdown failed."
STOP_SERVER "arservdsd"
[ $? -eq 1 ] && echo "Action Request System Distributed Server shutdown failed."
STOP_SERVER "arservftd"
[ $? -eq 1 ] && echo "Action Request System Full Text Index Server shutdown failed."
STOP_SERVER "brsvcbrie"
[ $? -eq 1 ] && echo "Action Request System Brie Server shutdown failed."
**We experienced a problem this morning on one of our Remedy 6.3 servers where connection was lost to the database.
The database went down in actuality this morning for 6 minutes and then came back up.
We have a Unix service that checks for the application to be up and if it is not it stops and restarts Remedy by executing the arsystem stop and arsystem start.We found this morning that the stop of arsystem did not bring down the BRIE process on the server.
When I contacted Remedy they indicated they have bug on this issue and a workaround that might work for us.
A while back we experienced an issue like this when we were setting up our development server and we noticed multiple BRIE processes and applied their same workaround code but it didn't seem to work.<<BRIEarconffix.txt>>
Has anyone else experienced this same kind of issue and found a way to correct it?Thanks
__20060125_______________________This posting was submitted with HTML in it___
Peter Lammey
ESPN MIT Technical Services & Applications Management
860-766-4761
__20060125_______________________This posting was submitted with HTML in it___

