Size: 25
Comment:
|
Size: 1544
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Every Morning check = | = Every Morning checks = == PACSSCOS == S2K, Event monitor and CDMS sim. diskspaces {{{ ssh -X oper@pacsscos df }}} == PACS1 - PACS5 == Check PCSS version. {{{ ssh -X pcss@pacsx cat software/pcss/RELEASE }}} == 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 PacketRecorder }}} == 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 ? === |
Every Morning checks
PACSSCOS
S2K, Event monitor and CDMS sim. diskspaces
ssh -X oper@pacsscos df
PACS1 - PACS5
Check PCSS version.
ssh -X pcss@pacsx cat software/pcss/RELEASE
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 PacketRecorder
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