Differences between revisions 1 and 2
Revision 1 as of 2020-11-10 16:41:47
Size: 164
Editor: satoru.ikeda
Comment:
Revision 2 as of 2020-11-13 09:20:06
Size: 665
Editor: satoru.ikeda
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
''DGS Initial Introduction'' = DGS Initial Introduction =

== Initial Document ==
Line 4: Line 6:

== Daily Work ==

=== Checking and recovering DAQ status ===
 * All DAQ statuses must be green.
{{{
MEDM sitemap - CDS - CDS
}}}
 * If it's red, follow these steps to recover.
{{{
MEDM sitemap - CDS - DAQ Status - !mx_stream - restart
}}}
 * If it doesn't turn green, log in to each real time calculator and recover.
{{{
$ ssh k1xxx
...
k1xxx$ sudo /etc/init.d/mx_stream status
}}}
 * If it's stopped.
{{{
k1xxx$ sudo /etc/init.d/mx_stream restart
}}}

DGS Initial Introduction

Initial Document

JGW-E2012223:DGS Initial Introduction Document

Daily Work

Checking and recovering DAQ status

  • All DAQ statuses must be green.

MEDM sitemap - CDS - CDS
  • If it's red, follow these steps to recover.

MEDM sitemap - CDS - DAQ Status - !mx_stream - restart
  • If it doesn't turn green, log in to each real time calculator and recover.

$ ssh k1xxx
...
k1xxx$ sudo /etc/init.d/mx_stream status
  • If it's stopped.

k1xxx$ sudo /etc/init.d/mx_stream restart

KAGRA/Subgroups/DGS/Documents/Initial Introduction (last edited 2020-11-20 09:22:19 by satoru.ikeda)