Changes between Version 13 and Version 14 of HetProcedures/RA/monitors


Ignore:
Timestamp:
Dec 22, 2018 10:19:41 AM (5 years ago)
Author:
shetrone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/monitors

    v13 v14  
    1414== Log files ==
    1515
    16 Perhaps more useful than the db are the log files.   These can be accessed during the night and include the current night a usually about a month of order logs.   They are located on the machine htcs which can be accessed as guider.    The logs are split into the different sub-systems: legacy, pfip, pas, tcs, and tracker.  They can be found in /var/log/tcs_logs/subsystem. There are several ways one might use these.  Note that to run this command you must be logged into htcs (e.g. ssh -X sco@htcs).
     16Perhaps more useful than the db are the log files.   These can be accessed during the night and include the current night a usually about a month of order logs.   There are a number of different logs on different machines:
     17  * TCS logs are located on htcs in /var/log/tcs_logs/subsystem_name/
     18  * TCS_GUI logs are located on jove or mcs in /var/tcs_logs/
     19  * VIRUS and LRS logs are located on vdas and lrs2 in /var/log/tcs_logs/instrument_name/
     20  * Htopx logs are located in /data1/nossy/www/html/noss/htopx3/log/htopx.log
     21
     22
     23The TCS logs are split into the different sub-systems: legacy, pfip, pas, tcs, and tracker.   There are several ways one might use these.  Note that to run this command you must be logged into htcs (e.g. ssh -X sco@htcs).
    1724
    1825   * For example to look at the pfip probe motions to check for the "move complete" before making any further moves.   This would be done as {{{tail -F tcs_server.log | grep pfip}}}
    1926   * One can also look for a "go_next" or "load_trajectory" inside of the tcs_server logs.
    20    * Be sure to be looged into htcs.
     27   * Be sure to be logged into htcs.
    2128
    22 
     29One could look at the TCS GUI logs to see what buttons were pushed to get an idea if a problem was a human error or a software problem.   The htopx_logs are useful for looking to see when/if targets were incremented.
    2330
    2431== Nightly Databases ==
     
    4148{{{monitor --verbose -T --source-filter 'WFS*|DMI' --key-filter measurement }}}
    4249
     50== working with the htopx and night report databases ==
    4351
     52It is useful to know what fields can be queried with a mysql query in these databases.   To get a list try:  {{{ esql htopx -e "describe fullqueue"  }}}
     53
     54