Uninstalling DataStax Enterprise 6.8

Uninstalling Debian- and RHEL-based packages

Use this method when you have installed DataStax Enterprise using APT or Yum.

  1. Drain and stop the DataStax Enterprise service:

    nodetool drain &&
    sudo service dse stop
  2. Make sure all services are stopped:

    ps auwx | grep dse
  3. If services are still running, use the PID to kill the service:

    bin/dse cassandra-stop -p dse_pid
  4. Remove the installation directories:

    RHEL-based packages:

    sudo yum remove "dse-*" "datastax-*"

    Debian-based packages:

    sudo apt-get purge "dse-*" "datastax-*"

Uninstalling the binary tarball

Use this method when you have installed DataStax Enterprise using the binary tarball.

  1. Stop the node:

    bin/dse cassandra-stop
  2. Make sure all services are stopped:

    ps auwx | grep dse
  3. If services are still running, use the PID to kill the service:

    bin/dse cassandra-stop -p dse_pid
  4. Remove the installation directory.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2024 DataStax | Privacy policy | Terms of use

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com