
autorep - A rather naive and incomplete remake of the "autorep" tool.

autorep [options]

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.
Query the definition of the given job(s).
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.
Specify the AutoSys' database dsn to connect to. COMPATIBILITY NOTE: this option does not exist in CA's original autorep tool.
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.
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.
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.
Print a brief help message and exits.
Prints the manual page and exits.

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

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

Sinisa Susnjar <sini@cpan.org>