/etc/mongod.conf
replication: replSetName: rsProd oplogSizeMB: 200
mongo
rs.add("host-name:27017") . . . rs.initiate()
rs.remove("host-name:27017")