Fixed
Details
Assignee
Bonnie RobinsonBonnie RobinsonReporter
Sergio GarciaSergio GarciaComponents
Sprint
NoneFix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Bonnie Robinson
Bonnie RobinsonReporter
Sergio Garcia
Sergio GarciaComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 16, 2021 at 9:24 PM
Updated April 21, 2021 at 4:55 PM
Resolved April 21, 2021 at 2:08 PM
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:
https://meridian.opennms.com/docs/meridian/releases/2020.1.7/guide-install/guide-install.html#_installing_on_rhel_2
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:
{{}}
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.