<?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 service? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/snmp-service/m-p/2745845#M78627</link>
    <description>mw,&lt;BR /&gt;&lt;BR /&gt;SNMP is pretty much the standard for moitoring network devices of any kind.  It is supported on almost all network platforms (*NIX, Windows, Novell, etc.)&lt;BR /&gt;&lt;BR /&gt;There are also many monitoring applications that utilize SNMP to gather data, such as HP Openview.  If you have a lot of servers or workstations to manage, using SNMP can make your life easier as it provides all kinds of information at your fingertips.&lt;BR /&gt;&lt;BR /&gt;SNMP can be rather in depth, but you'll want to start off small and work you way up.  Here's a link on the basics that will educate you on what an SNMP agent is and what an MIB is, from there you can take the subject much further depending if SNMP meets one of your needs:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.powerware.com/4PPGUIDE/SNMP/snmptut.htm" target="_blank"&gt;http://www.powerware.com/4PPGUIDE/SNMP/snmptut.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;-Mike</description>
    <pubDate>Wed, 19 Jun 2002 00:31:52 GMT</pubDate>
    <dc:creator>Mike Hassell</dc:creator>
    <dc:date>2002-06-19T00:31:52Z</dc:date>
    <item>
      <title>snmp service?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmp-service/m-p/2745842#M78624</link>
      <description>what is it snmp?&lt;BR /&gt;&lt;BR /&gt;is there any way to enable snmp service in linux box?</description>
      <pubDate>Mon, 17 Jun 2002 07:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmp-service/m-p/2745842#M78624</guid>
      <dc:creator>mw_4</dc:creator>
      <dc:date>2002-06-17T07:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: snmp service?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmp-service/m-p/2745843#M78625</link>
      <description>"Simple Network Management Protocol is a protocol for Internet network management services."&lt;BR /&gt;&lt;BR /&gt;Here are the links to the SNMP FAQ:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.snmp.com/FAQs/snmp-faq-part1.txt" target="_blank"&gt;http://www.snmp.com/FAQs/snmp-faq-part1.txt&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.snmp.com/FAQs/snmp-faq-part2.txt" target="_blank"&gt;http://www.snmp.com/FAQs/snmp-faq-part2.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think you may have the SNMP packages available on your installation CDs (ucd-snmp-....rpm?)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2002 12:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmp-service/m-p/2745843#M78625</guid>
      <dc:creator>Marcin Golembski_1</dc:creator>
      <dc:date>2002-06-17T12:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: snmp service?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmp-service/m-p/2745844#M78626</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can enable snmp.&lt;BR /&gt;But before that, you have to create configuration file /etc/snmp.conf .&lt;BR /&gt;&lt;BR /&gt;In the config file, you have to setup "snmp community name" as access password, and also "MIB tree" as which data to collect.&lt;BR /&gt;&lt;BR /&gt;I don't go the detail of the config file.  After you finish to edit the config file, you may enable snmpd (snmp daemon).&lt;BR /&gt;If you are using RH, &lt;BR /&gt;# chkconfig --level X snmpd on &lt;BR /&gt;X is your runlevel.&lt;BR /&gt;&lt;BR /&gt;You may collect not only network related data, but also memory or cpu usage data.&lt;BR /&gt;&lt;BR /&gt;If you have web-server, you can see the data using MRTG.&lt;BR /&gt;Go &lt;A href="http://www.mrtg.org" target="_blank"&gt;www.mrtg.org&lt;/A&gt; for more detail.&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jun 2002 01:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmp-service/m-p/2745844#M78626</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-06-18T01:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: snmp service?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/snmp-service/m-p/2745845#M78627</link>
      <description>mw,&lt;BR /&gt;&lt;BR /&gt;SNMP is pretty much the standard for moitoring network devices of any kind.  It is supported on almost all network platforms (*NIX, Windows, Novell, etc.)&lt;BR /&gt;&lt;BR /&gt;There are also many monitoring applications that utilize SNMP to gather data, such as HP Openview.  If you have a lot of servers or workstations to manage, using SNMP can make your life easier as it provides all kinds of information at your fingertips.&lt;BR /&gt;&lt;BR /&gt;SNMP can be rather in depth, but you'll want to start off small and work you way up.  Here's a link on the basics that will educate you on what an SNMP agent is and what an MIB is, from there you can take the subject much further depending if SNMP meets one of your needs:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.powerware.com/4PPGUIDE/SNMP/snmptut.htm" target="_blank"&gt;http://www.powerware.com/4PPGUIDE/SNMP/snmptut.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;-Mike</description>
      <pubDate>Wed, 19 Jun 2002 00:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/snmp-service/m-p/2745845#M78627</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2002-06-19T00:31:52Z</dc:date>
    </item>
  </channel>
</rss>

