Difference between revisions of "SQWareProduction:cassandra:etc:sqwcas CreInst Jobs.cfg"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 11: | Line 11: | ||
#NetBackup: run user backup command | #NetBackup: run user backup command | ||
NetBackup:$gvsqw_CasBin/sqwcas_NetBackup.ksh -I <CAS_SID> -Policy <Policy> -Schedule <Schedule> -Exec | NetBackup:$gvsqw_CasBin/sqwcas_NetBackup.ksh -I <CAS_SID> -Policy <Policy> -Schedule <Schedule> -Exec | ||
+ | |||
+ | #NodetoolRepairInc: run "nodetool repair -inc -par" on all nodes | ||
+ | NodetoolRepairInc:$gvsqw_CasBin/sqwcas_CentralisedNodetool.ksh -I <CAS_SID> -C 'repair -inc -par' -S All -Dynamic -Exec | ||
#NodetoolRepairPr: run "nodetool repair -pr" on all nodes | #NodetoolRepairPr: run "nodetool repair -pr" on all nodes |
Revision as of 20:53, 27 April 2016
Configuration file $gvsqw_CasBin/../etc/sqwcas_CreInst_Jobs.cfg:
File content:
#IndicDba: Gather DBAs indicators IndicDba:$gvsqw_CasBin/sqwcas_GatherIndicators.ksh -I <CAS_SID> #NetBackup: run user backup command NetBackup:$gvsqw_CasBin/sqwcas_NetBackup.ksh -I <CAS_SID> -Policy <Policy> -Schedule <Schedule> -Exec #NodetoolRepairInc: run "nodetool repair -inc -par" on all nodes NodetoolRepairInc:$gvsqw_CasBin/sqwcas_CentralisedNodetool.ksh -I <CAS_SID> -C 'repair -inc -par' -S All -Dynamic -Exec #NodetoolRepairPr: run "nodetool repair -pr" on all nodes NodetoolRepairPr:$gvsqw_CasBin/sqwcas_CentralisedNodetool.ksh -I <CAS_SID> -C 'repair -pr' -S All -Dynamic -Exec #NodetoolRepair: run "nodetool repair" on all nodes NodetoolRepair:$gvsqw_CasBin/sqwcas_CentralisedNodetool.ksh -I <CAS_SID> -C 'repair' -S All -Dynamic -Exec #NodetoolCompact: run "nodetool compact" on all nodes NodetoolCompact:$gvsqw_CasBin/sqwcas_CentralisedNodetool.ksh -I <CAS_SID> -C 'compact' -S All -Dynamic -Exec #NodetoolCompactOne: run "nodetool compact keyspace col_fam" on all nodes NodetoolCompactOne:$gvsqw_CasBin/sqwcas_CentralisedNodetool.ksh -I <CAS_SID> -C 'compact keyspace col_fam' -S All -Dynamic -Exec