65 lines
1.2 KiB
Markdown
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.
|