§2023-07-31

¶1. Config Server, running on port 27997

| Machine | IP | OS | mongod/mongos Version | Replication Set | momgosh Avialbale | configrv/replSetName | | -------- | ---------------| ------------------------ | -------------- | --------------- | ----------------- | --------- | | n2Mnjaro.yushei.net | 192.168.48.245 | odroid-n2+, ManJaro | 7.0.0-rc8 | N/A | 1.1.0 no ssl | 27997, "configServer" | | hc4Jammy.yushei.net | 192.168.48.243 | Odroid-hc4 Ubuntu Jammy | 7.0.0-rc8 | N/A | 1.10.1 no ssl | 27997. "configServer" |

¶2. Shard Server, running on port 27995

| Machine | IP | OS | mongod/mongos Version | Replication Set | momgosh Avialbale | shardsvr/replSetName | | -------- | ---------------| ------------------------------------------------- | -------------- | --------------- | ----------------- | --------- | | n2Mnjaro.yushei.net | 192.168.48.245 | odroid-n2+, ManJaro | 7.0.0-rc8 | N/A | 1.1.0 no ssl | Yes, 27995, "MuneTakaShard" | | hc4Jammy.yushei.net | 192.168.48.243 | Odroid-hc4 Ubuntu Jammy | 7.0.0-rc8 | N/A | 1.10.1 no ssl | Yes, 27995, "MuneTakaShard" |

¶3. mongos, running on port 27993

| Machine | IP | OS | mongod Version | Replication Set | momgosh Avialbale | Saharding | | --------------------- | ---------------| ------------------------------------------------- | -------------- | --------------- | ----------------- | --------- | | orgpi5Arch.yushei.net | 192.168.48.241 | Orange Pi 5 Plus, 16G mem, PCIeSSD 256G Archlinux | 7.0.0-rc8 | MuneTakaHome:27999 | 1.10.1 no ssl | mongos |

hc4MnMin.yushei.net 192.168.48.239

db.createUser( { user: "siteRootAdmin", pwd: "b23258585", roles: [ { role: "root", db: "admin" } ] });

Return to Top