Template:SQWareProduction sqwsyb KillSessions.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 sqwsyb_Global.lib v2024. | Sourcing sqwsyb_Global.lib v2024.02 SQWareProduction for Sybase (dbSQWare) ... | ||
#Standard help for script sqwsyb_KillSessions.ksh: | #Standard help for script sqwsyb_KillSessions.ksh: | ||
| Line 9: | Line 9: | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -Locale en -h | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -Locale en -h | ||
#Display online help for this script with forcing of the 'en' locale (default locale managed by | #Display online help for this script with forcing of the 'en' locale (by default locale managed by $gvsqw_Locale) | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -s | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -s | ||
#Display usage examples for this script | #Display usage examples for this script | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh - | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY | ||
# | #Generate commands but don't execute them ! | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh - | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -Exec | ||
# | #Execute kill of sybase's connections | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY - | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -Dist -Exec | ||
# | #Run the script for the instance <$DSQUERY> with the status DIST (by default, only for status ON) | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -NBA <Number> -Exec | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -NBA <Number> -Exec | ||
#Execute generated commands with attempt number | #Execute generated commands with attempt number | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' -Exec | ||
# | #Add the mail list to the default address managed by the variable gvsqw_GlobalMail | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -SendReport -Exec | |||
#Send the log by email at the end of the treatment even if there is no error | |||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -NoMail -Exec | |||
#Disables sending an email on error to $gvsqw_GlobalMail (by default, send on error) | |||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -FRT <NumericValue> -Exec | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -FRT <NumericValue> -Exec | ||
#Force return code to '<NumericValue>' on error (if no error, exit 0!) | #Force return code to '<NumericValue>' on error (if no error, "exit 0!") | ||
#You can also force return code of this script on all your | #You can also force return code of this script on all your | ||
#environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwsyb_KillSessions=<NumericValue> | #environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwsyb_KillSessions=<NumericValue> | ||
| Line 36: | Line 42: | ||
#Options to generate databases list with filters (you can mix all off them): | #Options to generate databases list with filters (you can mix all off them): | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -ID <listdb> | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -ID <listdb> -Exec | ||
#Generate database list with 'in list': | #Generate database list with 'in list': | ||
#=> and name in ('$ListInclude') | #=> and name in ('$ListInclude') | ||
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -ED <listdb> - | $gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -ED <listdb> -Exec | ||
#Generate database list with 'not in list': | #Generate database list with 'not in list': | ||
#=> and name not in ('$ListExclude') | #=> and name not in ('$ListExclude') | ||
</pre> | </pre> | ||
Revision as of 16:10, 7 April 2024
Sourcing sqwsyb_Global.lib v2024.02 SQWareProduction for Sybase (dbSQWare) ...
#Standard help for script sqwsyb_KillSessions.ksh:
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -h
#Display online help for this script
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -Locale en -h
#Display online help for this script with forcing of the 'en' locale (by default locale managed by $gvsqw_Locale)
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -s
#Display usage examples for this script
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY
#Generate commands but don't execute them !
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -Exec
#Execute kill of sybase's connections
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -Dist -Exec
#Run the script for the instance <$DSQUERY> with the status DIST (by default, only for status ON)
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -NBA <Number> -Exec
#Execute generated commands with attempt number
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' -Exec
#Add the mail list to the default address managed by the variable gvsqw_GlobalMail
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -SendReport -Exec
#Send the log by email at the end of the treatment even if there is no error
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -NoMail -Exec
#Disables sending an email on error to $gvsqw_GlobalMail (by default, send on error)
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -FRT <NumericValue> -Exec
#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_sqwsyb_KillSessions=<NumericValue>
#in configuration file $gvsqw_SybBin/../etc_cust/sqwsyb_GlobalVar.cfg
#Options to generate databases list with filters (you can mix all off them):
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -ID <listdb> -Exec
#Generate database list with 'in list':
#=> and name in ('$ListInclude')
$gvsqw_SybBin/sqwsyb_KillSessions.ksh -I $DSQUERY -ED <listdb> -Exec
#Generate database list with 'not in list':
#=> and name not in ('$ListExclude')