Template:SQWareProduction sqwcas GatherIndicators.ksh example: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
m Updated by BatchUser |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwcas_Global.lib v3.1. | Sourcing sqwcas_Global.lib v3.1.12 SQWareProduction for Cassandra (dbSQWare GPL v3) ... | ||
#Standard help for script sqwcas_GatherIndicators.ksh: | |||
$gvsqw_CasBin/sqwcas_GatherIndicators.ksh -h | |||
#Display online help for this script | |||
$gvsqw_CasBin/sqwcas_GatherIndicators.ksh -I $CAS_SID -NoMail | |||
#Desactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error) | |||
$gvsqw_CasBin/sqwcas_GatherIndicators.ksh -I $CAS_SID -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_sqwcas_GatherIndicators=<NumericValue> | |||
#in configuration file $gvsqw_CasBin/../etc_cust/sqwcas_GlobalVar.cfg | |||
</pre> | </pre> |
Revision as of 15:51, 8 March 2017
Sourcing sqwcas_Global.lib v3.1.12 SQWareProduction for Cassandra (dbSQWare GPL v3) ... #Standard help for script sqwcas_GatherIndicators.ksh: $gvsqw_CasBin/sqwcas_GatherIndicators.ksh -h #Display online help for this script $gvsqw_CasBin/sqwcas_GatherIndicators.ksh -I $CAS_SID -NoMail #Desactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error) $gvsqw_CasBin/sqwcas_GatherIndicators.ksh -I $CAS_SID -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_sqwcas_GatherIndicators=<NumericValue> #in configuration file $gvsqw_CasBin/../etc_cust/sqwcas_GlobalVar.cfg