Hi,
I'm new at mongodb, and im trying to implement a shard cluster.
Im have three config servers runnig at localhost:27027, localhost:27028, localhost:27029.
But when I try to start a mongos instance with the command: mongos --configdb localhost:27027,localhost27028,localhost27029 i get an error, "Error parsing command line: too many positional options". I don't know what is the problem.
However if I start mongos with only one config server its works: mongos --configdb localhost:27027.
Anyone can help me with this?
Thanks a lot
Paulo Pereira