I am trying to create a sharded collections. For that I created of replica set of config server. But I faced some problem doing that to I deleted the replica set from "local.system.replset". Changed replset name in the config files for the config servers. Then after creating replset with new name but old ips.I am getting the following error:
"replica set IDs do not match, ours:<new replset name>,remote node‘s: <old replset name>"
So it seems that somewhere the binding still exists for the old replset name. How can I remove it? Or changing the ips of the config servers is the only option?