Differences between revisions 1 and 2
Revision 1 as of 2006-10-24 08:22:01
Size: 25
Comment:
Revision 2 as of 2006-10-24 08:39:03
Size: 1245
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Every Morning check = = Every Morning checks =

== Is TmIngestion still running ? ==
{{{
  ssh -X oper@pacs5
  ps -elf | grep TmIngestion
}}}

If it is not running type
{{{
  restartTmIngestion
}}}

== Check TmSourcePackets arrive and get propagated ==
{{{
  ssh -X oper@pacs5
  psetup
  db2tty -d pacs_fm_ilt_1 | grep TmsourcePackets
  ssh -X oper@pacs1
  psetup
  db2tty -d pacs_fm_ilt_1_prop | grep TmsourcePackets
}}}

== Check disk space and space of the Database ==
{{{
ssh -X oper@pacs5
psetup
dbtool -space -volume -all pacs_fm_ilt_1
}}}

If necessary expand the size :
{{{
addvol -n extraspace -p /data/versant/db/pacs_fm_ilt_1/extraspace -s 2047M pacs_fm_ilt_1
}}}

{{{
ssh -X oper@pacs1
psetup
dbtool -space -volume -all pacs_fm_ilt_1_prop
}}}

If necessary expand the size :
{{{
addvol -n extraspace -p /data/versant/db/pacs_fm_ilt_1_prop/extraspace -s 2047M pacs_fm_ilt_1_prop
}}}


== Check daily and hourly TmPacketRecorder files ==
{{{
  ssh -X oper@pacs1
  ps -elf | grep TmPacketRecorder
}}}
   
== Check whether Hardware support Monitor runs ==
{{{
ssh -X oper@pacs1
cat /home/jakob/TMMonitor.txt
}}}

If not :
{{{
ssh -X jakob@pacs1
cd monitor
jylaunch writeHkNrt.py
}}}

Every Morning checks

Is TmIngestion still running ?

  ssh -X oper@pacs5
  ps -elf | grep TmIngestion 

If it is not running type

  restartTmIngestion 

Check TmSourcePackets arrive and get propagated

  ssh -X oper@pacs5
  psetup
  db2tty -d pacs_fm_ilt_1 | grep TmsourcePackets 
  ssh -X oper@pacs1
  psetup
  db2tty -d pacs_fm_ilt_1_prop | grep TmsourcePackets 

Check disk space and space of the Database

ssh -X oper@pacs5
psetup
dbtool -space -volume -all pacs_fm_ilt_1

If necessary expand the size :

addvol -n extraspace -p /data/versant/db/pacs_fm_ilt_1/extraspace -s 2047M pacs_fm_ilt_1

ssh -X oper@pacs1
psetup
dbtool -space -volume -all pacs_fm_ilt_1_prop

If necessary expand the size :

addvol -n extraspace -p /data/versant/db/pacs_fm_ilt_1_prop/extraspace -s 2047M pacs_fm_ilt_1_prop

Check daily and hourly TmPacketRecorder files

  ssh -X oper@pacs1
  ps -elf | grep TmPacketRecorder 

Check whether Hardware support Monitor runs

ssh -X oper@pacs1
cat /home/jakob/TMMonitor.txt

If not :

ssh -X jakob@pacs1
cd monitor 
jylaunch writeHkNrt.py 

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