Skip to main content

Cassandra operations

v0.4.8

Deep Cassandra ops via nodetool + cqlsh: topology (status, ring, gossip, describering, failure detector), health (tpstats, netstats, proxy + table histograms, compaction stats + history, throughput), schema introspection, maintenance mutators (snapshot, flush, cleanup, verify, compact, stop, throughput, cache invalidation), repair workflows, node lifecycle (drain, decommission, assassinate, removenode, rebuild), and logging level control. JMX on 127.0.0.1:7199.

34 allowed by default 7 need approval 4 denied by default
Pack ID
cassandra
Vendor
emisar
OS
linux
Actions
45
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
nodetool

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:5f04e74317ed58448bf64d9c365dd0e452cb61a28aa22528457d7a0012a945af

on the runner host
sudo emisar pack install cassandra \
  --hash sha256:5f04e74317ed58448bf64d9c365dd0e452cb61a28aa22528457d7a0012a945af \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 45 total

View on GitHub