Use the new Getting started guide instead.
If you have trouble installing, see the full DataStax Enterprise installation documentation.
Choose your platform:
Before you can install, you must register with DataStax to get a username and password.
In a terminal window:
deb http://<username>:<password>@debian.datastax.com/enterprise stable main
deb http://debian.datastax.com/community stable main
curl -L http://debian.datastax.com/debian/repo_key | sudo apt-key add - sudo apt-get update sudo apt-get install dse-full opscenter
Install DataStax Community:
curl -L http://debian.datastax.com/debian/repo_key | sudo apt-key add - sudo apt-get update sudo apt-get install dsc12
Debian packages start the Cassandra service automatically.
sudo dse cassandra -t
-t starts Cassandra as a Hadoop (analytics) node.
nodetool ring -h localhost

nodetool status

Before you can install, you must register with DataStax to get a username and password.
In a terminal window for both 32- and 64-bit systems:
rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
[datastax] name= DataStax Repo for Apache Cassandra baseurl=http://<username>:<password>@rpm.datastax.com/enterprise enabled=1 gpgcheck=0
[datastax] name= DataStax Repo for Apache Cassandra baseurl=http://<username>:<password>@rpm.datastax.com/community enabled=1 gpgcheck=0
yum install dse-full opscenter
yum install dsc12
sudo dse cassandra -t
-t starts Cassandra as a Hadoop (analytics) node.
sudo dsc cassandra
nodetool ring -h localhost
nodetool status
Before you can install, you must register with DataStax to get a username and password.
In a terminal window:
curl -OL http://<username>:<password>@downloads.datastax.com/enterprise/dse.tar.gz
curl -OL http://downloads.datastax.com/community/dsc.tar.gz
tar -xzvf dse.tar.gz
tar -xzvf dsc.tar.gz
cd dse-3.0.x
cd dsc-cassandra-1.2.x
mkdir dse-data; cd dse-data mkdir data saved_caches commitlog
mkdir cassandra-data; cd cassandra-data mkdir data saved_caches commitlog
initial_token: 0 data_file_directories: - <path_to_install>/dse-data/data commitlog_directory: <path_to_install>/dse-data/commitlog saved_caches_directory: <path_to_install>/dse-data/saved_caches
initial_token: 0 data_file_directories: - <path_to_install>/cassandra-data/data commitlog_directory: <path_to_install>/cassandra-data/commitlog saved_caches_directory: <path_to_install>/cassandra-data/saved_caches
log4j.appender.R.File= <path_to_install>/dse-data/system.log
log4j.appender.R.File= <path_to_install>/cassandra-data/system.log
sudo bin/dse cassandra -t
bin/dse cassandra -t
sudo bin/cassandra
bin/cassandra
bin/nodetool ring -h localhost

bin/nodetool status

When you install OpsCenter from the tarball distribution, root permissions are not required.
Notes
Ubuntu 11.x and 12.x require OpenSSL 0.9.8, not the default OpenSSL. See Troubleshooting in the OpsCenter documentation.
You may need to set JAVA_HOME. For example: export JAVA_HOME=/usr/java/latest/jre1.6.0_38/
Download the tarball distribution of OpsCenter from the either the DataStax website or use the curl command:
DataStax Community
$ curl -OL http://downloads.datastax.com/community/opscenter.tar.gz
DataStax Enterprise
$ curl -OL http://<username>:<password>@downloads.datastax.com/enterprise/opscenter.tar.gz
$ tar -xzvf opscenter.tar.gz
You need to configure OpsCenter to listen for client connections and tell the agent the IP address of the OpsCenter host.
sudo update-alternatives --install "/usr/bin/keytool" "keytool" "/usr/java/latest/jre1.6.0_38/bin/keytool" 1
cd <path_to_opscenter>/opscenter-3.x.x/conf
[webserver] port = 8888 interface = 0.0.0.0
Note: If you use 0.0.0.0, anyone can one view it. For better security, use your external IP (WhatIsMyIP).
$ cd ../agent $ bin/setup localhost
Note: If you are not using the same computer to install the agent, enter the IP address of the OpsCenter host.
$ cd .. $ bin/opscenter
If you want to start in the foreground, use -f.
$ cd agent $ bin/opscenter-agent
http://localhost:8888
The OpsCenter Dashboard is displayed.

Note: It takes a few minutes for data to start appearing.