Differences between revisions 4 and 5
Revision 4 as of 2007-03-02 17:55:16
Size: 1834
Comment:
Revision 5 as of 2007-03-02 17:55:50
Size: 1829
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
<verb>
{{{
Line 26: Line 27:
</verb> }}}

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

Correcting the time

If the difference between the ntp server and the hardware clock is too large after boot, the xntp daemon will not correct. To force ntp to update the system time from the ntp server:

   ntpdate  ntp1.rzg.mpg.de

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)