Files
proxmox/docs/06-besu/ML110_VMID_LIST.md
defiQUG dbd517b279 Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.
- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
2026-04-12 06:12:20 -07:00

67 lines
1.6 KiB
Markdown

# All VMIDs on ml110 (192.168.11.10)
> Historical note: This host inventory reflects an earlier ml110 placement snapshot and still includes migration-era RPC assumptions. Preserve it as host history, but verify all live placement against `docs/04-configuration/ALL_VMIDS_ENDPOINTS.md` and `config/proxmox-operational-template.json`.
**Last Updated:** 2026-01-31
**Document Version:** 1.0
**Status:** Active Documentation
---
**Date**: 2025-01-18
**Proxmox Host**: ml110 (192.168.11.10)
---
## Complete VMID List
This document lists all containers (LXC) and VMs (QEMU/KVM) on the ml110 Proxmox host.
---
## How to Query
```bash
# List all containers
ssh root@192.168.11.10 "pct list"
# List all VMs
ssh root@192.168.11.10 "qm list"
# Combined view
ssh root@192.168.11.10 "echo '=== Containers ===' && pct list && echo '' && echo '=== VMs ===' && qm list"
```
---
## Expected VMIDs on ml110
Based on documentation, ml110 typically hosts:
### Besu Network Nodes
- **Validators**: 1000-1004 (192.168.11.100-104)
- **Sentries**: 1500-1503 (192.168.11.150-153)
- **RPC Nodes**: 2101, 2400-2402, 2500-2508
### Legacy Monitor / RPC-Adjacent Nodes
- **3000-3003**: Legacy monitor / RPC-adjacent Ubuntu guests (`192.168.11.60-62`, `192.168.11.66`)
### Infrastructure Services
- **Oracle/Monitoring**: 3500, 3501
- **Cacti**: 5200
### DBIS Services
- **10100-10101**: PostgreSQL
- **10120**: Redis
- **10130**: Frontend
- **10150-10151**: API services
### Other Services
- **6000**: Fabric
- **6200-6201**: Firefly
- **6400**: Indy
---
**Note**: Run the query command above to get the current complete list with status.