Mongodb added fragment Times error.

set up the mongodb cluster, and the first two replica sets have been added successfully. When you get to the third one, because one of the ip addresses is misspelled, the error will be reported when you execute the add shard command again after modification.

mongos>sh.addShard("shard3/192.168.1.60:27003,192.168.1.61:27003,192.168.1.62:27003")


Apr.03,2021

these mongod instances use different versions.
shard1 , shard2 uses 3.4.10 . What is the version number of the 27003 port?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3cf02-34703.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3cf02-34703.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?