OVH Kimsufi bms-2 (ns3087638) — MongoDB rs0 Voting Member
Environment ID: bms-2
Type: production
Status: active
Purpose
MongoDB rs0 full voting member — currently PRIMARY. Part of the three-member MongoDB replica set (rs0) that backs the Pinbox24 production database. This server holds a full copy of the data with full votes and priority.
Hardware
| Field | Value |
|---|---|
| Label | p4-ovh-bms-2-ns3087638 |
| Hostname | ns3087638 |
| Provider | OVH / Kimsufi dedicated |
| IP | 145.239.133.104 |
| OS | Ubuntu 24.04.3 LTS |
| vCPU | 8 |
| RAM | 32 GB |
| Disk | 410 GB NVMe RAID1 (/dev/md3) |
Running Services
| Service | Version | Purpose |
|---|---|---|
mongod | 7.0.25 | MongoDB rs0 member (PRIMARY) |
prom/node-exporter | v1.11.1 (Docker) | Prometheus metrics exporter, port :9100 |
MongoDB rs0 Role
| Field | Value |
|---|---|
| Replica set | rs0 |
| Role | Full voting member |
| Priority | 1 |
| Votes | 1 |
| Current status | PRIMARY (as of last verification) |
Access
# As ubuntu (human developer)
ssh ubuntu@145.239.133.104 -i C:\Users\konar\.ssh\id_ed25519
# As claude-admin (automated)
ssh claude-admin@145.239.133.104No Claude Agents
No Claude Code agents are configured on bms-2. This server is dedicated to MongoDB.
Operations
# Check replica set status
ssh ubuntu@145.239.133.104 "mongosh --eval 'rs.status()'"
# Check which node is PRIMARY
ssh ubuntu@145.239.133.104 "mongosh --eval 'rs.isMaster()'"MongoDB credentials: secrets/bms-servers.env.sops (SOPS+age)
Related Docs
docs/servers/p4-ovh-bms-2-ns3087638-operations.md— detailed operational runbookdocs/mongodb-rs0-operations.md— replica set management