Skip to content

Commit a5ab26e

Browse files
DOCSP-37713 -- Add Ubuntu 20.04 ARM support for OM (#145)
Add Ubuntu 20.04 ARM support for OM. - [JIRA](https://jira.mongodb.org/browse/DOCSP-37713) - [STAGING](https://preview-mongodbjvincentmongodb.gatsbyjs.io/ops-manager/DOCSP-37713/core/requirements/#operating-system-compatibility-matrices) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65f872106fc5f04850a30531) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 5390b43 commit a5ab26e

5 files changed

+90
-5
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,19 @@
2020

2121
.. include:: /includes/agents/binaries-removed-from-path.rst
2222

23-
On x86_64 architecture running Debian 8/9/10/11 or Ubuntu 18.04/20.04/22.04:
23+
On x86_64 architecture running Debian 8/9/10/11/12 or Ubuntu 18.04/20.04/22.04:
2424

2525
.. include:: /includes/steps/install-mongodb-agent-manage-amd64.ubuntu1604-deb.rst
2626

27+
.. tab:: ARM64
28+
:tabid: ARM64
29+
30+
.. include:: /includes/agents/binaries-removed-from-path.rst
31+
32+
On ARM64 architecture running Ubuntu 20.04/22.04:
33+
34+
.. include:: /includes/steps/install-mongodb-agent-manage-arm64.ubuntu2004.rst
35+
2736
.. tab::
2837
:tabid: rhel
2938

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,19 @@
203203
* -
204204
- Ubuntu 20.x
205205
- :icon:`check-circle`
206+
- :icon:`check-circle`
207+
-
206208
-
207209
-
208210
-
209211
-
212+
* -
213+
- Ubuntu 22.x
214+
- :icon:`check-circle`
215+
- :icon:`check-circle`
216+
-
217+
-
218+
-
210219
-
211220
-
212221
* - PowerPC/ ppc64le
@@ -252,5 +261,3 @@ must include the ``redhat-lsb-core`` package.
252261
:sup:`2` The Debian installation must include the
253262
``lsb-release`` package. To learn more, see `lsb-release
254263
<https://packages.debian.org/sid/lsb-release>`__.
255-
256-
:sup:`3` |bic-full| isn't supported on Ubuntu 22.04.

source/includes/steps-install-mongodb-agent-manage-amd64.ubuntu1604-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ source:
1616
ref: download-mongodb-agent-installer-opsmgr-deb
1717
replacement:
1818
fileBuild: "amd64.ubuntu1604.deb"
19-
platform: "Ubuntu 18.04/20.04/22.04 or Debian 9/10/11 for 64-bit x86"
19+
platform: "Ubuntu 18.04/20.04/22.04 or Debian 9/10/11/12 for 64-bit x86"
2020
commandline: "Linux shell"
2121
---
2222
stepnum: 4
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
stepnum: 1
2+
source:
3+
file: steps-install-mongodb-agent-source-all.yaml
4+
ref: login
5+
---
6+
stepnum: 2
7+
source:
8+
file: steps-install-mongodb-agent-source-all.yaml
9+
ref: begin-deployment-manage
10+
replacement:
11+
menuOption: "Ubuntu 20.x/22.x - DEB (ARM)"
12+
---
13+
stepnum: 3
14+
content: |
15+
16+
.. note::
17+
18+
Starting with this step, follow the {+mdbagent+}
19+
installation modal and copy the commands provided into the command line.
20+
21+
From a system shell on the host that will run the {+mdbagent+},
22+
issue the following ``curl`` command to download the installer for Ubuntu 20.x/22.x - DEB (ARM):
23+
24+
.. code-block:: shell
25+
26+
curl -OL https://<OpsManagerHost>:<Port>/download/agent/automation/mongodb-mms-automation-agent-manager_latest_arm64.ubuntu2204.deb
27+
28+
.. note::
29+
30+
Replace ``{+opsmgr-url+}`` with the hostname and port of
31+
your |application|.
32+
---
33+
stepnum: 4
34+
source:
35+
file: steps-install-mongodb-agent-source-all.yaml
36+
ref: edit-config-file-opsmgr
37+
replacement:
38+
configFile: "automation-agent.config"
39+
editCommand: "sudo vi /etc/mongodb-mms/automation-agent.config"
40+
---
41+
stepnum: 5
42+
source:
43+
file: steps-install-mongodb-agent-source-all.yaml
44+
ref: set-proxy-server
45+
replacement:
46+
httpProxy: ":asetting:`httpProxy`"
47+
configFile: "automation-agent.config"
48+
editCommand: "sudo vi /etc/mongodb-mms/automation-agent.config"
49+
---
50+
stepnum: 6
51+
source:
52+
file: steps-install-mongodb-agent-source-deb.yaml
53+
ref: create-data-directories
54+
---
55+
stepnum: 7
56+
source:
57+
file: steps-install-mongodb-agent-source-deb.yaml
58+
ref: start-mongodb-agent
59+
---
60+
stepnum: 8
61+
source:
62+
file: steps-install-mongodb-agent-source-all.yaml
63+
ref: verify-mongodb-agent
64+
---
65+
stepnum: 9
66+
source:
67+
file: steps-install-mongodb-agent-source-all.yaml
68+
ref: repeat-per-host
69+
...

source/includes/steps-install-mongodb-agent-source-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ content: |
7575
.. note::
7676
7777
Starting with this step, follow the {+mdbagent+}
78-
installation modal and copy the commands provided into the{{commandline}}.
78+
installation modal and copy the commands provided into the {{commandline}}.
7979
8080
From a system shell on the host that will run the {+mdbagent+},
8181
issue the following ``curl`` command to download the installer for {{platform}}:

0 commit comments

Comments
 (0)