Hello, I have a cluster in sharding with 6 servers, one mongos, one mongosvr and 4 shards. I want to convert each shard to replicat shard... I stopped mongos I stopped for each shard the mongod and I start it. After I started the mo...
Hello, I have a cluster in sharding with 6 servers, one mongos, one mongosvr and 4 shards. I want to convert each shard to replicat shard... I stopped mongos I stopped for each shard the mongod and I start it. After I started the mongos... I did this following command : db.getSiblingDB("config").shar ds.save({_id:"", host:"/member1,member2 ,..."})