[email protected] wrote, On 12/07/2009 08:47 AM:
> OMSA is only available for certain Dell PowerEdge server models. Notably,
> "SC"-class systems do not have OMSA available.
> To check to see if OMSA is available on your system, use the "getSystemId'
> executable to look up your "System ID".
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
sh-3.2# dmidecode -s system-product-name
PowerEdge 400SC
ssh-in2:~/cib # dell_systemid
0x016D
ssh-in2:~/cib # dmidecode -s system-product-name
PowerEdge 2850
--stephen
_______________________________________________
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