Differences between revisions 1 and 2
Revision 1 as of 2006-11-30 11:05:50
Size: 556
Comment:
Revision 2 as of 2006-12-08 09:33:03
Size: 841
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== 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

}}}
Line 7: Line 21:
= TestControl server doesn't start up = == TestControl server doesn't start up ==

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

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)