Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2006-10-24 08:39:03
Size: 1245
Comment:
Revision 6 as of 2006-11-02 15:42:55
Size: 1345
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Is TmIngestion still running ? == == PACS 5 ==
=
== Is TmIngestion still running ? ===
Line 9: Line 10:
If it is not running type
{{{
  restartTmIngestion
=== TC History and OOL Ingestion running ? ===
{{{
> ssh -X oper@pacs5
> ps -elf | grep thfser
> ps -elf | grep tchi
> ps -elf | grep orf
> ps -elf | grep ool
Line 14: Line 19:
== Check TmSourcePackets arrive and get propagated == === Check TmSourcePackets arrive and get propagated ===
Line 24: Line 29:
== Check disk space and space of the Database == === Check disk space and space of the operational Database ===
Line 27: Line 32:
df
Line 31: Line 37:
If necessary expand the size : === Database Backup done ? ===
Line 33: Line 39:
addvol -n extraspace -p /data/versant/db/pacs_fm_ilt_1/extraspace -s 2047M pacs_fm_ilt_1 ssh -X dbsa@pacs5
ls /home/db/dbBck
Line 36: Line 43:

== PACS1 ==

=== Check Disk space and space of the propagated database ===
Line 38: Line 49:
df
Line 41: Line 53:

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
}}}
Line 66: Line 72:

== PACS2 ==


= Monday Morning checks =
=== QLA running ? ===

Every Morning checks

PACS 5

Is TmIngestion still running ?

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

TC History and OOL Ingestion running ?

> ssh -X oper@pacs5
> ps -elf | grep thfser
> ps -elf | grep tchi
> ps -elf | grep orf
> ps -elf | grep ool

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 operational Database

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

Database Backup done ?

ssh -X dbsa@pacs5
ls /home/db/dbBck

PACS1

Check Disk space and space of the propagated database

ssh -X oper@pacs1
df
psetup
dbtool -space -volume -all 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 

PACS2

Monday Morning checks

QLA running ?

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