-
NO CHANGES TO ANY CONFIGURATION FILES SHOULD BE MADE DIRECTLY IN
ANY STATION BUILT BY STRING MASTER. THIS INCLUDES ALL
station.cfg FILES AS WELL AS ALL OTHER .cfg FILE. Changes should
only be made via String Master.
-
In its first use, tk_pwbox.pl is being used with RELEASE_JOB_NOW
and EXPIRE_CURRENT_TIMERS in the Gran Find station. When an
operator clicks on the RELEASE JOB NOW or the EXPIRE CURRENT
TIMERS buttons in the GUI, he/she is prompted for a password
before the job is released. An incorrect password results in the
job not being released.
-
Trigger PGE jobs will fail if the trigger data type turns up
missing. This, of course, should never happen. One way this can
happen is if, after a job gets through Gran Find, someone manually
cleans out or manually deletes the trigger data type. It can't be
deleted by clean_expired_data.pl since Gran Find does a /touch/ on
granules it locates to ensure that they stick around a while longer.
-
Data that is cleaned by virture of the clean_expired_data.pl
script now produce clean data work orders with CLEAN_EXPIRED in
the file name. In this way, such data cleans can be easily
distinguished among the archived logs.
-
Lifeguard has been replaced by Smart Alloc, a new GUI for viewing
the current state of the disk pools. It should prove more useful
and it addresses some of the shortcomings of Lifeguard.
Stringmaster can be run in 5 different modes:
1. Query mode (-q argument)
Queries the current configuration for a string
Example: stringmaster.pl -q tmp.1 -s S4PM10_TE_FW.cfg
puts the configuration of the S4PM10_TE_FW string in the directory
tmp.1.
2. Update mode (-u argument)
Updates the current configuration for a string
Example: stringmaster.pl -u -s S4PM10_TE_FW.cfg
Overwrites the current configuration files in the S4PM10_TE_FW string.
3. Creation mode (-c argument)
This creates a new string, or updates an existing one. It is the
only way to update a string if new directories or symbolic links
are needed.
Example: stringmaster.pl -u -s S4PM99_TE_FW.cfg
Creates a new configuration for the S4PM99_TE_FW string.
4. Append mode (-a argument)
This appends any max_children override values to the station configuration files as $cfg_max_children values.
Example: stringmaster.pl -a -s S4PM10_TE_FW.cfg
5. Hypothetical mode (no arguments)
This creates the temporary configuration files that would be used for an
update or creation.
Example: stringmaster.pl -s S4PM10_TE_FW.cfg
Puts new configuration files in ./tmp.
More details can be found in the stringmaster and related man pages.