Install DSE OpsCenter as an RPM package
You can install DSE OpsCenter 6.8 from an RPM package on CentOS, RHEL, and Oracle Linux (OL) machines.
For all supported platforms, see Supported platforms for DSE.
Prepare the infrastructure
Install OpsCenter on a separate machine from your intended DataStax Enterprise (DSE) nodes.
The OpsCenter machine must meet the following requirements:
-
At least 2 CPU cores
-
At least 2 GB of RAM available to OpsCenter
-
The latest build of Technology Compatibility Kit (TCK) Certified OpenJDK version 8 or Oracle Java SE Runtime Environment 8 (JRE or JDK). Other versions aren’t supported.
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.
After installing OpsCenter, you can use Lifecycle Manager (LCM) to automatically manage Java and JCE installs for DSE clusters.
-
A recent version of a major web browser. OpsCenter doesn’t support Internet Explorer or Microsoft Edge.
-
Yum package management utility.
Procedure
-
Find the latest release of OpsCenter 6.8 on IBM Fix Central:
-
Go to Fix Central.
-
In the Product selector field, begin typing
IBM DataStax OpsCenter, and then select that option from the menu. -
In the Release field, select the version that you want to install.
-
Click Continue.
-
On the Identify fixes page, click Continue to use the default Browse for fixes option.
-
On the Select fixes page, select the fix pack (OpsCenter version) you want to install, and then click Continue.
Depending on the product and version, more fix packs might be available if you set the Platform filter to All, and then click Submit.
-
If prompted, sign in with your IBMid.
An IBMid account with MFA enabled is required. If you don’t have one, create an IBMid account. If your organization uses Enterprise Federation (EF) for authentication with corporate credentials, see the IBMid EF documentation.
-
On the Download options page, select Download using your browser (HTTPS), and then click Continue.
-
Review the terms and conditions, and then click I agree to activate the download links.
-
-
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=DataStax Repo for DSE baseurl=file://REPOSITORY_DIRECTORY_PATH enabled=1Specify all packages; otherwise, the installation fails.
-
Install the OpsCenter package:
sudo yum install opscenterIf you are installing an earlier version of 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 OpsCenter for your environment.
-
Start OpsCenter:
sudo service opscenterd startOpsCenter CentOS, RHEL, and OL packages create an
opscenteruser, and then the OpsCenter service runs as theopscenteruser. The service initialization script is located at/etc/init.d.If the OpsCenter machine reboots, OpsCenter restarts automatically. To disable automatic restart, run the following command:
sudo update-rc.d opscenterd disable -
Connect to OpsCenter in a web browser at
http://opscenter-host:8888/.