Skip to content

18 files changed

+49
-49
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ mms-login = ":mdbacct:`MongoDB Ops Manager login page </login>`"
210210
mms-register = ":mdbacct:`MongoDB Ops Manager registration page </register>`"
211211
mms = "Ops Manager"
212212
mongo = ":binary:`~bin.mongo`"
213-
mongod = ":manual:`mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`"
214-
mongos = ":manual:`mongos </reference/program/mongos/#mongodb-binary-bin.mongos>`"
213+
mongod = ":binary:`~bin.mongod`"
214+
mongos = ":binary:`~bin.mongos`"
215215
mongodump = ":binary:`~bin.mongodump`"
216216
mongorestore = ":binary:`~bin.mongorestore`"
217217
nas = ":abbr:`NAS (Network Attached Storage)`"

source/includes/extracts-deploy-core.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ content: |
4848
.. include:: /includes/admonitions/available-mongodb-versions.rst
4949
5050
replacement:
51-
PROCESS: ":manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`"
51+
PROCESS: ":binary:`~bin.mongod`"
5252
---
5353
ref: deploy-version-sharded
5454
content: |
@@ -62,15 +62,15 @@ replacement:
6262
ref: deploy-data-directory
6363
content: |
6464
65-
Specify the directory where the :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` process stores
65+
Specify the directory where the :binary:`~bin.mongod` process stores
6666
data files. This setting corresponds to the
67-
:setting:`storage.dbPath` :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` configuration file
67+
:setting:`storage.dbPath` :binary:`~bin.mongod` configuration file
6868
option. The |mms| {+aagent+} must have file system permission
6969
to read, write, and execute all files and folders in the
7070
specified directory.
7171
72-
Each :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` process must have its own database
73-
directory. If deploying multiple :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`
72+
Each :binary:`~bin.mongod` process must have its own database
73+
directory. If deploying multiple :binary:`~bin.mongod`
7474
processes on the same host, ensure each process has its own
7575
distinct directory.
7676
@@ -93,7 +93,7 @@ content: |
9393
{{PROCESS}} processes to the same host, ensure each {{PROCESS}} has
9494
its own distinct logfile.
9595
replacement:
96-
PROCESS: ":manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`"
96+
PROCESS: ":binary:`~bin.mongod`"
9797
---
9898
ref: deploy-member-configuration-member
9999
content: |
@@ -153,13 +153,13 @@ content: |
153153
you must select a unique unused port for each process.
154154
155155
replacement:
156-
PROCESS: ":manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`"
156+
PROCESS: ":binary:`~bin.mongod`"
157157
---
158158
ref: deploy-member-configuration-votes
159159
content: |
160160
Specify the number of votes that the replica set member has during
161161
elections. This setting corresponds to the
162-
:rsconf:`votes <rsconf.members[n].votes>` :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`
162+
:rsconf:`votes <rsconf.members[n].votes>` :binary:`~bin.mongod`
163163
replica set configuration option.
164164
---
165165
ref: deploy-member-configuration-priority
@@ -169,42 +169,42 @@ content: |
169169
and cannot trigger elections. This setting
170170
corresponds to the
171171
:rsconf:`priority <rsconf.members[n].votes>`
172-
:manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` replica set configuration option.
172+
:binary:`~bin.mongod` replica set configuration option.
173173
174174
---
175175
ref: deploy-member-configuration-delay
176176
content: |
177177
Specify the number of seconds "behind" the primary member this
178178
member should "lag". This setting corresponds to the
179179
:rsconf:`secondaryDelaySecs <rsconf.members[n].secondaryDelaySecs>`
180-
:manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` replica set configuration option.
180+
:binary:`~bin.mongod` replica set configuration option.
181181
182182
---
183183
ref: deploy-member-configuration-build-indexes
184184
content: |
185-
Specify ``true`` to direct the :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` to build
185+
Specify ``true`` to direct the :binary:`~bin.mongod` to build
186186
:manual:`indexes </indexes>`. This setting
187187
corresponds to the
188188
:rsconf:`buildIndexes <rsconf.members[n].buildIndexes>`
189-
:manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` replica set configuration option.
189+
:binary:`~bin.mongod` replica set configuration option.
190190
---
191191
ref: deploy-member-configuration-tags
192192
content: |
193193
Specify the tag or tags associated to the replica set.
194194
This setting corresponds to the
195195
:rsconf:`tags <rsconf.members[n].tags>`
196-
:manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` replica set configuration option.
196+
:binary:`~bin.mongod` replica set configuration option.
197197
198198
For complete documentation on replica set tags, see
199199
:manual:`Replica Set Tags </tutorial/configure-replica-set-tag-sets/>`
200200
201201
---
202202
ref: deploy-member-configuration-add-mongod
203203
content: |
204-
Adds an additional :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` process as a replica set
204+
Adds an additional :binary:`~bin.mongod` process as a replica set
205205
member.
206206
207-
Adding a new :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` process also updates the
207+
Adding a new :binary:`~bin.mongod` process also updates the
208208
list of processes in the {{CLUSTERCONFIGURATION}} section.
209209
You must configure the :guilabel:`Version`,
210210
:guilabel:`Data Directory`, and :guilabel:`Log File` of the new

source/includes/extracts-deploy-shard-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ inherit:
5454
file: extracts-deploy-core.yaml
5555
ref: deploy-version-sharded
5656
replacement:
57-
PROCESS: ":manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` or :binary:`~bin.mongos`"
57+
PROCESS: ":binary:`~bin.mongod` or :binary:`~bin.mongos`"
5858
---
5959
ref: deploy-sharded-member-configuration-hostname
6060
inherit:

source/includes/steps-add-shard-to-mongodb-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ content: |
1919
2020
a. Expand :guilabel:`SHARD SETTINGS`.
2121
22-
b. Click :guilabel:`Add a Shard` to add :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` processes
22+
b. Click :guilabel:`Add a Shard` to add :binary:`~bin.mongod` processes
2323
to the shard.
2424
25-
To add additional :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` processes to the shard,
25+
To add additional :binary:`~bin.mongod` processes to the shard,
2626
click the :guilabel:`Add a Mongod` link.
2727
---
2828
title: "Review and update settings for the new shard as needed:"

source/includes/steps-convert-replica-set-to-sharded-cluster.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ content: |
4444
You cannot change these values after you click
4545
:guilabel:`Convert`.
4646
47-
b. Set the following values for each :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` process
47+
b. Set the following values for each :binary:`~bin.mongod` process
4848
in your :guilabel:`Config Servers`. All fields are required.
4949
5050
.. note::
@@ -76,23 +76,23 @@ content: |
7676
7777
* - :guilabel:`Data Directory`
7878
- Type the absolute directory path to the database files for
79-
each :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`.
79+
each :binary:`~bin.mongod`.
8080
8181
The example path is ``/data``.
8282
83-
The :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`
83+
The :binary:`~bin.mongod`
8484
must have exclusive use of these paths on the specified
8585
host. The |mms| {+aagent+} must have file system
8686
permission to read, write, and execute all files and
8787
folders in this directory.
8888
8989
* - :guilabel:`Log File`
9090
- Type the absolute file path for the log file for each
91-
:manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`.
91+
:binary:`~bin.mongod`.
9292
9393
The example path is ``/data/mongodb.log``.
9494
95-
The :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` must have exclusive use of these
95+
The :binary:`~bin.mongod` must have exclusive use of these
9696
paths on the specified host. The |mms| {+aagent+}
9797
must have file system permission to read, write, and
9898
execute all files and folders in this directory.

source/includes/steps-deploy-sharded-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ content: |
6464
From the :guilabel:`Member Configuration` section, click
6565
:guilabel:`Shard Settings` to open the :manual:`shard </reference/glossary/#std-term-shard>` configuration
6666
options. |mms| lists each shard in the cluster and the
67-
:manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` processes associated to that shard.
67+
:binary:`~bin.mongod` processes associated to that shard.
6868
Each shard process has the following options:
6969
7070
.. list-table::

source/includes/steps-migrate-member-to-new-hardware.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ level: 4
2222
ref: add-member
2323
content: |
2424
In the :guilabel:`Member Configuration` section, click
25-
:guilabel:`Add a Mongod` to add a new :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` member.
25+
:guilabel:`Add a Mongod` to add a new :binary:`~bin.mongod` member.
2626
2727
|mms| displays the following configuration settings for the
28-
:manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>`:
28+
:binary:`~bin.mongod`:
2929
3030
.. list-table::
3131
:header-rows: 1

source/includes/steps-restore-manual-pit-restore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ content: |
1717
Backup in Deployment`, :guilabel:`More`, and then
1818
:guilabel:`Download MongoDB Backup Restore Utility`.
1919
20-
#. Start a :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` instance without authentication
20+
#. Start a :binary:`~bin.mongod` instance without authentication
2121
enabled using the extracted snapshot directory as the data
2222
directory. Depending on your path, you may need to
2323
specify the path to the |mongod| binary.
@@ -48,7 +48,7 @@ content: |
4848
``mongodb-backup-restore-util`` command provided in
4949
|application|, this field is pre-configured.
5050
51-
#. Stop the :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` on the instance. Depending on your path,
51+
#. Stop the :binary:`~bin.mongod` on the instance. Depending on your path,
5252
you may need to specify the path to {+mongosh+}. Run:
5353
5454
.. code-block:: sh

source/includes/steps-restore-manual-pit-restore.yaml~

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ content: |
1717
Backup in Deployment`, :guilabel:`More`, and then
1818
:guilabel:`Download MongoDB Backup Restore Utility`.
1919

20-
#. Start a :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` instance without authentication
20+
#. Start a :binary:`~bin.mongod` instance without authentication
2121
enabled using the extracted snapshot directory as the data
2222
directory. Depending on your path, you may need to
2323
specify the path to the |mongod| binary.
@@ -48,7 +48,7 @@ content: |
4848
``mongodb-backup-restore-util`` command provided in
4949
|application|, this field is pre-configured.
5050

51-
#. Stop the :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` on the instance. Depending on your path,
51+
#. Stop the :binary:`~bin.mongod` on the instance. Depending on your path,
5252
you may need to specify the path to {+mongosh+}. Run:
5353

5454
.. code-block:: sh

source/includes/steps-restore-manual-replica-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ content: |
9999
:guilabel:`More` and then :guilabel:`Download MongoDB Backup
100100
Restore Utility`.
101101
102-
#. Start a :manual:`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod>` instance without authentication
102+
#. Start a :binary:`~bin.mongod` instance without authentication
103103
enabled using the extracted snapshot directory as the data
104104
directory.
105105

0 commit comments

Comments
 (0)