Add the four Proxmox hypervisors to the inventory
pfi-pve (Anaheim), nh3-pve (NH), esh-pve + esh-pve-nas (ESH home lab) now have servers/<host>/ entries with ssh-target files, README stubs, and first snapshots. Register all four via add-host.sh + ssh-copy-id; SSH auth is root@<name> with key-based access. Fix a resolver bug in the three workspace scripts: previously, when a hostname resolved via /etc/hosts, resolve_target returned the bare name and ssh dropped the user prefix stored in ssh-target (connecting as the wrong user). Now ssh-target wins whenever it's present, since it can carry user@ or port info that /etc/hosts + ssh_config cannot. Falls back to the dir name only when no ssh-target file exists. CLAUDE.md and README.md split the fleet table into Docker hosts vs hypervisors with an explicit placement rule: don't deploy Docker stacks on PVE hosts; capture host-level detail with server_inspect.sh, use Proxmox-native tooling (qm list, pvesh, zpool) for VM/storage audits.
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
# esh-pve
|
||||
|
||||
Proxmox VE hypervisor for the ESH home lab (`pve.esteban.net`). Non-PFI scope.
|
||||
|
||||
## Network
|
||||
|
||||
- **LAN IP:** 10.0.250.35
|
||||
- **FQDN:** `pve.esteban.net`
|
||||
- **Web UI:** `https://10.0.250.35:8006`
|
||||
- **SSH:** `root@esh-pve` (key auth)
|
||||
|
||||
## Hardware
|
||||
|
||||
- **CPU:** 13th Gen Intel Core i9-13900H
|
||||
- **RAM:** 62.5 GB
|
||||
- **Kernel:** `6.8.12-16-pve` (Proxmox 8.x)
|
||||
- **Storage:** local `pve-root` at 94G (21% used) + two large NFS mounts from `10.0.50.50`:
|
||||
- `/mnt/pve/esh-nas` — 92 TB available on `/mnt/pvestore`
|
||||
- `/mnt/pve/tank-vmbu` — 93 TB, VM backup target (~1.4 TB used)
|
||||
|
||||
## What it runs
|
||||
|
||||
`esh-docker-vm` (`10.0.50.45`) is a VM here. Other home-lab VMs are not yet catalogued in this workspace — run `qm list` on the host for the live inventory.
|
||||
|
||||
## Refresh state
|
||||
|
||||
```bash
|
||||
scripts/refresh-server-info.sh esh-pve
|
||||
```
|
||||
|
||||
Same Proxmox-inspect caveat as `pfi-pve`.
|
||||
|
||||
## Placement rule
|
||||
|
||||
Hypervisor for ESH home-lab VMs. Not part of the PFI colo topology.
|
||||
@@ -0,0 +1 @@
|
||||
root@esh-pve
|
||||
@@ -0,0 +1,91 @@
|
||||
|
||||
===== HOST =====
|
||||
|
||||
Hostname: pve.esteban.net
|
||||
Date: 2026-04-20T14:50:55-07:00
|
||||
Uptime: up 2 weeks, 6 days, 22 hours, 35 minutes
|
||||
OS: Debian GNU/Linux 12 (bookworm)
|
||||
Kernel: 6.8.12-16-pve
|
||||
Arch: x86_64
|
||||
|
||||
===== HARDWARE =====
|
||||
|
||||
CPU cores: 20
|
||||
CPU model: 13th Gen Intel(R) Core(TM) i9-13900H
|
||||
MemTotal: 62.5 GB
|
||||
MemAvailable: 27.5 GB
|
||||
|
||||
===== GPUS =====
|
||||
|
||||
nvidia-smi not present (no NVIDIA GPUs or driver not installed)
|
||||
|
||||
===== FILESYSTEMS (df) =====
|
||||
|
||||
Filesystem Size Used Avail Use% Mounted on
|
||||
/dev/mapper/pve-root 94G 18G 72G 21% /
|
||||
efivarfs 192K 131K 57K 70% /sys/firmware/efi/efivars
|
||||
/dev/nvme0n1p2 1022M 12M 1011M 2% /boot/efi
|
||||
/dev/fuse 128M 32K 128M 1% /etc/pve
|
||||
10.0.50.50:/mnt/pvestore 92T 2.7G 92T 1% /mnt/pve/esh-nas
|
||||
10.0.50.50:/mnt/tank-vmbu 93T 1.4T 92T 2% /mnt/pve/tank-vmbu
|
||||
|
||||
===== PERSISTENT MOUNTS (/etc/fstab, non-comment) =====
|
||||
|
||||
/dev/pve/root / ext4 errors=remount-ro 0 1
|
||||
UUID=E902-F78C /boot/efi vfat defaults 0 1
|
||||
/dev/pve/swap none swap sw 0 0
|
||||
proc /proc proc defaults 0 0
|
||||
|
||||
===== TARGETED DATA PATHS =====
|
||||
|
||||
/tank (total: 12K)
|
||||
total 12
|
||||
drwxr-xr-x 3 root root 4096 2024-06-08 00:57 .
|
||||
drwxr-xr-x 20 root root 4096 2025-12-02 15:01 ..
|
||||
drwxr-xr-x 3 root root 4096 2024-06-08 00:57 vmbu
|
||||
|
||||
/opt (total: 4.0K)
|
||||
total 8
|
||||
drwxr-xr-x 2 root root 4096 2024-04-24 04:26 .
|
||||
drwxr-xr-x 20 root root 4096 2025-12-02 15:01 ..
|
||||
|
||||
/srv (total: 4.0K)
|
||||
total 8
|
||||
drwxr-xr-x 2 root root 4096 2024-04-24 04:26 .
|
||||
drwxr-xr-x 20 root root 4096 2025-12-02 15:01 ..
|
||||
|
||||
|
||||
===== DOCKER =====
|
||||
|
||||
docker not installed
|
||||
|
||||
===== COMPOSE FILES (/opt/docker/compose/) =====
|
||||
|
||||
/opt/docker/compose not present
|
||||
|
||||
===== CONFIG LAYOUT (/opt/docker/conf/ — top 200 entries) =====
|
||||
|
||||
/opt/docker/conf not present
|
||||
|
||||
===== LISTENING PORTS =====
|
||||
|
||||
0.0.0.0:111
|
||||
0.0.0.0:22
|
||||
[::]:111
|
||||
[::1]:25
|
||||
127.0.0.1:25
|
||||
127.0.0.1:85
|
||||
[::]:22
|
||||
*:3128
|
||||
*:8006
|
||||
|
||||
===== MODEL / HUGGINGFACE CACHES =====
|
||||
|
||||
|
||||
===== DOCKER-ADJACENT SYSTEMD SERVICES =====
|
||||
|
||||
(none matching)
|
||||
|
||||
===== DONE =====
|
||||
|
||||
Paste the above back into the chat, or pass a path as argv[1] to save.
|
||||
Reference in New Issue
Block a user