Difference between revisions of "Template:SQWareProduction sqwcas CentralisedNodetool.ksh help"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwcas_Global.lib v4.0. | + | Sourcing sqwcas_Global.lib v4.0.09 SQWareProduction for Cassandra (dbSQWare) ... |
Usage: sqwcas_CentralisedNodetool.ksh [-h] -I <instance> -C <command options> [+ options] | Usage: sqwcas_CentralisedNodetool.ksh [-h] -I <instance> -C <command options> [+ options] |
Revision as of 21:42, 9 September 2018
Sourcing sqwcas_Global.lib v4.0.09 SQWareProduction for Cassandra (dbSQWare) ... Usage: sqwcas_CentralisedNodetool.ksh [-h] -I <instance> -C <command options> [+ options] DESCRIPTION sqwcas_CentralisedNodetool.ksh Run 'nodetool' command on selected nodes SUPPORT Cassandra supported versions: 2.0 <= v <= 3.0 PARAMETERS -I instance : Target instance. -C command : Options for the nodetool command (ex: 'version', 'compact keyspace column_family' or other). OPTIONS -h help : Display the full usage. -s : Display samples of usage. -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) -AGR Nb sec : Nb of seconds between two run (by default 1s). -AGE Nb sec : Nb of seconds between two check of end (by default 5s). -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 ssh session. -SendReport : Send execution log report. -Dynamic : Strength discover of nodes (by default, search in $gvsqw_RootCfg/.clucfg generated by sqwcas_GenNodesConf.ksh). -NoMail : Desactivate sendmail on error pmexpdba@gmail.com (by default, send on error). -Exec : Execute commands (default, display generated commands)