[pve-devel] [PATCH manager 7/9] report: add info of the mainboard in use

Aaron Lauterer a.lauterer at proxmox.com
Fri Mar 22 15:26:01 CET 2024


If we add more info, then dmidecode -t {1,2,3} might be interesting as 
well as those deliver motherboard, system and chassis infos.

If you want to see what you get there, run them on some decent servers 
as most consumer boards and systems will not show useful information here

On  2024-03-22  14:59, Alexander Zeidler wrote:
> Signed-off-by: Alexander Zeidler <a.zeidler at proxmox.com>
> ---
>   PVE/Report.pm | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/PVE/Report.pm b/PVE/Report.pm
> index 3a81bdb2..f28d7b38 100644
> --- a/PVE/Report.pm
> +++ b/PVE/Report.pm
> @@ -104,6 +104,7 @@ my $init_report_cmds = sub {
>   	hardware => {
>   	    order => 70,
>   	    cmds => [
> +		'cd /sys/devices/virtual/dmi/id; cat board_vendor board_name',
>   		'dmidecode -t bios -q',
>   		'lscpu',
>   		'lspci -nnk',




More information about the pve-devel mailing list