Digest files

Periodically some digest procedure is automatically called by the OS crontab process. In particular for the ASM there are two main shell scripts, located into /home/aoacct/scripts folder:

/home/aoacct/scripts/make_digest (every day)

/home/aoacct/scripts/makestat (every fifteen days)

They can be listed in the crontab command queue:
[AOeng@adsecdx ~]$ crontab -l
0 15 * * * /home/aoacct/scripts/make_digest > /tmp/make_digest.log 2>&1
0 15 1 * * /home/aoacct/scripts/makestat > /tmp/make_stat.log 2>&1
0 15 15 * * /home/aoacct/scripts/makestat > /tmp/make_stat.log 2>&1

Note that the purpose of these scripts is to call the corresponding IDL procedures that analyze the logs in order to collect relevant informations.

The mentioned procedures are "make_digest.pro" and "make_stat.pro" and can be found in $ADOPT_ROOT/idl/adsec_lib/adsec_utilities/ .

make_digest.pro

The output of this procedure can be found in the /tmp/ folder and is described in the table below. All these output are daily sent by email:

Filename Type Data
/tmp/digest_adsec.txt txt file summary of process_dump data
/tmp/digest_fast.txt txt file summary of fastdiagnostics failures
/tmp/digest_hkpr.txt txt file summary of housekeeper failures
/tmp/digest_elev.jpg pic plot elevation/azimuth/wind direction
/tmp/digest_wind.jpg pic plot
/tmp/digest_temp_auto.jpg pic temperature plot with autoscaling
/tmp/digest_temp_fixed.jpg pic temperature plot with fixed scale 110:-15 C deg
/tmp/digest_status.jpg pic plot hardware master signals (MOXA) - power, driver, ...
/tmp/make_digest.log txt log file for of digest procedure

make_stat.pro

The output of this procedure can be found in the /tmp/ folder and is described in the table below:

Filename Type Data
tmp/stat.jpg pic identification of new bad actuators (green with numbers)
/tmp/ave.stat txt file data of dist average jumping for each actuator
/tmp/rms.stat txt file data of dist rms jumping for each actuators
/tmp/make_stat.log txt file txt file of idl digest procedure

Topic revision: r3 - 16 Jun 2014, MarcoXompero
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback