Database Reference
In-Depth Information
Install the latest version of pyOpenSSL as follows:
$ easy_install pyOpenSSL
Running a Cassandra cluster
You need to have a running Cassandra cluster that can communicate with OpsCenter's
web interface machine.
Installing OpsCenter from tarball
DataStax provides different binaries packaged specifically for different operating systems.
One may download an RPM package, a Deb package, or an MSI (Windows) package
based on which operating system one is using. In this section, we will use the tarball
archive because it works across several platforms (Linux, Mac OS X).
Note
View all the download options for OpsCenter Community Edition at ht-
tp://planetcassandra.org/Download/DataStaxCommunityEdition .
To download and install OpsCenter, perform the following steps:
1. Download and untar OpsCenter as follows:
# Download latest OpsCenter
$ wget \
http://downloads.datastax.com/community/
opscenter.tar.gz
# Untar
$ tar -xzf opscenter.tar.gz
2. Edit conf/opscenterd.conf and insert the appropriate hostname,
OpsCenter's port number, and SSL setting (if required):
# vi conf/opscenterd.conf
[webserver]
port = 80
interface = 10.147.171.159 #IP of OpsCenter machine
[agents]
use_ssl = false
Search WWH ::




Custom Search