Need to know physical HDD serial numbers from proxmox console.

Jun 28, 2024
2
0
1
Need to know physical HDD serial numbers from proxmox console. It does not has any VM's

I used few commands

udevadm info -p 'block/sda' --query all
*sda replaces with disk name

sudo lshw -class disk
sudo lshw -class disk | grep serial

Zpool status

smartctl -i /dev/sda | grep Serial | awk '{print $3}'

and megacli



But it does not shows actual serial number of the hdd. Its on RAID1 with 2 on A and another 2 on B
 
@nkkaliyamoorthy What's the tool that was used to create the RAID array?

Generally that tool should be able to show you the real hardware serial numbers, as it'll need access to the hardware in order to create the RAID array. :)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!