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.
bash
/etc/init.d/mongodb stop mkdir -p /data/rX mongod --dbpath /data/rX --replSet transcode --smallfiles &
mongo shell
cfg = {_id : "transcode",members : [{ _id : 1, host : "mongo1"},{ _id : 2, host : "mongo2"},{ _id : 3, host : "mongo3"}]} rs.initiate(cfg)