<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: snmp tutorial in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614569#M40408</link>
    <description>The OIDs .1.3.6.1.4.1.232.* refer to CPQIDA-MIB.&lt;BR /&gt;&lt;BR /&gt;If the ML350 does not have the Proliant-specific SNMP agents installed, that information won't be present.&lt;BR /&gt;&lt;BR /&gt;There are two major types of HP management utilities for Linux: the "old" version and the current one. Both include multiple parts, which all must be present for full functionality.&lt;BR /&gt;&lt;BR /&gt;For the current type, you'll need the following RPMs installed:&lt;BR /&gt;&lt;BR /&gt;- hp-health RPM includes the drivers and command-line tools for querying the basic system health status, and changing some BIOS settings while the system is running&lt;BR /&gt;&lt;BR /&gt;- hp-snmp-agents RPM takes the data provided by the drivers in hp-health RPM and makes them available by SNMP&lt;BR /&gt;&lt;BR /&gt;- hpsmh and hp-smh-templates take the information from the SNMP daemon and provide it to the user with the System Management Homepage web GUI. These will also contain some configuration functions to manage the whole set seamlessly.&lt;BR /&gt;&lt;BR /&gt;The old versions had slightly different RPM names and were split a bit differently:&lt;BR /&gt;&lt;BR /&gt;- the hpasm RPM included both the drivers and the SNMP agents, BUT:&lt;BR /&gt;&lt;BR /&gt;- very old versions of the hpasm RPM required extra packages for NIC and storage agents: the cmanic and cmastor RPMs.&lt;BR /&gt;&lt;BR /&gt;It would have been important to know the generation number of your ML350, and the version numbers of your hardware monitoring RPMs: "dmidecode" can be used to find the full model number, and "rpm -qa | grep -e '^hp' -e '^cma' " should find the version numbers of all the relevant RPMs.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Tue, 15 Mar 2011 11:16:50 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-03-15T11:16:50Z</dc:date>
    <item>
      <title>snmp tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614566#M40405</link>
      <description>Can someone recommend a smnp reference for HP Proliant ML350.  I would like to be able to write simple status scripts.  I have experience doing this on other machines.  I have read the HP System Management Homepage  snmp settings page but still need more help.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 08 Apr 2010 18:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614566#M40405</guid>
      <dc:creator>Don McCulloch</dc:creator>
      <dc:date>2010-04-08T18:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: snmp tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614567#M40406</link>
      <description>typically you would use snmpget on the MIB OIDS of interest and then use the return values to do whatever you would like..&lt;BR /&gt;&lt;BR /&gt;are you looking for something more or different than that ?&lt;BR /&gt;&lt;BR /&gt;e.g.  pull basic temp and humidity from LiebertAC unit.&lt;BR /&gt;&lt;BR /&gt;TEMP=`./snmpwalk -v 1 -c community_string liebertac1 .1.3.6.1.4.1.476.1.42.3.4.1.2.3.1.3|awk -F: '{print $3}'`&lt;BR /&gt;HUM=`./snmpwalk -v 1 -c community_string liebertac1 .1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.3|awk -F: '{print $3}'`&lt;BR /&gt;DATE=`date '+%m/%d/%y %T'`&lt;BR /&gt;echo "$DATE|$TEMP|$HUM" &amp;gt;&amp;gt; $OUTFILE&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 19:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614567#M40406</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-08T19:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: snmp tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614568#M40407</link>
      <description>Sorry for the delay in replying.  I kind of  fell off this project, and am trying to get back on and could still use some help.&lt;BR /&gt;&lt;BR /&gt;I can use this command to get drive status information on a HP storage server DL380 :&lt;BR /&gt;&lt;BR /&gt; /usr/bin/snmpwalk -v1 -c public  192.168.200.171 .1.3.6.1.4.1.232.3.2.5.1.1.6.2&lt;BR /&gt;&lt;BR /&gt;This gives drive state information ( 1,ready, 2, failed, 3, online, etc).&lt;BR /&gt;                                &lt;BR /&gt;But this same oid fails when I run it against a ML350.  &lt;BR /&gt;&lt;BR /&gt;I have done much searching on the internet but  have not been able to find an equivalent oid to return the drive status information on this ML350. &lt;BR /&gt;&lt;BR /&gt;I have a good bit of experience working with smnp,  but this has frustrated me. &lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Mar 2011 20:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614568#M40407</guid>
      <dc:creator>Don McCulloch</dc:creator>
      <dc:date>2011-03-14T20:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: snmp tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614569#M40408</link>
      <description>The OIDs .1.3.6.1.4.1.232.* refer to CPQIDA-MIB.&lt;BR /&gt;&lt;BR /&gt;If the ML350 does not have the Proliant-specific SNMP agents installed, that information won't be present.&lt;BR /&gt;&lt;BR /&gt;There are two major types of HP management utilities for Linux: the "old" version and the current one. Both include multiple parts, which all must be present for full functionality.&lt;BR /&gt;&lt;BR /&gt;For the current type, you'll need the following RPMs installed:&lt;BR /&gt;&lt;BR /&gt;- hp-health RPM includes the drivers and command-line tools for querying the basic system health status, and changing some BIOS settings while the system is running&lt;BR /&gt;&lt;BR /&gt;- hp-snmp-agents RPM takes the data provided by the drivers in hp-health RPM and makes them available by SNMP&lt;BR /&gt;&lt;BR /&gt;- hpsmh and hp-smh-templates take the information from the SNMP daemon and provide it to the user with the System Management Homepage web GUI. These will also contain some configuration functions to manage the whole set seamlessly.&lt;BR /&gt;&lt;BR /&gt;The old versions had slightly different RPM names and were split a bit differently:&lt;BR /&gt;&lt;BR /&gt;- the hpasm RPM included both the drivers and the SNMP agents, BUT:&lt;BR /&gt;&lt;BR /&gt;- very old versions of the hpasm RPM required extra packages for NIC and storage agents: the cmanic and cmastor RPMs.&lt;BR /&gt;&lt;BR /&gt;It would have been important to know the generation number of your ML350, and the version numbers of your hardware monitoring RPMs: "dmidecode" can be used to find the full model number, and "rpm -qa | grep -e '^hp' -e '^cma' " should find the version numbers of all the relevant RPMs.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 15 Mar 2011 11:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614569#M40408</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-15T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: snmp tutorial</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614570#M40409</link>
      <description>Matti&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick reply.  I learned alot just from your post.  I'll let you know how it goes ....</description>
      <pubDate>Thu, 17 Mar 2011 19:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmp-tutorial/m-p/4614570#M40409</guid>
      <dc:creator>Don McCulloch</dc:creator>
      <dc:date>2011-03-17T19:48:32Z</dc:date>
    </item>
  </channel>
</rss>

