--- /dev/null
+\section{Epics}
+\paragraph*{If CTS monitor in Epics does not work}
+\begin{verbatim}
+ssh to scs@lxhadesdaq
+password is epics
+
+test for prrocesses:
+ps U scs
+ PID TTY STAT TIME COMMAND
+ 7728 pts/83 R+ 0:00 ps U scs
+24174 ? S 0:00 sshd: scs@pts/83
+25656 pts/83 Ss 0:00 -bash
+30793 ? S 0:00 procServ 4813 ../../bin/linux-x86/trb st.cmd
+30800 pts/88 Ssl+ 0:02 ../../bin/linux-x86/trb st.cmd
+30847 pts/88 S+ 0:00 caRepeater
+
+
+if only the procServ process is running but not its subprocess tribe
+then telnet to procServ
+then ^R will restart the tribe IOC
+then quit the telnet session.
+
+
+to start from scratch:
+
+cd EPICS/apps/trb/iocBoot/ioclxhadesdaq/
+procServ 4813 ../../bin/linux-x86/trb st.cmd
+
+to check:
+
+telnet localhost 4813
+<CR> ==> you should see epics> prompt.
+dbl ==> gives you list of PVs.
+^] to get back to the telnet prompt
+then
+quit
+
+test for prrocesses:
+ps U scs
+ PID TTY STAT TIME COMMAND
+ 7728 pts/83 R+ 0:00 ps U scs
+24174 ? S 0:00 sshd: scs@pts/83
+25656 pts/83 Ss 0:00 -bash
+30793 ? S 0:00 procServ 4813 ../../bin/linux-x86/trb st.cmd
+30800 pts/88 Ssl+ 0:02 ../../bin/linux-x86/trb st.cmd
+30847 pts/88 S+ 0:00 caRepeater
+
+
+if only the procServ process is running but not its subprocess trb:
+
+telnet to procServ
+^R will restart the tribe IOC
+^]
+quit
+ the telnet session.
+\end{verbatim}