This page provides high-level guidance for troubleshooting Proxmox using FlashArray as storage over NVMe-TCP.
Common Issues and Solutions
Troubleshooting Flowchart
Diagnostic Commands Reference
| Command | Purpose |
|---|---|
nvme list
|
List all NVMe devices |
nvme list-subsys
|
Show subsystems and path status |
nvme smart-log /dev/nvme0n1
|
Check device health |
ip -s link show <iface>
|
Network interface statistics |
ethtool -S <iface>
|
Detailed NIC statistics |
journalctl -u nvmf-autoconnect
|
Service logs |
dmesg | grep nvme
|
Kernel messages |
iostat -x 1
|
I/O performance metrics |
pvesm status
|
Proxmox storage status |