<?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: ENABLING SNMP ON HPUX 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174723#M458722</link>
    <description>Hi DaBe.&lt;BR /&gt;&lt;BR /&gt;You where completly right, as simple as that.  The problem was the simbol "#".&lt;BR /&gt;&lt;BR /&gt;Thank you again!.&lt;BR /&gt;&lt;BR /&gt;Have a nice day!.</description>
    <pubDate>Wed, 13 May 2009 18:51:57 GMT</pubDate>
    <dc:creator>Mario Cárdenas</dc:creator>
    <dc:date>2009-05-13T18:51:57Z</dc:date>
    <item>
      <title>ENABLING SNMP ON HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174719#M458718</link>
      <description>Good morning.&lt;BR /&gt;&lt;BR /&gt;I am trying to config SNMP on our HP-UX 11.31 machines.&lt;BR /&gt;&lt;BR /&gt;We'll monitor the systems with Spectrum Software.&lt;BR /&gt;&lt;BR /&gt;I prepare the "/etc/SnmpAgent.d/snmpd.conf" file like this:&lt;BR /&gt;&lt;BR /&gt;get-community-name:     D#123--@30&lt;BR /&gt;set-community-name:     D#123--@30&lt;BR /&gt;contact:        Unidad de Servidores.&lt;BR /&gt;contact:        MAPFRE - Venezuela&lt;BR /&gt;location:       Casa Matriz - La Urbina         # enter location of agent&lt;BR /&gt;#max-trap-dest:         # enter max no. of trap-dest entries to be maintained.&lt;BR /&gt;trap-dest:      1.2.3.4&lt;BR /&gt;trap-dest:      5.6.7.8&lt;BR /&gt;&lt;BR /&gt;What else do I have to change?.&lt;BR /&gt;&lt;BR /&gt;Thank you!.</description>
      <pubDate>Tue, 12 May 2009 15:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174719#M458718</guid>
      <dc:creator>Mario Cárdenas</dc:creator>
      <dc:date>2009-05-12T15:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: ENABLING SNMP ON HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174720#M458719</link>
      <description>Hi Mario,&lt;BR /&gt;&lt;BR /&gt;just update the /etc/snmmp.conf (or the equivalent link to etc/SnmpAgent.d/snmpd.conf - you already did that) with your settings, enable Snmp-Daemon in the rc-file and start the SnmpMaster Agent.&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/SnmpMaster&lt;BR /&gt;SNMP_MASTER_START=1     # Start the master SNMP agent.&lt;BR /&gt;export SNMP_MASTER_START&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/SnmpMaster start&lt;BR /&gt;&lt;BR /&gt;Good Luck!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 May 2009 05:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174720#M458719</guid>
      <dc:creator>DaBe</dc:creator>
      <dc:date>2009-05-13T05:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: ENABLING SNMP ON HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174721#M458720</link>
      <description>Thank you DaBe.&lt;BR /&gt;&lt;BR /&gt;Those changes are already done... but the traps are not going any were.&lt;BR /&gt;&lt;BR /&gt;I also check these files:&lt;BR /&gt;&lt;BR /&gt;/etc/SnmpAgent.d/snmpd.conf&lt;BR /&gt;/etc/snmpd.conf&lt;BR /&gt;/usr/newconfig/etc/SnmpAgent.d/snmpd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No success...&lt;BR /&gt;&lt;BR /&gt;Any other idea?.&lt;BR /&gt;&lt;BR /&gt;Thank you!.</description>
      <pubDate>Wed, 13 May 2009 13:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174721#M458720</guid>
      <dc:creator>Mario Cárdenas</dc:creator>
      <dc:date>2009-05-13T13:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: ENABLING SNMP ON HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174722#M458721</link>
      <description>I think there is also some problem in your snmpd.conf File.&lt;BR /&gt;As # is used for comments, this might be one problem. Try without the # in your community string.&lt;BR /&gt;Did you configure the ip-adress of your spectrum server as trap-destination?&lt;BR /&gt;&lt;BR /&gt;see changes below:&lt;BR /&gt;&lt;BR /&gt;get-community-name: D123--@30  &lt;BR /&gt;set-community-name: D123--@30&lt;BR /&gt;contact: Unidad de Servidores.&lt;BR /&gt;contact: MAPFRE - Venezuela&lt;BR /&gt;location: Casa Matriz - La Urbina # enter location of agent&lt;BR /&gt;#max-trap-dest: # enter max no. of trap-dest entries to be maintained.&lt;BR /&gt;trap-dest: &lt;IP-ADRESS&gt;&lt;BR /&gt;&lt;BR /&gt;After doing the changes, don't forget to restart SnmpMaster&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/SnmpMaster stop &amp;amp;&amp;amp; /sbin/init.d/SnmpMaster start&lt;BR /&gt;&lt;BR /&gt;Good Luck !&lt;/IP-ADRESS&gt;</description>
      <pubDate>Wed, 13 May 2009 13:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174722#M458721</guid>
      <dc:creator>DaBe</dc:creator>
      <dc:date>2009-05-13T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: ENABLING SNMP ON HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174723#M458722</link>
      <description>Hi DaBe.&lt;BR /&gt;&lt;BR /&gt;You where completly right, as simple as that.  The problem was the simbol "#".&lt;BR /&gt;&lt;BR /&gt;Thank you again!.&lt;BR /&gt;&lt;BR /&gt;Have a nice day!.</description>
      <pubDate>Wed, 13 May 2009 18:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174723#M458722</guid>
      <dc:creator>Mario Cárdenas</dc:creator>
      <dc:date>2009-05-13T18:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: ENABLING SNMP ON HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174724#M458723</link>
      <description>Closed.</description>
      <pubDate>Wed, 13 May 2009 18:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174724#M458723</guid>
      <dc:creator>Mario Cárdenas</dc:creator>
      <dc:date>2009-05-13T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: ENABLING SNMP ON HPUX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174725#M458724</link>
      <description>If the answer has helped you, please don't forget to assign points. &lt;BR /&gt;Thank you.</description>
      <pubDate>Thu, 14 May 2009 06:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hpux-11-31/m-p/5174725#M458724</guid>
      <dc:creator>DaBe</dc:creator>
      <dc:date>2009-05-14T06:08:58Z</dc:date>
    </item>
  </channel>
</rss>

