Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/tutorial/deploy-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Issue the following command to create the necessary data directories:

Issue the following commands, each in a distinct screen window: ::

mognod --port 27017 --dbpath /srv/mongodb/rs0-0 --replSet rs0
mognod --port 27018 --dbpath /srv/mongodb/rs0-1 --replSet rs0
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

These command start members of a replica set named ``rs0``, each
running on a distinct port. Alternatively, if you are already using these
Expand Down