<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mashups, Marketing and Me &#187; Tech</title>
	<atom:link href="http://www.cfg.no/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cfg.no</link>
	<description>The blog project, a journey!</description>
	<lastBuildDate>Wed, 02 Sep 2009 17:51:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Temperature sensors on Dell Poweredge 850 in Linux</title>
		<link>http://www.cfg.no/2009/06/temperature-sensors-on-dell-poweredge-850-in-linux/</link>
		<comments>http://www.cfg.no/2009/06/temperature-sensors-on-dell-poweredge-850-in-linux/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:40:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[ipmi]]></category>
		<category><![CDATA[p850]]></category>
		<category><![CDATA[poweredge]]></category>
		<category><![CDATA[sensors]]></category>
		<category><![CDATA[temperature]]></category>

		<guid isPermaLink="false">http://www.cfg.no/?p=229</guid>
		<description><![CDATA[		
		
		
		This is what I had to do to get some temperature reading from a Dell P850 in Ubuntu Linux.
Loading the IPMI kernel modules

root@server:~# modprobe ipmi_devintf
root@server:~# modprobe ipmi_si

Creating the device unless it&#8217;s already made
(I.e. if /dev/ipmi0 doesn&#8217;t already exist, do this step.)

root@server:~# mknod /dev/ipmi0 c 252 0

Installing the tools and reading temperatures
This will install the ipmitool [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.cfg.no/2009/06/temperature-sensors-on-dell-poweredge-850-in-linux/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Temperature+sensors+on+Dell+Poweredge+850+in+Linux";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><em>This is what I had to do to get some temperature reading from a Dell P850 in Ubuntu Linux.</em></p>
<p><strong>Loading the IPMI kernel modules</strong></p>
<blockquote><p>
root@server:~# modprobe ipmi_devintf<br />
root@server:~# modprobe ipmi_si
</p></blockquote>
<p><strong>Creating the device unless it&#8217;s already made</strong><br />
(I.e. if /dev/ipmi0 doesn&#8217;t already exist, do this step.)</p>
<blockquote><p>
root@server:~# mknod /dev/ipmi0 c 252 0
</p></blockquote>
<p><strong>Installing the tools and reading temperatures</strong></p>
<p>This will install the ipmitool package </p>
<blockquote><p>
root@server:~# apt-get install ipmitool
</p></blockquote>
<p>Read temperatures</p>
<blockquote><p>
root@server:~# ipmitool sdr type Temp<br />
Temp             | 01h | ok  |  3.1 | 38 degrees C<br />
Planar Temp      | 04h | ok  |  7.1 | 28 degrees C<br />
Temp Interface   | 53h | ns  |  7.1 | Disabled
</p></blockquote>
<p>I wrote a munin plugin to parse and graph this too,  shout if it&#8217;s interesting!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfg.no/2009/06/temperature-sensors-on-dell-poweredge-850-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

