File tree Expand file tree Collapse file tree 4 files changed +29
-14
lines changed Expand file tree Collapse file tree 4 files changed +29
-14
lines changed Original file line number Diff line number Diff line change 11In the following command, replace:
22
3- - ``<version> `` with the version of the |onprem | package.
4- - ``<architecture> `` with the CPU architecture for the package. This value
5- must be ``x86_64 ``.
3+ - ``<download> `` with the file name for the |onprem | package you downloaded.
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ source:
1414stepnum : 2
1515replacement :
1616 keyfile : https://pgp.mongodb.com/opsmanager-<version>.asc
17+ pre : |
18+
19+ In the following command, replace ``<version>`` with the major version of
20+ the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
1721
1822 ---
1923
@@ -26,8 +30,8 @@ replacement:
2630 sigfile : https://downloads.mongodb.com/on-prem-mms/deb/mongodb-mms-<version>_x86_64.deb.sig
2731pre : |
2832
29- In the following command, replace ``<version>`` with the version of
30- the |onprem| package.
33+ In the following command, replace ``<version>`` with the major version of
34+ the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
3135
3236 ---
3337
@@ -53,8 +57,7 @@ replacement:
5357 verify : |
5458 .. code-block:: sh
5559
56- gpg --verify mongodb-mms-<version>_x86_64.deb.sig \
57- mongodb-mms-<version>_x86_64.deb
60+ gpg --verify <download>.sig \ <download>.deb
5861
5962 response : |
6063
@@ -77,6 +80,5 @@ replacement:
7780 Primary key fingerprint: D657 EF0E F51C 41B7 AE11 1CAF 056A B6A9 0E47 FE40
7881pre : |
7982
80- In the following command, replace ``<version>`` with the version of
81- the |onprem| package.
83+ In the following command, replace ``<download>`` with the file name for the |onprem| package you downloaded.
8284 ...
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ source:
1414stepnum : 2
1515replacement :
1616 keyfile : https://pgp.mongodb.com/opsmanager-<version>.asc
17+ pre : |
18+
19+ In the following command, replace ``<version>`` with the major version of
20+ the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
1721
1822 ---
1923
@@ -27,6 +31,10 @@ replacement:
2731 .. code-block:: sh
2832
2933 sudo rpm --import opsmanager-<version>.asc
34+ pre : |
35+
36+ In the following command, replace ``<version>`` with the major version of
37+ the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
3038
3139 ---
3240
@@ -42,13 +50,13 @@ replacement:
4250 verify : |
4351 .. code-block:: sh
4452
45- sudo rpm -K mongodb-mms-<version>.<architecture >.rpm
53+ sudo rpm -K <download >.rpm
4654
4755 response : |
4856
4957 .. code-block:: sh
5058 :copyable: false
5159
52- mongodb-mms-<version.arch >.rpm: rsa sha1 (md5) pgp md5 OK
60+ <download >.rpm: rsa sha1 (md5) pgp md5 OK
5361
5462 ...
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ source:
1414stepnum : 2
1515replacement :
1616 keyfile : https://pgp.mongodb.com/opsmanager-<version>.asc
17+ pre : |
18+
19+ In the following command, replace ``<version>`` with the major version of
20+ the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
1721
1822 ---
1923
@@ -23,7 +27,7 @@ source:
2327 ref : download-signature
2428stepnum : 3
2529replacement :
26- sigfile : https://downloads.mongodb.com/on-prem-mms/tar/mongodb-mms-<version>.<architecture >.tar.gz.sig
30+ sigfile : https://downloads.mongodb.com/on-prem-mms/tar/<download >.tar.gz.sig
2731pre : |
2832
2933 .. include:: /includes/fact-version-arch.rst
@@ -39,6 +43,10 @@ replacement:
3943 .. code-block:: sh
4044
4145 gpg --import opsmanager-<version>.asc
46+ pre : |
47+
48+ In the following command, replace ``<version>`` with the major version of
49+ the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
4250
4351 ---
4452
@@ -51,8 +59,7 @@ replacement:
5159 verify : |
5260 .. code-block:: sh
5361
54- gpg --verify mongodb-mms-<version>.<architecture>.tar.gz.sig \
55- mongodb-mms-<version>.<architecture>.tar.gz
62+ gpg --verify <download>.tar.gz.sig \ <download>.tar.gz
5663
5764 response : |
5865
You can’t perform that action at this time.
0 commit comments