<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Jonas Genannt - dell</title>
    <link>http://blog.brachium-system.net/</link>
    <description>Weblog of an System Engineer</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://blog.brachium-system.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Jonas Genannt - dell - Weblog of an System Engineer</title>
        <link>http://blog.brachium-system.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Debian - Dell OMSA SNMP</title>
    <link>http://blog.brachium-system.net/archives/70-Debian-Dell-OMSA-SNMP.html</link>
            <category>debian</category>
            <category>dell</category>
            <category>work</category>
    
    <comments>http://blog.brachium-system.net/archives/70-Debian-Dell-OMSA-SNMP.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=70</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=70</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you would like to use SNMP to monitor your dell server with OMSA (server administrator) installed, you have to configure your local SNMPd.&lt;br /&gt;
&lt;br /&gt;
First you have to enable SNMP on OMSA:&lt;blockquote&gt;/etc/init.d/dataeng enablesnmp&lt;/blockquote&gt;Than restart your Data Engine System from OMSA: &lt;blockquote&gt;/etc/init.d/dataeng restart&lt;/blockquote&gt;You can now install the snmp daemon from debian: &lt;blockquote&gt;apt-get install snmpd&lt;/blockquote&gt;SNMPd should listen to all interfaces. You can configure this at &lt;em&gt;/etc/default/snmpd&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Please note, that you have to remove the entry &lt;em&gt;-I -smux&lt;/em&gt;, because OMSA uses snmp smux for communicating with the SNMP daemon. &lt;br /&gt;
&lt;br /&gt;
The following &lt;em&gt;snmpd.conf&lt;/em&gt; is tested to work with OMSA:&lt;blockquote&gt;com2sec local    localhost  public&lt;br /&gt;
com2sec watchdog 192.168.168.0/24  public&lt;br /&gt;
smuxsocket 127.0.0.1&lt;br /&gt;
smuxpeer .1.3.6.1.4.1.674.10892.1&lt;br /&gt;
group MyRoGroup v2c     local&lt;br /&gt;
group MyRoGroup v2c     watchdog&lt;br /&gt;
view  all    included  .1&lt;br /&gt;
access MyRoGroup &quot;&quot; any noauth exact all none none&lt;br /&gt;
&lt;/blockquote&gt;Now restart the snmpd and install also the dell mibs. You can find the mibs in /opt/dell/.&lt;br /&gt;
&lt;br /&gt;
After the restart you can walk throw your SNMP tables: &lt;blockquote&gt;snmpwalk -v2c -c public localhost 1.3.6.1.4.1.674.10893&lt;/blockquote&gt;If you want to monitor the health of your server I can suggest you the following nagios plugin:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.ahus1.de/nagios/&quot;&gt;check_omsa_snmp.pl&lt;/a&gt; - this plugin checks temperature,voltage, Power Supply and Cooling Devices &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 14 May 2008 14:20:44 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/70-guid.html</guid>
    
</item>

</channel>
</rss>