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
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