<?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>ZZTopping &#187; snmpd</title>
	<atom:link href="http://blog.zztopping.com/tag/snmpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zztopping.com</link>
	<description>A Blog by a Non-Blogger</description>
	<lastBuildDate>Tue, 09 Aug 2011 02:25:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Further down the rabbit hole&#8230;</title>
		<link>http://blog.zztopping.com/2008/05/01/further-down-the-rabbit-hole/</link>
		<comments>http://blog.zztopping.com/2008/05/01/further-down-the-rabbit-hole/#comments</comments>
		<pubDate>Thu, 01 May 2008 19:29:09 +0000</pubDate>
		<dc:creator>ZZTopping</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[omsa]]></category>
		<category><![CDATA[openmanage]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[snmpd]]></category>

		<guid isPermaLink="false">http://blog.zztopping.com/?p=12</guid>
		<description><![CDATA[So I got the OMSA service working on my 64-bit Debian server. THATS all fine and dandy. Yesterday, I spent hours getting the nuances setup correctly to just get this thing to be &#8220;managed&#8221; by the central Dell OpenManage server, hopefully my hard work will help someone out there. First, in terms of server monitoring, [...]]]></description>
			<content:encoded><![CDATA[<p>So I got the OMSA service working on my 64-bit Debian server. THATS all fine and dandy.</p>
<p>Yesterday, I spent hours getting the nuances setup correctly to just get this thing to be &#8220;managed&#8221; by the central Dell OpenManage server, hopefully my hard work will help someone out there.</p>
<p>First, in terms of server monitoring, Dell has their &#8220;client&#8221; OpenManage Server Administrator(OMSA), and their &#8220;server&#8221; IT Assistant.</p>
<p>My IT Assistant is installed on windows and is pretty self-explanatory to get that part done, and I already explained how to install OMSA.</p>
<p>Now, in order for IT Assistant to manage an OMSA client, it must have SNMP read-only access to it, and in Linux, this is done through snmpd via <a href="http://en.wikipedia.org/wiki/Smux">SMUX</a> and in Debian, SMUX is disabled by default(but isn&#8217;t immediately obvious).</p>
<p><a href="http://www.debianhelp.co.uk/snmp.htm" target="_blank">First of all, you need to enable SNMP read-only access to your server.</a></p>
<p>Then, you need to add a smux configuration for the dell OID. Add this to your recently-made snmpd.conf</p>
<pre># Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX
smuxpeer .1.3.6.1.4.1.674.10892.1</pre>
<p>As I said, by default Debian has SMUX turned off. You need to re-enable it by deleting the <strong>-I -smux</strong> in the startup options line in the <strong>/etc/default/snmpd</strong> file.</p>
<p>Now make sure you restart your snmpd service</p>
<pre style="padding-left: 30px;">/etc/init.d/snmpd restart</pre>
<p>Your Debian SNMP configuration is complete. You can check the status of the dell data engine by:</p>
<pre style="padding-left: 30px;">/opt/dell/srvadmin/dataeng/bin/dataeng status</pre>
<p>Now add a &#8216;range&#8217; in IT Assistant with the IP of your server and community string you setup for your server. Then run a discovery job and it should appear in your devices list. The icon next to the device signifies if there are any current alerts applicable to this server.</p>
<p>Congratulations, you can now &#8220;manage&#8221; your server.</p>
<p>My current problem is that it appears that I cannot have IT Assistant generate alerts for my server since it can only do so if it receives a trap from the server. I find this pretty silly, it should support alerting me based on its polling, not just by waiting for an alert.</p>
<p>I defined a trapsink in my snmpd.conf, and the hardware log shows the event(me pulling out a hard drive), but no trap is received by the IT Assistant. My syslog shows the following:</p>
<pre>May  1 14:05:41 inp2552zeus snmpd[5992]: Got trap from peer on fd 14
May  1 14:05:42 inp2552zeus snmpd[5992]: Got trap from peer on fd 14
May  1 14:05:43 inp2552zeus snmpd[5992]: Got trap from peer on fd 14
May  1 14:05:44 inp2552zeus snmpd[5992]: Got trap from peer on fd 14
May  1 14:05:45 inp2552zeus snmpd[5992]: Got trap from peer on fd 14</pre>
<p>Anyone have any idea what the issue could be?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zztopping.com/2008/05/01/further-down-the-rabbit-hole/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

