Install DSE OpsCenter 6.8 from the RPM package
For a complete list of supported platforms, see DSE OpsCenter Supported Platforms.
The CentOS, RHEL, and OL DSE OpsCenter packaged releases create an opscenter user.
DSE OpsCenter runs as a service and runs as the opscenter user.
The service initialization script is located in /etc/init.d.
If the DSE OpsCenter machine reboots, DSE OpsCenter restarts automatically. To disable, restart upon reboot:
sudo update-rc.d opscenterd disable
Prerequisites
Minimum hardware requirements for the machine on which DSE OpsCenter runs:
-
2 CPU cores
-
2 GB of RAM available to DSE OpsCenter
Permission and software requirements:
-
An IBMid with MFA enabled.
-
If you are an existing IBM customer with an IBMid, you can continue to use your established account.
-
If you don’t have an IBMid, you can create one.
-
If your company uses Enterprise Federation (EF) for authentication with corporate credentials, see the EF documentation.
-
-
Yum package management utility.
-
Latest build of a TCK (Technology Compatibility Kit) Certified OpenJDK version 8 or Oracle Java SE Runtime Environment 8 (JRE or JDK). Earlier or later versions are not supported. See Install the Java Virtual Machine.
Although Oracle JRE/JDK 8 is supported, DataStax does more extensive testing on OpenJDK 8. This change is due to the end of public updates for Oracle JRE/JDK 8.
-
Use DSE OpsCenter Lifecycle Manager (LCM) to automatically manage Java and JCE installs for DSE clusters.
-
DataStax recommends using a recent version of one of the major web browsers. DSE OpsCenter does not support Internet Explorer or Microsoft Edge.
Procedure
-
Download the DSE OpsCenter RPM packages from Fix Central:
-
Sign in to Fix Central.
-
In the Product selector field, enter
IBM DataStax OpsCenter. -
Select the version you want to install from the Release list, and then click Continue.
-
On the Identify fixes page, click Continue to use the default Browse for fixes option.
-
Select the fix pack (DSE OpsCenter version) you want to install, and then click Continue.
-
On the Download options page, select the Download using your browser (HTTPS), and then click Continue.
This step is only required the first time you download a file using Fix Central. If you need to change your download method for subsequent downloads, use the Change download options link in the Download options section of Fix Central pages.
-
Review the terms and conditions, and then click I agree.
-
Click the
*-docker.tar.gzfile from the list of options to download the file.
-
-
Click the DSE RPM package link to download the file, for example,
opscenter-6.8.47-rpm.zip. -
Extract the RPM files from the
.zipfile:unzip opscenter-6.8.47-rpm.zipYou can use the package signing public key (
rpm-signing.pub.key) in the file to set up and verify the RPM packages. -
Import the package signing public key:
sudo rpm --import rpm-signing.pub.key -
Set up a local Yum repository to host the downloaded RPM files:
- Apache
-
See Apache in the Red Hat documentation for more information.
- nginx
-
See nginx in the Red Hat documentation for more information.
- Red Hat Satellite
-
See Uploading content to custom RPM repositories in the Red Hat Satellite documentation for more information.
-
Add the local DataStax Yum repository to a file called
/etc/yum.repos.d/datastax.repo:[datastax] name={company} Repo for DSE baseurl=file://**REPOSITORY_DIRECTORY_PATH** enabled=1Specify all packages; otherwise, the installation fails.
-
Install the DSE OpsCenter package:
sudo yum install opscenterIf you are installing an earlier version of DSE OpsCenter, add the supported version to the command:
sudo yum install -y opscenter-6.8.VERSION_NUMBER -
The default configuration is suitable for most deployments. If necessary, you can configure DSE OpsCenter for your environment.
-
Start DSE OpsCenter:
sudo service opscenterd start -
Connect to DSE OpsCenter in a web browser at
http://opscenter-host:8888/.
Next Steps
Add an existing cluster or provision a new cluster in LCM.