<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IPMI and the Dell PowerEdge &#8211; Part the Third</title>
	<atom:link href="http://cars.lostroncos.org/2008/02/16/ipmi-and-the-dell-poweredge-part-the-third/feed/" rel="self" type="application/rss+xml" />
	<link>http://cars.lostroncos.org/2008/02/16/ipmi-and-the-dell-poweredge-part-the-third/</link>
	<description>The tired geek-dad in the corner</description>
	<lastBuildDate>Wed, 02 Jun 2010 09:02:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tomalex0</title>
		<link>http://cars.lostroncos.org/2008/02/16/ipmi-and-the-dell-poweredge-part-the-third/comment-page-1/#comment-55</link>
		<dc:creator>tomalex0</dc:creator>
		<pubDate>Fri, 15 May 2009 11:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://cars.lostroncos.org/2008/02/16/ipmi-and-the-dell-poweredge-part-the-third/#comment-55</guid>
		<description>i have to validate ipmi connection from  an entry box the  where i will enter user  password and hostname ,is there any ipmi command to do so.</description>
		<content:encoded><![CDATA[<p>i have to validate ipmi connection from  an entry box the  where i will enter user  password and hostname ,is there any ipmi command to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cars</title>
		<link>http://cars.lostroncos.org/2008/02/16/ipmi-and-the-dell-poweredge-part-the-third/comment-page-1/#comment-54</link>
		<dc:creator>cars</dc:creator>
		<pubDate>Thu, 14 May 2009 04:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://cars.lostroncos.org/2008/02/16/ipmi-and-the-dell-poweredge-part-the-third/#comment-54</guid>
		<description>The first thing I’d ask based on the example you’ve shown me is whether or not you’re sure the server you’re trying to run this against supports IPMIv2. Looking back up at the article there are 4 supported IPMI interfaces:
&lt;ul&gt;
	&lt;li&gt;open - Linux OpenIPMI interface&lt;/li&gt;
	&lt;li&gt;imb - Intel IMB&lt;/li&gt;
	&lt;li&gt;lan - IPMI v1.5 LAN interface&lt;/li&gt;
	&lt;li&gt;lanplus - IPMI v2.0 RMCP+ LAN interface&lt;/li&gt;
&lt;/ul&gt;

Using one of the Dell 2850’s I have in my home lab that only supports IPMU v1.5 if I run the same command you did (&lt;strong&gt;&lt;em&gt;with -I lanplus&lt;/em&gt;&lt;/strong&gt;) I get the same results.


&lt;img src=&quot;http://cars.lostroncos.org/wp-content/uploads/2009/05/ipmi_lanplus_fail.png&quot;/&gt;


However if I use the&lt;strong&gt; &lt;em&gt;‘lan’&lt;/em&gt;&lt;/strong&gt; interface it works just fine.


&lt;img src=&quot;http://cars.lostroncos.org/wp-content/uploads/2009/05/ipmi_lan_work.png&quot; alt=&gt;


Using the v1.5 lan interface and the &lt;strong&gt;&lt;em&gt;delloem sysinfo&lt;/em&gt;&lt;/strong&gt; command I can see that this server only supports IPMI v1.5.


&lt;img src=&quot;http://cars.lostroncos.org/wp-content/uploads/2009/05/ipmi_sysinfo.png&quot;/&gt;


If I look at the RAC card on a newer 2950 I can see that it supports IPMI v2.0


&lt;img src=&quot;http://cars.lostroncos.org/wp-content/uploads/2009/05/ipmi_rac_sysinfo.png&quot;&gt;


If I run the same commands against the 2950 using ‘&lt;strong&gt;&lt;em&gt;lanplus&lt;/em&gt;&lt;/strong&gt;’ it works just fine. If you&#039;re sure that the server in question supports IPMI v2.0 a few other things to check:
&lt;ul&gt;
      &lt;li&gt;Ensure that enable IPMI over lan or the equivalent is turned on. On the Dell 2950 this is a setting in the RAC config. &lt;/li&gt;
      &lt;li&gt;Ensure that the user you&#039;re using is authorized or has privileges to connect via IPMI over Lan. (again on my 2950 it&#039;s a RAC setting)&lt;/li&gt;
	&lt;li&gt;Check to make sure you haven&#039;t set the RMCP encryption to something by accident.&lt;/li&gt;

&lt;/ul&gt;
Hope this helps some... if not let me know... 
</description>
		<content:encoded><![CDATA[<p>The first thing I’d ask based on the example you’ve shown me is whether or not you’re sure the server you’re trying to run this against supports IPMIv2. Looking back up at the article there are 4 supported IPMI interfaces:</p>
<ul>
<li>open &#8211; Linux OpenIPMI interface</li>
<li>imb &#8211; Intel IMB</li>
<li>lan &#8211; IPMI v1.5 LAN interface</li>
<li>lanplus &#8211; IPMI v2.0 RMCP+ LAN interface</li>
</ul>
<p>Using one of the Dell 2850’s I have in my home lab that only supports IPMU v1.5 if I run the same command you did (<strong><em>with -I lanplus</em></strong>) I get the same results.</p>
<p><img src="http://cars.lostroncos.org/wp-content/uploads/2009/05/ipmi_lanplus_fail.png"/></p>
<p>However if I use the<strong> <em>‘lan’</em></strong> interface it works just fine.</p>
<p><img src="http://cars.lostroncos.org/wp-content/uploads/2009/05/ipmi_lan_work.png" alt=/></p>
<p>Using the v1.5 lan interface and the <strong><em>delloem sysinfo</em></strong> command I can see that this server only supports IPMI v1.5.</p>
<p><img src="http://cars.lostroncos.org/wp-content/uploads/2009/05/ipmi_sysinfo.png"/></p>
<p>If I look at the RAC card on a newer 2950 I can see that it supports IPMI v2.0</p>
<p><img src="http://cars.lostroncos.org/wp-content/uploads/2009/05/ipmi_rac_sysinfo.png"/></p>
<p>If I run the same commands against the 2950 using ‘<strong><em>lanplus</em></strong>’ it works just fine. If you&#8217;re sure that the server in question supports IPMI v2.0 a few other things to check:</p>
<ul>
<li>Ensure that enable IPMI over lan or the equivalent is turned on. On the Dell 2950 this is a setting in the RAC config. </li>
<li>Ensure that the user you&#8217;re using is authorized or has privileges to connect via IPMI over Lan. (again on my 2950 it&#8217;s a RAC setting)</li>
<li>Check to make sure you haven&#8217;t set the RMCP encryption to something by accident.</li>
</ul>
<p>Hope this helps some&#8230; if not let me know&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomalex0</title>
		<link>http://cars.lostroncos.org/2008/02/16/ipmi-and-the-dell-poweredge-part-the-third/comment-page-1/#comment-52</link>
		<dc:creator>tomalex0</dc:creator>
		<pubDate>Tue, 12 May 2009 14:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://cars.lostroncos.org/2008/02/16/ipmi-and-the-dell-poweredge-part-the-third/#comment-52</guid>
		<description>hi
Im trying to execute ipmi commands but getting some error

below mentioned is the command
ipmitool -I lanplus -H&#039;host-name&#039; -U&#039;user-name&#039; -P&#039;password&#039; sensor

Error: Unable to establish IPMI v2 / RMCP+ session
Get Device ID command failed
Unable to open SDR for reading


can you provide more details on this , what all should we take in account when we going to execute ipmi commands</description>
		<content:encoded><![CDATA[<p>hi<br />
Im trying to execute ipmi commands but getting some error</p>
<p>below mentioned is the command<br />
ipmitool -I lanplus -H&#8217;host-name&#8217; -U&#8217;user-name&#8217; -P&#8217;password&#8217; sensor</p>
<p>Error: Unable to establish IPMI v2 / RMCP+ session<br />
Get Device ID command failed<br />
Unable to open SDR for reading</p>
<p>can you provide more details on this , what all should we take in account when we going to execute ipmi commands</p>
]]></content:encoded>
	</item>
</channel>
</rss>
