Files
Proxmox-Coolify-Manager/docs/runbooks/diagnostico.md
T

1.1 KiB

Runbook: Diagnostico

Empieza siempre con lectura. Si algo apunta a una accion destructiva o de reinicio, confirma primero.

Salud del host

.\scripts\Invoke-ProxmoxSsh.ps1 -Command "hostname && uptime && pveversion"
.\scripts\Invoke-ProxmoxSsh.ps1 -Command "df -h && free -h"
.\scripts\Invoke-ProxmoxSsh.ps1 -Command "systemctl --failed --no-pager"
.\scripts\Invoke-ProxmoxSsh.ps1 -Command "pvesh get /cluster/resources"

LXC

.\scripts\Invoke-ProxmoxSsh.ps1 -Command "pct list"
.\scripts\Invoke-ProxmoxSsh.ps1 -Command "pct status 102"
.\scripts\Invoke-ProxmoxSsh.ps1 -Command "pct config 102"
.\scripts\Invoke-ProxmoxSsh.ps1 -Command "pct exec 102 -- df -h"
.\scripts\Invoke-ProxmoxSsh.ps1 -Command "pct exec 102 -- free -h"

Tareas Proxmox

.\scripts\Invoke-ProxmoxSsh.ps1 -Command "pvesh get /nodes/thinkcentre/tasks --limit 20"

Logs

.\scripts\Invoke-ProxmoxSsh.ps1 -Command "journalctl -p warning -n 100 --no-pager"
.\scripts\Invoke-ProxmoxSsh.ps1 -Command "pct exec 102 -- journalctl -p warning -n 100 --no-pager"