Files
proxmox/docs/06-besu/ML110_VMID_LIST.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands
- CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround
- CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check
- NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere
- MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates
- LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 15:46:57 -08:00

65 lines
1.2 KiB
Markdown

# All VMIDs on ml110 (192.168.11.10)
**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
### Machine Learning Nodes
- **3000-3003**: ML nodes (192.168.11.60-63)
### 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.