Differences between revisions 4 and 5
Revision 4 as of 2008-11-13 03:51:14
Size: 597
Editor: yeti
Comment:
Revision 5 as of 2008-11-13 06:57:40
Size: 2050
Editor: yeti
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
== Users Guide to data retrieval, build and release of housekeeping configuration files == == Production Users Guide to data retrieval, build and release of housekeeping configuration files ==
Line 10: Line 10:
On hmifsw1.atc.lmco.com as account cimilluca run send stanford file script to jim account on solserv.lmsal.com.
{{{
% ssf.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.
* 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 to containing JSOC Version Number and Packet Version Number.
* cjds.pl -- Create new HK by APID and SDO HK by APID jsd files if needed.
Line 11: Line 26:
=== Getting housekeeping configuration files from LMSAL server === === 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.
* cicf.pl -- Checks in configuration files into JSOC CVS directory TBL_JSOC.
Line 13: Line 30:
=== Building necessary files for Level 0 Software Processing ===

=== Checking in necessary files for Level 0 Software Processing ===
=== Updating necessary files for Production Level 0 Software Processing ===
There are three directories that need to 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.
{{{
% daily_hk_update.pl
}}}

Production Users Guide to data retrieval, build and release of 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.

% ssf.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. * 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 to containing JSOC Version Number and Packet Version Number. * cjds.pl -- Create new HK by APID and SDO HK by APID jsd files if needed.

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. * 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 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.

% daily_hk_update.pl

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