NAME
baler_proc_status - Makes copy of dbmaster for event dbs
SYNOPSIS
baler_proc_status [-v] [-V] [-n] [-p pf] [-s sta_regex] dbops
SUPPORT
Contributed code: NO BRTT support.
THIS PIECE OF SOFTWARE WAS CONTRIBUTED BY THE ANTELOPE USER COMMUNITY. BRTT DISCLAIMS ALL OWNERSHIP, LIABILITY, AND SUPPORT FOR THIS PIECE OF SOFTWARE.
FOR HELP WITH THIS PIECE OF SOFTWARE, PLEASE CONTACT THE CONTRIBUTING AUTHOR.
DESCRIPTION
baler_proc_status builds balerproc table in
dbops . The balerproc table
provides information about baler processing including baler14 and baler44 input files,
how much data has been processed by
baler_msd_proc and
baler_wf_proc. It also
provides how much information has been sent to the IRIS DMC by
baler_active_to_dmc.
OPTIONS
-
-v
Verbose
-
-V
Extremely verbose. Used for debugging purposes only.
-
-n
Test mode. Does not execute commands.
-
-p parameter_file
Name of parameter file to use. $PFPATH is searched to find parameter file.
The default parameter file is baler_msd_proc.
-
-s sta_regex
Regular expression of stations to process.
ENVIRONMENT
needs to have sourced $ANTELOPE/setup.csh.
PARAMETER FILE
-
active_baler44_dir
Absolute path name for active station baler 44 miniseed directory base name
-
baler14_sync
Absolute path name for baler 14 sync directory base name
-
rt_sta_dir
Absolute path name for rt station db directory base name
-
net
Net code to process
-
baler14_dirs
Table of completed baler14 miniseed data directories
-
baler44_dirs
Table of completed baler44 miniseed data directories
-
final_baler_dirs
Table of completed baler Q data directories
EXAMPLE PARAMETER FILE
net TA
active_baler44_dir /anf/TA/dbs/wfs/station_active
baler14_sync /anf/TA/products/sync/sta_final
rt_sta_dir /anf/TA/dbs/wfs/rt_stas
baler14_dirs &Tbl{
/anf/TA/baler/station_aof_dumps/processed
/anf/TA/baler/station_aof_dumps/processed_44
}
baler44_dirs &Tbl{
/anf/TA/baler/work
}
final_baler_dirs &Tbl{
/anf/TA/dbs/wfs/station_final
/anf/TA/dbs/wfs/station_final_44
}
pf_revision_time 1342122266
RETURN VALUES
0 if successful, 1 if not.
SEE ALSO
rt_sta_wfdisc(1)
rsync_baler(1)
baler_msd_proc(1)
baler_wf_proc(1)
baler_active_to_dmc(1)
BUGS AND CAVEATS
AUTHOR
Frank Vernon
Antelope User Group Contributed Software