Differences between revisions 2 and 3
Revision 2 as of 2006-12-08 09:33:03
Size: 841
Comment:
Revision 3 as of 2007-03-02 14:36:52
Size: 1571
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:

== Restarting the services running on the host pacs-sv (router, gateways...) ==

=== None of the services is running (for example after reboot) ===

Login as root on host pacs-sv and enter
{{{
monit
sleep 10
monit stop all
sleep 6
monit start Router
sleep 6
monit start all
}}}

=== You want to restart the routing services, this includes restarting the Router ===

Login as root on host pacs-sv and enter
{{{
monit stop all
sleep 6
monit start Router
sleep 6
monit start all
}}}

=== Restarting any services but the Router ===

Open a WWW browser with the page http://pacs-sv:8888/ and click on one of the service
names. You will get a new page with buttons to start/stop/restart the service.

TableOfContents(2)

Standard Procedures

Loading a new MIB

cd cvs/pacs/mib/ascii
cvs update -d -r PACS_MIB_N_8_12
cp *.dat ~/data/ASCII/mib-pacs/
cp -r synthetic ~/data/ASCII/mib-pacs/
cp -r synthetic ~/data/ASCII
cd ~/data/ASCII
./mergeMIB.csh
./loadMIB.csh
egrep -i '(warn|err)' ~/Import.log

Restarting the services running on the host pacs-sv (router, gateways...)

None of the services is running (for example after reboot)

Login as root on host pacs-sv and enter

monit
sleep 10
monit stop all
sleep 6
monit start Router
sleep 6
monit start all

You want to restart the routing services, this includes restarting the Router

Login as root on host pacs-sv and enter

monit stop all
sleep 6
monit start Router
sleep 6
monit start all

Restarting any services but the Router

Open a WWW browser with the page http://pacs-sv:8888/ and click on one of the service names. You will get a new page with buttons to start/stop/restart the service.

Recovery Procedures

TestControl server doesn't start up

When the error message is something like

SEVERE: Setting the application name failed.BR Very likely there runs already an application with this name!BR You can set the environment variable TCH_TCL_SERVER to choose a different application name for this server.

then try the following command using the oper@pacs5 account.

echo "catch {send TCH_TCL_SERVER exit} ; exit" | wish -display irmultia:0 -

Herschel: PACS/FM_ILT_Procedures/EGSEprocedures (last edited 2009-07-15 14:32:37 by localhost)