We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47c083 commit 55ce944Copy full SHA for 55ce944
source/tutorial/deploy-replica-set.txt
@@ -58,9 +58,9 @@ Issue the following command to create the necessary data directories:
58
59
Issue the following commands, each in a distinct screen window: ::
60
61
- mognod --port 27017 --dbpath /srv/mongodb/rs0-0 --replSet rs0
62
- mognod --port 27018 --dbpath /srv/mongodb/rs0-1 --replSet rs0
63
- mognod --port 27019 --dbpath /srv/mongodb/rs2-2 --replSet rs0
+ mongod --port 27017 --dbpath /srv/mongodb/rs0-0 --replSet rs0
+ mongod --port 27018 --dbpath /srv/mongodb/rs0-1 --replSet rs0
+ mongod --port 27019 --dbpath /srv/mongodb/rs2-2 --replSet rs0
64
65
These command start members of a replica set named ``rs0``, each
66
running on a distinct port. Alternatively, if you are already using these
0 commit comments