Difference between revisions of "Template:SQWareProduction sqwdb2 GatherIndicators.ksh example"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwdb2_Global.lib v2021. | + | Sourcing sqwdb2_Global.lib v2021.06 SQWareProduction for Db2 (dbSQWare) ... |
#Standard help for script sqwdb2_GatherIndicators.ksh: | #Standard help for script sqwdb2_GatherIndicators.ksh: | ||
Line 10: | Line 10: | ||
$gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -I $DB2INSTANCE -NoMail | $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -I $DB2INSTANCE -NoMail | ||
#Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error) | #Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error) | ||
+ | |||
+ | $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -Locale en -h | ||
+ | #Display online help for this script with forcing of the 'fr' locale (default locale managed by the variable gvsqw_Locale) | ||
+ | |||
+ | $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -s | ||
+ | #Display usage examples for this script | ||
+ | |||
+ | $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' | ||
+ | #Add the mail list to the default address managed by the variable gvsqw_GlobalMail | ||
+ | |||
+ | $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -SendReport | ||
+ | #Send the log by email at the end of the treatment even if there is no error | ||
$gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -I $DB2INSTANCE -FRT <NumericValue> | $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -I $DB2INSTANCE -FRT <NumericValue> | ||
Line 16: | Line 28: | ||
#environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwdb2_GatherIndicators=<NumericValue> | #environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwdb2_GatherIndicators=<NumericValue> | ||
#in configuration file $gvsqw_Db2Bin/../etc_cust/sqwdb2_GlobalVar.cfg | #in configuration file $gvsqw_Db2Bin/../etc_cust/sqwdb2_GlobalVar.cfg | ||
+ | |||
+ | # XXXXX : -Dist | ||
</pre> | </pre> |
Revision as of 20:34, 27 September 2021
Sourcing sqwdb2_Global.lib v2021.06 SQWareProduction for Db2 (dbSQWare) ... #Standard help for script sqwdb2_GatherIndicators.ksh: $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -h #Display online help for this script $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -I $DB2INSTANCE -NoMail #Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error) $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -Locale en -h #Display online help for this script with forcing of the 'fr' locale (default locale managed by the variable gvsqw_Locale) $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -s #Display usage examples for this script $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' #Add the mail list to the default address managed by the variable gvsqw_GlobalMail $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -SendReport #Send the log by email at the end of the treatment even if there is no error $gvsqw_Db2Bin/sqwdb2_GatherIndicators.ksh -I $DB2INSTANCE -FRT <NumericValue> #Force return code to '<NumericValue>' on error (if no error, exit 0!) #You can also force return code of this script on all your #environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwdb2_GatherIndicators=<NumericValue> #in configuration file $gvsqw_Db2Bin/../etc_cust/sqwdb2_GlobalVar.cfg # XXXXX : -Dist