{{ header.html }}

Snapserver Installation Diagnostics

This page shows some basic hardware information which may be useful in diagnosing problems with your Snapserver

The environment

{{ ! printenv }}

PCI Devices

{{ !
   lspci
}}

Kernel Version

{{ !
   cat /proc/version
}}

Attached Disks

{{ ! cd /proc/ide || exit 1; for d in hd*; do cat << EOF EOF done }}
DeviceModelCapacity (sectors)
$d `cat $d/model` `cat $d/capacity 2> /dev/null`

Disk Partitions

{{ ! cat /proc/partitions }}

Network devices

{{ !
   ifconfig -a;
   route -n
}}

CPU Info

{{ !
   cat /proc/cpuinfo
}}
{{footer.html}}