Starting and stopping DDAC on Azure
Steps for starting and stopping the DataStax Distribution of Apache Cassandra in Azure.
Open an terminal and run the following commands to start and stop the DataStax Distribution of Apache Cassandra™ (DDAC) in Azure.
Starting DDAC
sudo -s
systemctl start cassandra
Stopping DDAC
sudo -s
systemctl stop cassandra
Checking DDAC status
sudo -s
sytemctl status --no-banner cassandra