Template:SQWareProduction sqwpg ParallelRun.ksh help: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
m Updated by BatchUser |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwpg_Global.lib | Sourcing sqwpg_Global.lib v2020.01 SQWareProduction for PostgreSQL (dbSQWare) ... | ||
Usage: sqwpg_ParallelRun.ksh [-h] -f <FileName> [+ options] | Usage: sqwpg_ParallelRun.ksh [-h] -f <FileName> [+ options] | ||
DESCRIPTION | DESCRIPTION | ||
sqwpg_ParallelRun.ksh | sqwpg_ParallelRun.ksh runs commands from <FileName> in parallel mode | ||
SUPPORT | SUPPORT | ||
All rdbms type and version | All rdbms type and version | ||
Line 15: | Line 15: | ||
-s : Display samples of usage. | -s : Display samples of usage. | ||
-P Nb threads : Number of threads in parallel (by default 2). | -P Nb threads : Number of threads in parallel (by default 2). | ||
-AGR Nb sec : Nb of seconds between two | -AGR Nb sec : Nb of seconds between two runs (by default 10s). | ||
-AGE Nb sec : Nb of seconds between two | -AGE Nb sec : Nb of seconds between two checks of end (by default 30s). | ||
-FRT return_code : Force return code value on error. | -FRT return_code : Force return code value on error. | ||
-AddMail email : Email | -AddMail email : Email address to add at 'pmexpdba@gmail.com'. | ||
-SendReport : Send execution log report. | -SendReport : Send execution log report. | ||
-NoMail : | -NoMail : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error). | ||
-Locale locale : Force Locale for help display (fr,en). | -Locale locale : Force Locale for help display (fr,en). | ||
-FormatError : Format error message in html. | -FormatError : Format error message in html. |
Revision as of 19:36, 8 March 2020
Sourcing sqwpg_Global.lib v2020.01 SQWareProduction for PostgreSQL (dbSQWare) ... Usage: sqwpg_ParallelRun.ksh [-h] -f <FileName> [+ options] DESCRIPTION sqwpg_ParallelRun.ksh runs commands from <FileName> in parallel mode SUPPORT All rdbms type and version PARAMETERS -f FileName : File name containing the commands to run. OPTIONS -h help : Display the full usage. -s : Display samples of usage. -P Nb threads : Number of threads in parallel (by default 2). -AGR Nb sec : Nb of seconds between two runs (by default 10s). -AGE Nb sec : Nb of seconds between two checks of end (by default 30s). -FRT return_code : Force return code value on error. -AddMail email : Email address to add at 'pmexpdba@gmail.com'. -SendReport : Send execution log report. -NoMail : Deactivate sendmail on error to pmexpdba@gmail.com (by default, send on error). -Locale locale : Force Locale for help display (fr,en). -FormatError : Format error message in html. -MailFile filename : File name containing errors to send mail with an other script (disable sendmail). -Exec : Execute commands (default, display generated commands)