@@ -48,7 +48,7 @@ content: |
4848 .. include:: /includes/admonitions/available-mongodb-versions.rst
4949
5050replacement :
51- PROCESS : " :manual :`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod> `"
51+ PROCESS : " :binary :`~bin.mongod`"
5252---
5353ref : deploy-version-sharded
5454content : |
@@ -62,15 +62,15 @@ replacement:
6262ref : deploy-data-directory
6363content : |
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.
9595replacement :
96- PROCESS : " :manual :`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod> `"
96+ PROCESS : " :binary :`~bin.mongod`"
9797---
9898ref : deploy-member-configuration-member
9999content : |
@@ -153,13 +153,13 @@ content: |
153153 you must select a unique unused port for each process.
154154
155155replacement :
156- PROCESS : " :manual :`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod> `"
156+ PROCESS : " :binary :`~bin.mongod`"
157157---
158158ref : deploy-member-configuration-votes
159159content : |
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 ---
165165ref : 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 ---
175175ref : deploy-member-configuration-delay
176176content : |
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 ---
183183ref : deploy-member-configuration-build-indexes
184184content : |
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 ---
191191ref : deploy-member-configuration-tags
192192content : |
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 ---
202202ref : deploy-member-configuration-add-mongod
203203content : |
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
0 commit comments