Stephen Dowdy wrote:

> If you don't have 'getSystemId' (part of "libsmbios"), this works in a pinch:
> (assuming you have a reasonably current 'dmidecode')
> 
> sh-3.2# dell_systemid() { dmidecode -t 208 | awk '/Header and Data/ {getline; 
> print "0x"$10$9}' ;}
> sh-3.2# dell_systemid
> 0x0162


That's a nice tip about the system id, thanks.  Might be good to have
that on the wiki in that faq...



_______________________________________________
Linux-PowerEdge mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Reply via email to