Skip to content

Commit a14cbd4

Browse files
jwilliams-mongodavidhou17sarahsimperscorryrootlmkerbey-mdb
authored
Fixup 7.0 (#5270)
* (DOCSP-33600): Note that private key must be in PKCS8 PBES2 format (#5240) * Add private key format limitation * add important admonition * (DOCSP-33778) Changes notes about one host backup/monitor at a time (#5251) (#5253) * (DOCSP-34136): Backport DOCSP-34083 to v6.0. (#5256) * (DOCSP-33492-60) Backporting. (#5260) * (DOCSP-33492-60) Backporting. * (DOCSP-33492-60) * (DOCSP-34244): Backport DOCSP-34134 to v6.0. (#5259) * (DOCSP-33837) Clarifies OM rolling restart definition (#5252) (#5265) * (DOCSP-34411): Backport DOCSP-34357 to v6.0. (#5266) * (DOCSP-33541) Adds RHEL 9 support for x86 (#5232) (#5269) * (DOCSP-33541) Adds RHEL 9 support for x86 * Adjusts table widths --------- Co-authored-by: davidhou17 <[email protected]> Co-authored-by: Sarah Simpers <[email protected]> Co-authored-by: Corry Root <[email protected]> Co-authored-by: lmkerbey-mdb <[email protected]>
1 parent 88733b8 commit a14cbd4

14 files changed

+104
-14
lines changed

source/includes/choice-install-enable-appdb-monitoring.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353

5454
.. include:: /includes/steps/monitor-appdb-on-x86-64-rpm.rst
5555

56-
.. tab:: RHEL/CentOS (7.x/8.x), SUSE12/15, Amazon Linux 2
56+
.. tab:: RHEL/CentOS (7.x/8.x/9.x), SUSE12/15, Amazon Linux 2
5757
:tabid: v7
5858

59-
RHEL / CentOS 7.x, SUSE12, SUSE15 or
59+
RHEL / CentOS 7.x/8.x/9.x, SUSE12, SUSE15 or
6060
Amazon Linux 2:
6161

6262
.. tabs::

source/includes/choice-install-mongodb-agent-manage-platform.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
.. include:: /includes/steps/install-mongodb-agent-manage-x86-64-rpm.rst
4949

50-
.. tab:: RHEL/CentOS (7.x/8.x), SUSE12/15, Amazon Linux 2
50+
.. tab:: RHEL/CentOS (7.x/8.x/9.x), SUSE12/15, Amazon Linux 2
5151
:tabid: v7
5252

5353
Running RHEL / CentOS 7.x, SUSE12, SUSE15, or
@@ -101,7 +101,7 @@
101101
On zSeries architecture (managing MongoDB 4.0 or
102102
later deployments):
103103

104-
Running RHEL / CentOS 7.x/8x:
104+
Running RHEL / CentOS 7.x/8.x:
105105

106106
Running RHEL / CentOS 7.x/8.x using the ``rpm`` package
107107
manager:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The encrypted private key for the ``.pem`` certificate file
2+
must be in :wikipedia:`PKCS #8 </PKCS_8>`
3+
:rfc:`PBES2 <8018#section-6.2>` format.

source/includes/list-tables/compatibility-matrix/db-tools-OMv6.0.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@
55
* - Ops Manager Server Versions
66
- Compatible MongoDB Database Tools Version
77

8-
* - :ref:`6.0.12 <opsmgr-server-6.0.12>`
8+
* - :ref:`6.0.20 <opsmgr-server-6.0.20>`
9+
- :dl:`100.9.0 <database-tools>`
10+
11+
* - :ref:`6.0.18 <opsmgr-server-6.0.18>`, :ref:`6.0.19
12+
<opsmgr-server-6.0.19>`
13+
- :dl:`100.8.0 <database-tools>`
14+
15+
* - :ref:`6.0.17 <opsmgr-server-6.0.17>`
16+
- :dl:`100.7.4 <database-tools>`
17+
18+
* - :ref:`6.0.16 <opsmgr-server-6.0.16>`
19+
- :dl:`100.7.3 <database-tools>`
20+
21+
* - :ref:`6.0.12 <opsmgr-server-6.0.12>`, :ref:`6.0.13
22+
<opsmgr-server-6.0.13>`, :ref:`6.0.14 <opsmgr-server-6.0.14>`,
23+
:ref:`6.0.15 <opsmgr-server-6.0.15>`
924
- :dl:`100.7.0 <database-tools>`
1025

1126
* - :ref:`6.0.10 <opsmgr-server-6.0.10>`, :ref:`6.0.11

source/includes/list-tables/v6-agent-platform-support-table.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
- :icon:`check-circle`
2727
- :icon:`check-circle`
2828
- :icon:`check-circle`
29+
* -
30+
- RHEL/Centos/Rocky/Alma 9 :sup:`1`
31+
- :icon:`check-circle`
32+
- :icon:`check-circle`
33+
-
34+
-
35+
-
36+
-
2937
* -
3038
- Amazon Linux 2
3139
- :icon:`check-circle`

source/includes/steps-admin-add-blockstore.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ content: |
8484
8585
TLS options do not work here.
8686
Configure TLS in the ``conf-mms.properties`` file by using the :setting:`mongodb.ssl.CAFile` option.
87+
88+
You must provide a value for the ``authMechanism`` option to
89+
set your authentication method. For more information about
90+
authentication options for connection strings, see
91+
:ref:`connection-string-auth-options`.
8792
8893
For proper syntax, see :manual:`Connection String URI
8994
Format </reference/connection-string>` in the MongoDB manual.

source/includes/steps-admin-add-oplogstore.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ content: |
8585
TLS options do not work here.
8686
Configure TLS in the ``conf-mms.properties`` file using the ``mongodb.ssl.CAFile`` option.
8787
88+
You must provide a value for the ``authMechanism`` option to
89+
set your authentication method. For more information about
90+
authentication options for connection strings, see
91+
:ref:`connection-string-auth-options`.
92+
8893
For proper syntax and examples, see
8994
:manual:`Connection String URI
9095
Format </reference/connection-string>` in the MongoDB manual.

source/includes/steps-configure-existing-deployment-for-x509.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ content: |
4343
- Required
4444
- Provide the PEM key file password if you encrypted it.
4545
46+
.. important::
47+
48+
.. include:: /includes/fact-PKCS8-private-key.rst
49+
4650
* - :option:`tlsFIPSMode <mongod.--tlsFIPSMode>`
4751
- Optional
4852
- Select ``true`` if you want to

source/includes/steps-restart-deployment.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ content: |
2020
.. note::
2121
If you are restarting a running deployment,
2222
|mms| restarts the deployment after the next publish.
23-
Deployments with multiple members should remain available as |mms|
24-
performs a :term:`rolling restart`.
23+
Deployments with multiple members remain available as |mms|
24+
performs a rolling restart. During an |mms| rolling restart,
25+
several processes can go offline at once, but the majority of
26+
processes remain available.
2527
2628
---
2729
stepnum: 3

source/reference/mongodb-agent-external-configuration.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ MongoDB processes that store configuration files in memory. When the
7575
redacts any credentials after it starts. Therefore, MongoDB
7676
can't retrieve the credentials needed to import the process.
7777

78+
Private Key Format
79+
``````````````````
80+
81+
.. include:: /includes/fact-PKCS8-private-key.rst
82+
7883
.. _mdbagent-config-nopass:
7984

8085
Remove Passwords from the MongoDB Agent Configuration File

0 commit comments

Comments
 (0)