Installing DSE OpsCenter 6.1 from the Debian package
Install DSE OpsCenter using APT repositories on Debian or Ubuntu distributions.
Install DSE OpsCenter using APT repositories on Debian or Ubuntu distributions.
For a complete list of supported platforms, see OpsCenter Supported Platforms.
The OpsCenter Debian and Ubuntu packaged releases runs as a service from root. The service initialization script is located in /etc/init.d.
sudo update-rc.d opscenterd disable
Prerequisites
- 2 CPU cores
- 2 GB of RAM available to OpsCenter
Permission and software requirements:
- APT Package Manager is installed.
- Latest build of a Technology Compatibility Kit (TCK) Certified OpenJDK
version 8 or Oracle Java SE Runtime Environment 8 (JRE or JDK). Earlier or later
versions are not supported. See installing the Oracle JDK or OpenJDK.Tip: Use OpsCenter Lifecycle Manager to automatically manage Java and JCE installs for DSE clusters.
- DataStax recommends using a recent version of one of the major web browsers. OpsCenter does not support Internet Explorer or Microsoft Edge.
Procedure
-
Modify the aptitude repository source list file
(/etc/apt/sources.list.d/datastax.sources.list).
echo "deb https://debian.datastax.com/enterprise \ stable main" | sudo tee -a /etc/apt/sources.list.d/datastax.sources.list
-
Add the DataStax repository key to your aptitude trusted keys:
curl -L https://debian.datastax.com/debian/repo_key | sudo apt-key add -
-
Install the OpsCenter package using the APT Package Manager:
sudo apt-get update $ sudo apt-get install opscenter
For most users, the out-of-box configuration should work just fine. If necessary, you can configure OpsCenter for your environment.
-
Start OpsCenter:
sudo service opscenterd start
-
Connect to OpsCenter in a web browser using the following URL:
http://opscenter-host:8888/
What's next
Add an existing cluster or provision a new cluster in Lifecycle Manager.