Template:SQWareProduction sqwcas RollingRestart.ksh help

From Wiki_dbSQWare
Revision as of 10:03, 18 December 2023 by BatchUser (talk | contribs) (Updated by BatchUser)
Jump to: navigation, search
Sourcing sqwcas_Global.lib v2023.09 SQWareProduction for Cassandra (dbSQWare) ... 

Usage: sqwcas_RollingRestart.ksh [-h] -I <instance> [+ options]

DESCRIPTION
   sqwcas_RollingRestart.ksh Run 'stop/start/restart' cassandra on selected nodes
SUPPORT
   Cassandra supported versions: 2.0 <= v <= 4.0

PARAMETERS
     -I  instance       : Target instance.
OPTIONS
     -h    help         : Display the full usage.
     -s                 : Display samples of usage.
     -A    action       : Action (start, stop, restart : by default restart).
     -S    scope        : Scope of the execution (default: Local)
                             Local           => only on the local node
                             LocalNode       => only on the local node
                             Node_$NodeName => only on the node '$NodeName'
                             LocalDC         => all nodes on the local datacenter
                             DC_$DCName     => all nodes on the datacenter '$DCName'
                             All             => all nodes on the cluster(all datacenters)
                             AllNodes        => all nodes on the cluster(all datacenters)
                             AllDC           => all nodes on the cluster(all datacenters)
     -FRT  return_code  : Force return code value on error.
     -AddMail email     : Email address to add at 'pmexpdba@gmail.com'.
     -Timeout Nb_sec    : Timeout before kill off 'nodetool drain' command when stop (by default 900).
     -SendReport        : Send execution log report.
     -Dynamic           : Force dynamic discovery of nodes (by default, search in $gvsqw_RootCfg/.clucfg generated by sqwcas_GenNodesConf.ksh).
     -NoMail            : Disable sendmail on error pmexpdba@gmail.com (by default, send on error).
     -Locale   locale   : Force Locale for help display (fr,en).
     -Wait              : Wait between two nodes restart (by default 120).
     -Exec              : Execute commands (default, display generated commands)