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 1
1
In the following command, replace:
2
2
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:
14
14
stepnum : 2
15
15
replacement :
16
16
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.
17
21
18
22
---
19
23
@@ -26,8 +30,8 @@ replacement:
26
30
sigfile : https://downloads.mongodb.com/on-prem-mms/deb/mongodb-mms-<version>_x86_64.deb.sig
27
31
pre : |
28
32
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.
31
35
32
36
---
33
37
@@ -53,8 +57,7 @@ replacement:
53
57
verify : |
54
58
.. code-block:: sh
55
59
56
- gpg --verify mongodb-mms-<version>_x86_64.deb.sig \
57
- mongodb-mms-<version>_x86_64.deb
60
+ gpg --verify <download>.sig \ <download>.deb
58
61
59
62
response : |
60
63
@@ -77,6 +80,5 @@ replacement:
77
80
Primary key fingerprint: D657 EF0E F51C 41B7 AE11 1CAF 056A B6A9 0E47 FE40
78
81
pre : |
79
82
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.
82
84
...
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ source:
14
14
stepnum : 2
15
15
replacement :
16
16
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.
17
21
18
22
---
19
23
@@ -27,6 +31,10 @@ replacement:
27
31
.. code-block:: sh
28
32
29
33
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.
30
38
31
39
---
32
40
@@ -42,13 +50,13 @@ replacement:
42
50
verify : |
43
51
.. code-block:: sh
44
52
45
- sudo rpm -K mongodb-mms-<version>.<architecture >.rpm
53
+ sudo rpm -K <download >.rpm
46
54
47
55
response : |
48
56
49
57
.. code-block:: sh
50
58
:copyable: false
51
59
52
- mongodb-mms-<version.arch >.rpm: rsa sha1 (md5) pgp md5 OK
60
+ <download >.rpm: rsa sha1 (md5) pgp md5 OK
53
61
54
62
...
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ source:
14
14
stepnum : 2
15
15
replacement :
16
16
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.
17
21
18
22
---
19
23
@@ -23,7 +27,7 @@ source:
23
27
ref : download-signature
24
28
stepnum : 3
25
29
replacement :
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
27
31
pre : |
28
32
29
33
.. include:: /includes/fact-version-arch.rst
@@ -39,6 +43,10 @@ replacement:
39
43
.. code-block:: sh
40
44
41
45
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.
42
50
43
51
---
44
52
@@ -51,8 +59,7 @@ replacement:
51
59
verify : |
52
60
.. code-block:: sh
53
61
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
56
63
57
64
response : |
58
65
You can’t perform that action at this time.
0 commit comments