@@ -48,7 +48,7 @@ content: |
48
48
.. include:: /includes/admonitions/available-mongodb-versions.rst
49
49
50
50
replacement :
51
- PROCESS : " :manual :`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod> `"
51
+ PROCESS : " :binary :`~bin.mongod`"
52
52
---
53
53
ref : deploy-version-sharded
54
54
content : |
@@ -62,15 +62,15 @@ replacement:
62
62
ref : deploy-data-directory
63
63
content : |
64
64
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
66
66
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
68
68
option. The |mms| {+aagent+} must have file system permission
69
69
to read, write, and execute all files and folders in the
70
70
specified directory.
71
71
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`
74
74
processes on the same host, ensure each process has its own
75
75
distinct directory.
76
76
@@ -93,7 +93,7 @@ content: |
93
93
{{PROCESS}} processes to the same host, ensure each {{PROCESS}} has
94
94
its own distinct logfile.
95
95
replacement :
96
- PROCESS : " :manual :`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod> `"
96
+ PROCESS : " :binary :`~bin.mongod`"
97
97
---
98
98
ref : deploy-member-configuration-member
99
99
content : |
@@ -153,13 +153,13 @@ content: |
153
153
you must select a unique unused port for each process.
154
154
155
155
replacement :
156
- PROCESS : " :manual :`~bin.mongod </reference/program/mongod/#mongodb-binary-bin.mongod> `"
156
+ PROCESS : " :binary :`~bin.mongod`"
157
157
---
158
158
ref : deploy-member-configuration-votes
159
159
content : |
160
160
Specify the number of votes that the replica set member has during
161
161
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`
163
163
replica set configuration option.
164
164
---
165
165
ref : deploy-member-configuration-priority
@@ -169,42 +169,42 @@ content: |
169
169
and cannot trigger elections. This setting
170
170
corresponds to the
171
171
: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.
173
173
174
174
---
175
175
ref : deploy-member-configuration-delay
176
176
content : |
177
177
Specify the number of seconds "behind" the primary member this
178
178
member should "lag". This setting corresponds to the
179
179
: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.
181
181
182
182
---
183
183
ref : deploy-member-configuration-build-indexes
184
184
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
186
186
:manual:`indexes </indexes>`. This setting
187
187
corresponds to the
188
188
: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.
190
190
---
191
191
ref : deploy-member-configuration-tags
192
192
content : |
193
193
Specify the tag or tags associated to the replica set.
194
194
This setting corresponds to the
195
195
: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.
197
197
198
198
For complete documentation on replica set tags, see
199
199
:manual:`Replica Set Tags </tutorial/configure-replica-set-tag-sets/>`
200
200
201
201
---
202
202
ref : deploy-member-configuration-add-mongod
203
203
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
205
205
member.
206
206
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
208
208
list of processes in the {{CLUSTERCONFIGURATION}} section.
209
209
You must configure the :guilabel:`Version`,
210
210
:guilabel:`Data Directory`, and :guilabel:`Log File` of the new
0 commit comments