<?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 Sensor Data on Dell 1850s and 2850s via SNMP and Cacti</title>
	<atom:link href="http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/feed" rel="self" type="application/rss+xml" />
	<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi</link>
	<description>Thoughts, ramblings and rants...</description>
	<lastBuildDate>Tue, 25 Oct 2011 15:40:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fruitwerks</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-14644</link>
		<dc:creator>fruitwerks</dc:creator>
		<pubDate>Mon, 09 Nov 2009 23:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-14644</guid>
		<description>So how do we figure this value for X on the MIB?</description>
		<content:encoded><![CDATA[<p>So how do we figure this value for X on the MIB?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-14205</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Tue, 15 Sep 2009 18:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-14205</guid>
		<description>Hello Barry,
Am writing an application that gets the IPMI data over the lan interface. Whatever that you have described here works only with Dell Servers because IPMI data is exposed thru SNMP by Dell Openmanage? I am not sure if the same OIDs work in other server machines. Please confirm.

Thanks,

Rajesh</description>
		<content:encoded><![CDATA[<p>Hello Barry,<br />
Am writing an application that gets the IPMI data over the lan interface. Whatever that you have described here works only with Dell Servers because IPMI data is exposed thru SNMP by Dell Openmanage? I am not sure if the same OIDs work in other server machines. Please confirm.</p>
<p>Thanks,</p>
<p>Rajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido P</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-11383</link>
		<dc:creator>Guido P</dc:creator>
		<pubDate>Sun, 08 Mar 2009 09:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-11383</guid>
		<description>On my systems the keyword &quot;exec&quot; changed to &quot;extend&quot; in snmpd.conf. And as the kipmi0 process is cpu hungry i changed my scripts to use an sdr dump file. See the -S option in the ipmitool manpages.</description>
		<content:encoded><![CDATA[<p>On my systems the keyword &#8220;exec&#8221; changed to &#8220;extend&#8221; in snmpd.conf. And as the kipmi0 process is cpu hungry i changed my scripts to use an sdr dump file. See the -S option in the ipmitool manpages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakash</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-11189</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Fri, 30 Jan 2009 19:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-11189</guid>
		<description>ipmitool sensors takes a long while to complete ...

So, I use

ipmitool sdr type &quot;Temperature&quot; 

ipmi-temp-stats has

printf &quot;%f\n&quot; `cat /tmp/ipmisensor-snmp &#124;grep -v Disabled &#124;cut -s -d &quot;&#124;&quot; -f5&#124;sed &#039;s/degrees C//&#039;`

But net-snmp does not like

the exec line in snmpd.conf

I tried extend; that didn&#039;t help either.</description>
		<content:encoded><![CDATA[<p>ipmitool sensors takes a long while to complete &#8230;</p>
<p>So, I use</p>
<p>ipmitool sdr type &#8220;Temperature&#8221; </p>
<p>ipmi-temp-stats has</p>
<p>printf &#8220;%f\n&#8221; `cat /tmp/ipmisensor-snmp |grep -v Disabled |cut -s -d &#8220;|&#8221; -f5|sed &#8216;s/degrees C//&#8217;`</p>
<p>But net-snmp does not like</p>
<p>the exec line in snmpd.conf</p>
<p>I tried extend; that didn&#8217;t help either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-10033</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 15 Jul 2008 19:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-10033</guid>
		<description>I agree with George above - this is a great tutorial! I am also stuck in a similar place - everything works on SNMP, but not in Cacti. I am using 1950s instead of 1850s, so I don&#039;t know if that creates a problem or not. I was able to get some of the fan speeds graphed, but I cannot get the CPU temps to work. IPMI reports our CPUs by relative temperature, so the numbers are negative. Could this be throwing Cacti off?

Also, how does the OID setup work for the data templates? If I want to see a certain value, can I put in the specific OID for that value rather than the generic OID that gets &#039;walked&#039; across?</description>
		<content:encoded><![CDATA[<p>I agree with George above &#8211; this is a great tutorial! I am also stuck in a similar place &#8211; everything works on SNMP, but not in Cacti. I am using 1950s instead of 1850s, so I don&#8217;t know if that creates a problem or not. I was able to get some of the fan speeds graphed, but I cannot get the CPU temps to work. IPMI reports our CPUs by relative temperature, so the numbers are negative. Could this be throwing Cacti off?</p>
<p>Also, how does the OID setup work for the data templates? If I want to see a certain value, can I put in the specific OID for that value rather than the generic OID that gets &#8216;walked&#8217; across?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-9950</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sat, 28 Jun 2008 22:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-9950</guid>
		<description>Great tutorial! I&#039;ve gotten to the point where snmpwalk shows me the temp and fan speed values but I have no idea how to make them work in cacti. I&#039;ve imported the host, temp and fan templates but I have no idea how to hook them up to data sources, graphs etc 

I&#039;ve created a device based on the host template but that&#039;s about it :) Anyone that can give me a quick hand? I think cacti is awesome but way too convoluted when it comes to setting it up..</description>
		<content:encoded><![CDATA[<p>Great tutorial! I&#8217;ve gotten to the point where snmpwalk shows me the temp and fan speed values but I have no idea how to make them work in cacti. I&#8217;ve imported the host, temp and fan templates but I have no idea how to hook them up to data sources, graphs etc </p>
<p>I&#8217;ve created a device based on the host template but that&#8217;s about it <img src='http://www.barryodonovan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyone that can give me a quick hand? I think cacti is awesome but way too convoluted when it comes to setting it up..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enseleit</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-9516</link>
		<dc:creator>enseleit</dc:creator>
		<pubDate>Fri, 14 Mar 2008 10:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-9516</guid>
		<description># lsmod &#124; grep ipmi
ipmi_poweroff          24996  0
ipmi_watchdog          33472  0
ipmi_devintf           25736  0
ipmi_msghandler        65764  3 ipmi_poweroff,ipmi_watchdog,ipmi_devintf</description>
		<content:encoded><![CDATA[<p># lsmod | grep ipmi<br />
ipmi_poweroff          24996  0<br />
ipmi_watchdog          33472  0<br />
ipmi_devintf           25736  0<br />
ipmi_msghandler        65764  3 ipmi_poweroff,ipmi_watchdog,ipmi_devintf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enseleit</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-9515</link>
		<dc:creator>enseleit</dc:creator>
		<pubDate>Fri, 14 Mar 2008 10:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-9515</guid>
		<description>Always the same problem!!

# ipmitool user set name 1 enseleit
Could not open device at /dev/ipmi0 or /dev/ipmi/0: No such file or directory
Set User Name command failed (user 1, name enseleit)

# ipmitool user list
Could not open device at /dev/ipmi0 or /dev/ipmi/0: No such file or directory
Get User Access command failed (channel 14, user 1)</description>
		<content:encoded><![CDATA[<p>Always the same problem!!</p>
<p># ipmitool user set name 1 enseleit<br />
Could not open device at /dev/ipmi0 or /dev/ipmi/0: No such file or directory<br />
Set User Name command failed (user 1, name enseleit)</p>
<p># ipmitool user list<br />
Could not open device at /dev/ipmi0 or /dev/ipmi/0: No such file or directory<br />
Get User Access command failed (channel 14, user 1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry O'Donovan</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-9513</link>
		<dc:creator>Barry O'Donovan</dc:creator>
		<pubDate>Fri, 14 Mar 2008 10:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-9513</guid>
		<description>What&#039;s the output of:

# lsmod &#124; grep ipmi

You should have the following:

ipmi_msghandler
ipmi_devintf
ipmi_si

 - Barry</description>
		<content:encoded><![CDATA[<p>What&#8217;s the output of:</p>
<p># lsmod | grep ipmi</p>
<p>You should have the following:</p>
<p>ipmi_msghandler<br />
ipmi_devintf<br />
ipmi_si</p>
<p> &#8211; Barry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enseleit</title>
		<link>http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/comment-page-1#comment-9512</link>
		<dc:creator>enseleit</dc:creator>
		<pubDate>Fri, 14 Mar 2008 09:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.barryodonovan.com/index.php/2007/04/11/dell-ipmi/#comment-9512</guid>
		<description>Any idea?

# mknod /dev/ipmi0 c 254 0
# chmod 777 ipmi0
# ls -la &#124;grep ipmi
crwxrwxrwx   1 root root    254,   0 2004-06-30 21:04 ipmi0
# ipmitool -I open lan set 1 ipaddr xxx.xxx.xxx.xxx
Could not open device at /dev/ipmi0 or /dev/ipmi/0: No such file or directory
Get Channel Info command failed
Channel 1 is not a LAN channel!
# whoami
root</description>
		<content:encoded><![CDATA[<p>Any idea?</p>
<p># mknod /dev/ipmi0 c 254 0<br />
# chmod 777 ipmi0<br />
# ls -la |grep ipmi<br />
crwxrwxrwx   1 root root    254,   0 2004-06-30 21:04 ipmi0<br />
# ipmitool -I open lan set 1 ipaddr xxx.xxx.xxx.xxx<br />
Could not open device at /dev/ipmi0 or /dev/ipmi/0: No such file or directory<br />
Get Channel Info command failed<br />
Channel 1 is not a LAN channel!<br />
# whoami<br />
root</p>
]]></content:encoded>
	</item>
</channel>
</rss>

