<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Installing Dell OpenManage 5.1 (OMSA) on Centos 4.4 (and PowerEdge 1850)</title>
	<atom:link href="http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/</link>
	<description>Stefan Norlin's Blog</description>
	<pubDate>Sun, 20 May 2012 12:25:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: couz</title>
		<link>http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-21258</link>
		<dc:creator>couz</dc:creator>
		<pubDate>Sun, 13 Dec 2009 21:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-21258</guid>
		<description>Thanks I installed snmp before and I add to uninstalled and re-installed oma to get it works.

Thanks a lot :D</description>
		<content:encoded><![CDATA[<p>Thanks I installed snmp before and I add to uninstalled and re-installed oma to get it works.</p>
<p>Thanks a lot <img src='http://www.norlin.se/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quatious</title>
		<link>http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-950</link>
		<dc:creator>quatious</dc:creator>
		<pubDate>Fri, 01 Jun 2007 15:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-950</guid>
		<description>I wanted the Dell scripts to start the IPMI driver... If you edit instsvcdrv in /etc/rc.d/init.d on line 343 &#38; change "Nahant" to "CentOS" it should work. Enjoy!</description>
		<content:encoded><![CDATA[<p>I wanted the Dell scripts to start the IPMI driver&#8230; If you edit instsvcdrv in /etc/rc.d/init.d on line 343 &amp; change &#8220;Nahant&#8221; to &#8220;CentOS&#8221; it should work. Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-137</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 27 Feb 2007 12:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-137</guid>
		<description>Great, thanks a lot for your quick and usefull answer now it's allright! Bye! :)</description>
		<content:encoded><![CDATA[<p>Great, thanks a lot for your quick and usefull answer now it&#8217;s allright! Bye! <img src='http://www.norlin.se/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan</title>
		<link>http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-136</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Tue, 27 Feb 2007 12:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-136</guid>
		<description>In OM 5.1 you can add 2 lines to setup.sh around line 2802.

Check the snippet below

GetOSType()
{
    # Set default values for return variables.
    GBL_OS_TYPE=${GBL_OS_TYPE_UKNOWN}
    GBL_OS_TYPE_STRING="UKNOWN"

    # Added the 2 below, which overrides the ones above /Stefan
      GBL_OS_TYPE=${GBL_OS_TYPE_RHEL4}
      GBL_OS_TYPE_STRING="RHEL4"

    # Local variable.
    local LOC_VERSION=""</description>
		<content:encoded><![CDATA[<p>In OM 5.1 you can add 2 lines to setup.sh around line 2802.</p>
<p>Check the snippet below</p>
<p>GetOSType()<br />
{<br />
    # Set default values for return variables.<br />
    GBL_OS_TYPE=${GBL_OS_TYPE_UKNOWN}<br />
    GBL_OS_TYPE_STRING=&#8221;UKNOWN&#8221;</p>
<p>    # Added the 2 below, which overrides the ones above /Stefan<br />
      GBL_OS_TYPE=${GBL_OS_TYPE_RHEL4}<br />
      GBL_OS_TYPE_STRING=&#8221;RHEL4&#8243;</p>
<p>    # Local variable.<br />
    local LOC_VERSION=&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-135</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 27 Feb 2007 12:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-135</guid>
		<description>Hello,

I've got a PowerEdge 1850 with CentOS 4.4 running on it so this topic is perfect!

I've downloaded OMSA and I'm going to edit the setup.sh in order to use RHEL4 by default. I'm sorry for my stupid question but where does we change this value ?! Thanks for your answer. 

Regards, 

James.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;ve got a PowerEdge 1850 with CentOS 4.4 running on it so this topic is perfect!</p>
<p>I&#8217;ve downloaded OMSA and I&#8217;m going to edit the setup.sh in order to use RHEL4 by default. I&#8217;m sorry for my stupid question but where does we change this value ?! Thanks for your answer. </p>
<p>Regards, </p>
<p>James.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan</title>
		<link>http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-54</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Mon, 22 Jan 2007 15:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-54</guid>
		<description>Hmmm... I used this package:

OM_5.1_ManNode_LIN_A00.tar.gz

The version 5.1 indicates it is even a later version than yours?</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; I used this package:</p>
<p>OM_5.1_ManNode_LIN_A00.tar.gz</p>
<p>The version 5.1 indicates it is even a later version than yours?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-53</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Mon, 22 Jan 2007 15:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.norlin.se/blog/2006/09/20/installing-dell-openmanage-51-omsa-on-centos-44-and-poweredge-1850/#comment-53</guid>
		<description>I think Dell have been changing things, as there is no setup.sh any more.

Using OMI-50-MN-LX_A01.tar.gz from Dell's support site, I get the following when I try to install the CLI tool:
error: Failed dependencies:
        net-snmp = 5.0.1-6 conflicts with srvadmin-deng-5.0.0-490.i386

Which disagrees with your install procedure.  I haven't found a solution yet (and I shouldn't have to uninstall a working snmp engine to get Dell's tools to work), and Google isn't being very useful.  Hopefully you have better luck than me!</description>
		<content:encoded><![CDATA[<p>I think Dell have been changing things, as there is no setup.sh any more.</p>
<p>Using OMI-50-MN-LX_A01.tar.gz from Dell&#8217;s support site, I get the following when I try to install the CLI tool:<br />
error: Failed dependencies:<br />
        net-snmp = 5.0.1-6 conflicts with srvadmin-deng-5.0.0-490.i386</p>
<p>Which disagrees with your install procedure.  I haven&#8217;t found a solution yet (and I shouldn&#8217;t have to uninstall a working snmp engine to get Dell&#8217;s tools to work), and Google isn&#8217;t being very useful.  Hopefully you have better luck than me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

