Differences between revisions 5 and 6
Revision 5 as of 2007-03-02 17:55:50
Size: 1829
Comment:
Revision 6 as of 2007-03-12 11:12:41
Size: 2003
Comment:
Deletions are marked like this. Additions are marked like this.
Line 60: Line 60:
== Printing a nice calendar showing also the "days of the year" ==

{{{
echo -e "\n\n\n\n\n\n\n\n`gcal -jb -b 4 2007`" | a2ps -1 -r -l 178 -B --borders=no -P pir10s
}}}

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.

Printing a nice calendar showing also the "days of the year"

echo -e "\n\n\n\n\n\n\n\n`gcal -jb -b 4 2007`" | a2ps -1 -r -l 178 -B --borders=no -P pir10s

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)