Clear data from Hyper-Converged Database (HCD)
Remove all data from any type of installation.
Package installation
To clear the data from the default directories:
-
Run the following command:
sudo rm -rf /var/lib/cassandra/*
Tarball installation
To clear all data from the default directories:
-
Remove the data from the installation location:
cd <installation_location> sudo rm -rf data/* commitlog/* saved_caches/* hints/*