Table of Contents

Host006

Purpose

host006.hackeriet.no is a Proxmox VE hypervisor in the klynge001 cluster.

For inventory details, use the NetBox/IPAM entry host006 (device ID 75). NetBox is the source of truth for device model, rack/location, cabling, IP assignments, tenant, and current inventory state.

Emergency Access

Normal access:

Access notes:

Credentials

Do not paste secrets into the wiki.

Relevant hackeriet/pass entries:

Keep decrypted values out of the wiki.

Operating System

Observed over SSH on 2026-05-20:

Treat this as emergency orientation only. Live state may differ.

Cluster

Observed over SSH on 2026-05-20:

If cluster state matters during an incident, verify it live with pvecm status.

Network

NetBox and LibreNMS currently agree on the physical uplink:

Observed host-level bridges include:

Do not treat this page as the source of truth for network inventory. Use NetBox for that.

Host-Level Backups

The host has a Proxmox vzdump backup job named backup-5b87a3ab-9074.

Observed configuration on 2026-05-20:

Recent observed failure pattern:

Do not delete backups or ISOs without operator approval.

Known Issues To Check

Useful Paths

Paths commonly useful during incident response:

Checks During Incidents

Basic host checks:

hostname -f
pveversion
pvecm status
systemctl --failed
df -h -x tmpfs -x devtmpfs
pvesm status
ip -br addr show scope global

Backup checks:

sed -n '1,220p' /etc/pve/jobs.cfg
sed -n '1,220p' /etc/vzdump.conf
find /var/log/vzdump -maxdepth 1 -type f -printf '%TY-%Tm-%Td %TH:%TM %p\n' | sort | tail -20
find /var/lib/vz/dump -maxdepth 1 -type f -printf '%TY-%Tm-%Td %TH:%TM %10s %f\n' | sort

Service checks:

systemctl status pve-cluster pvedaemon pveproxy pvestatd pvescheduler
systemctl status pve-firewall proxmox-firewall corosync
systemctl status munin-node
journalctl -u munin-node --since "1 hour ago"