Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Done
-
5.0.0, 6.0.0
-
None
-
2
-
CET: Yubaba (2 - 8 Aug 22), CET: Zuko (9 - 15 Aug 22), CET: Akkorokamui 16-22 Aug 22, CET: Basilisk (23 - 29 Aug 22), CET: Chupacabra 8/30-9/5/22, CET: Dobhar-chu (6-12 Sept 22), CET: Elepaio (13 - 19 Sept 22), CET: Faun (20 - 26 Sept 22), CET: Gasha (27 Sept-3 Oct 22), CET: Hakutaku (4 - 10 Oct 22), CET: Ifrit (11 - 17 Oct 22), CET: Jackalope (18-24 Oct 22), CET: Kachina (25 - 31 Oct 22), CET: Loch Ness Mons 1-7 Nov 22, CET: Makara (8 - 14 Nov 22)
Description
A wrong step is mentioned in the HA configuration steps.
https://www.mongodb.com/docs/ops-manager/current/tutorial/configure-application-high-availability/
Step 4 says:
Change the Ops Manager URL to the Load Balancer URL in the MongoDB Agent configuration file.
Complete the following steps on each MongoDB Agent's host.
- Edit the MongoDB Agent configuration file.
vi /path/to/configurationFile.config
The location of the Automation configuration file depends on your platform:/etc/mongodb-mms/automation-agent.config
- Change the mmsBaseUrl property to point to the load balancer.
mmsBaseUrl=<LOAD-BALANCER-URL>:<PORT> - Click Downloads & Settings.
- Click Save & Close.
- Restart the MongoDB Agent.
Steps 3 and 4 don't make much sense. Just changing the config file and restarting the service should be enough.