Details
-
Enhancement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
Meridian-2020.1.7
-
Security Level: Default (Default Security Scheme)
-
None
-
CentOS 7.0 - Meridian 2020.1.7
-
Horizon 2021 - Apr 14 - Apr 28
Description
In the Minion installation section of the Meridian Installation document, it tells you to install the incorrect Minion repository and package. Here is the link to the installation guide that the customer was using:
In "Step 1", the incorrect repository is given. The customer should be using the same repository that they would use for their Meridian installation.
The following line should be updated to the customer's Meridian repository:
dnf -y install https://yum.opennms.org/repofiles/opennms-repo-stable-rhel8.noarch.rpm rpm --import https://yum.opennms.org/OPENNMS-GPG-KEY
{{}}
The yum/dnf commands for the package installation are also incorrect. Instead of the following:
RHEL 8:
dnf -y install opennms-minion
RHEL 7:
yum -y install opennms-minion
They should be:
RHEL 8:
dnf -y install meridian-minion
RHEL 7:
yum -y install meridian-minion
This matters because the ActiveMQ topic names are different between Horizon and Meridian.
Let me know if I can give anymore information.