Differences between revisions 11 and 12
Revision 11 as of 2008-11-13 07:24:38
Size: 2698
Editor: yeti
Comment:
Revision 12 as of 2008-11-13 07:30:30
Size: 2735
Editor: yeti
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
 * jsoc_do_jsvn_map_file.pl -- Makes mapping files to containing JSOC Version Number and Packet Version Number  * jsoc_do_jsvn_map_file.pl -- Makes mapping files containing JSOC Version Number mapped to the Packet Version Number
Line 29: Line 29:
 * mhds.pl -- Makes housekeeping jsd files based on latest configuration files.  * mhds.pl -- Makes housekeeping HK by APID and SDO HK by APID jsd files based on latest configuration files.

JSOC Production Users Guide to Data Retrieval, Build and Release of Housekeeping Configuration Files

The following describes the process steps for doing data retrieval, build and check in to JSOC CVS of the housekeeping configuration files.

Sending housekeeping configuration files from LMSAL server

On hmifsw1.atc.lmco.com as account cimilluca run send stanford file script to jim account on solserv.lmsal.com. There is a cron job currently setup to copy over files to solserv machine.

% ssf_to_jsoc.pl

Getting Production housekeeping configuration files from LMSAL server

On j0.stanford.edu as account production run check lmsal queue file script to check for updates. If there are updates in the queue file, this script will copy over latest STANFORD_TLM_HMI_AIA.txt and GROUND_to_CODE_ids.txt files from solserv machine to j0 machine.

% clmq.pl

Building necessary files for Production Level 0 Software Processing

The clmq.pl script will build necessary files for Level 0 Software by executing the following scripts.BR

  • make_hkpdf.pl -- Makes HK Packet Data Format files
  • jsoc_make_jsd_file.pl --Makes HK JSD files(preliminary and final) based on latest configuration delivered
  • jsoc_do_jsvn_map_file.pl -- Makes mapping files containing JSOC Version Number mapped to the Packet Version Number
  • mhds.pl -- Makes housekeeping HK by APID and SDO HK by APID jsd files based on latest configuration files.
  • cjds.pl -- Creates new HK by APID and SDO HK by APID jsoc dataseries in DRMS if needed. Uses create_series executable.

Checking in necessary files for Production Level 0 Software Processing

The clmq.pl script calls cicf.pl script to check into JSOC cvs all HK configuration files.BR

  • cicf.pl -- Checks in configuration files into JSOC CVS directory TBL_JSOC

Updating necessary files for Production Level 0 Software Processing

There are three directories that need to be updated to bring over the latest configuration files. There are directories with hk configuration files, sdo hk configuration files, and the mapping files containing the JSOC version number lookup files. The data capture system and pipeline systems that use Level 0 software need to get updates of configuration files from JSOC CVS. The following script can be used to update these systems. This script updates production's /home/production/cvs/TBL_JSOC/lev0 directory.

% daily_hk_update.pl

JsocWiki: LEV0HKConfig (last edited 2013-05-01 04:35:24 by localhost)