@H_301_0@ title | @H_301_0@ price | @H_301_0@ sku |
@H_301_0@ sku | @H_301_0@ feature_name | @H_301_0@ feature_value |
@H_301_0@ ./mongod --master |
@H_301_0@ ./mongod --slave --source <masterhostname>[:<port>] |
@H_301_0@ ./mongod --pairwith <remoteserver> --arbiter <arbiterserver> |
@H_301_0@ $ nohup mongod --dbpath /data1/db --port 27017 --master --slave --source localhost:27018 > /tmp/dblog1 & @H_301_0@ $ nohup mongod --dbpath /data2/db --port 27018 --master --slave --source localhost:27017 > /tmp/dblog2 & |