NAME
autorep - A rather naive and incomplete remake of the "autorep" tool.
SYNOPSIS
autorep [options]
OPTIONS
- -J jobname | --job jobname
-
Specify the job name to be queried. Wildcards can be specified with %, e.g: autorep -J MY_JOBS% would return a status report for all jobs beginning with the string MY_JOBS.
- -q
-
Query the definition of the given job(s).
- -w [width] | --width [width]
-
Specify the display width to use. If no width is given, we will use a default width of 120 characters. COMPATIBILITY NOTE: specifying a width is not possible with CA's original autorep tool.
- --dsn dsn
-
Specify the AutoSys' database dsn to connect to. COMPATIBILITY NOTE: this option does not exist in CA's original autorep tool.
- -S server | --server server
-
Specify the AutoSys' database server to connect to. Either this option or the dsn option above must be given. Please note, that when specifying this server option, a Sybase database backend is assumed. COMPATIBILITY NOTE: this option does not exist in CA's original autorep tool.
- -U user | --user user
-
Specify the database user. With an out-of-the-box AutoSys installation, the default user should work. COMPATIBILITY NOTE: this option does not exist in CA's original autorep tool.
- -P password | --password password
-
Specify the database password. With an out-of-the-box AutoSys installation, the default password should work. COMPATIBILITY NOTE: this option does not exist in CA's original autorep tool.
- --help
-
Print a brief help message and exits.
- --man
-
Prints the manual page and exits.
DESCRIPTION
This program will print a status report a la CA's original autorep tool.
Quick overview of two-letter status codes in alphabetical order:
AC - activated FA - failure IN - inactive
OH - on hold OI - on ice QW - queue wait
RD - refresh dependencies RE - restart RF - refresh filewatcher
RU - running ST - starting SU - success
TE - terminated
TODO
The following options are not yet implemented: -d, -s, -q, -o [OverRide #], -R run_num, -L Print Level, -x, -G GlobalName, -M MachineName, -D DataServer:DataBase
AUTHOR
Sinisa Susnjar <sini@cpan.org>