Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

DSM SA v7.1.0- Unsupported System on Dell PowerEdge Servers

Bug Fix, QuickFix, Technical | 0 comments

Following info from the mailing list solves the issue.

DSM SA v7.1.0- Unsupported System on PowerEdge 2950

Dan Yamaoka dyamaoka at ebetinc.com
Fri Aug 24 14:11:14 CDT 2012
Previous message: No iDRAC update for OMSA 7.1 and CentOS 6
Next message: DSM SA v7.1.0- Unsupported System on PowerEdge 2950
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> On Fri Aug 24 11:41:03 CDT 2012, Tony Molloy wrote:
>
>Same problem on a R415 running CentOS 6.3

Same issue here on R410 Centos 6.3.

Fixed it by changing the following in
/opt/dell/srvadmin/sbin/CheckSystemType

IsDELLSystem()
{
# “$SMBIOS_UTIL” | grep “OEM String 1″ | awk -F”:” ‘{print $2}’ | grep -qi
“Dell”
“$SMBIOS_UTIL” | grep “Vendor” | awk -F”:” ‘{print $2}’ | grep -qi
“Dell”

Related Articles

Related