<?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 Enabling SNMP on HP-UX 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925355#M408799</link>
    <description>I have been told that I need to enable read access for SNMP on three of my HP-UX hosts.  One is running 11.23 (Itanium).  The other two or 11.11 (PA-RISC).&lt;BR /&gt;When I run ps -ef|grep snmp, I receive the following:&lt;BR /&gt;# ps -ef|grep snmp&lt;BR /&gt;    root  1082     1  0  Jul 16  ?         0:00 /usr/sbin/snmpdm&lt;BR /&gt;  oracle  3951     1  0 04:46:02 ?         0:00 /bin/sh /orasys/ora9205/bin/dbsnmpwd&lt;BR /&gt;    root 12232 10495  0 14:23:44 pts/0     0:00 grep snmp&lt;BR /&gt;  oracle  3954  3951  0 04:46:02 ?         1:11 /orasys/ora9205/bin/dbsnmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, is snmp configured for read access by default?  They also provided me with a community string.  I'm just not sure what files to modify in /etc/rc.config.d and other files I need to configure for SNMP read access and to work with such community string.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;SNMP Novice</description>
    <pubDate>Mon, 12 Sep 2005 14:25:54 GMT</pubDate>
    <dc:creator>Joe Profaizer</dc:creator>
    <dc:date>2005-09-12T14:25:54Z</dc:date>
    <item>
      <title>Enabling SNMP on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925355#M408799</link>
      <description>I have been told that I need to enable read access for SNMP on three of my HP-UX hosts.  One is running 11.23 (Itanium).  The other two or 11.11 (PA-RISC).&lt;BR /&gt;When I run ps -ef|grep snmp, I receive the following:&lt;BR /&gt;# ps -ef|grep snmp&lt;BR /&gt;    root  1082     1  0  Jul 16  ?         0:00 /usr/sbin/snmpdm&lt;BR /&gt;  oracle  3951     1  0 04:46:02 ?         0:00 /bin/sh /orasys/ora9205/bin/dbsnmpwd&lt;BR /&gt;    root 12232 10495  0 14:23:44 pts/0     0:00 grep snmp&lt;BR /&gt;  oracle  3954  3951  0 04:46:02 ?         1:11 /orasys/ora9205/bin/dbsnmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, is snmp configured for read access by default?  They also provided me with a community string.  I'm just not sure what files to modify in /etc/rc.config.d and other files I need to configure for SNMP read access and to work with such community string.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;SNMP Novice</description>
      <pubDate>Mon, 12 Sep 2005 14:25:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925355#M408799</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2005-09-12T14:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SNMP on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925356#M408800</link>
      <description>The setting of community strings is done in the /etc/snmp.conf file.&lt;BR /&gt;&lt;BR /&gt;Changes to this file need to be followed by recycling the processes related to snmp.</description>
      <pubDate>Mon, 12 Sep 2005 14:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925356#M408800</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-09-12T14:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SNMP on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925357#M408801</link>
      <description>Currently there is no file.  Do I just create it with the community string?  I'm still kind of at a loss here.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 12 Sep 2005 14:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925357#M408801</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2005-09-12T14:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SNMP on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925358#M408802</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;your snmp.conf file should look like this  ( I copied from a working system - names changed to protect thr innocent)&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;get-community-name:     public&lt;BR /&gt;set-community-name:     # enter community name&lt;BR /&gt;#contact:               # enter contact person for agent&lt;BR /&gt;#location:              # 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:             # enter trap destination&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2005 15:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925358#M408802</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-09-12T15:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SNMP on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925359#M408803</link>
      <description>Thanks.  So I just create the .conf file, then restart SNMP and I should be good to go?</description>
      <pubDate>Tue, 13 Sep 2005 08:55:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925359#M408803</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2005-09-13T08:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SNMP on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925360#M408804</link>
      <description>yep</description>
      <pubDate>Tue, 13 Sep 2005 09:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925360#M408804</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-09-13T09:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SNMP on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925361#M408805</link>
      <description>The parameters in the snmp.conf file are usually set by someone who is responsible for making sure machines are on the network.&lt;BR /&gt;&lt;BR /&gt;The strings are meaningless if not recognized by a central server that monitors.&lt;BR /&gt;&lt;BR /&gt;Note 1: &lt;BR /&gt;&lt;BR /&gt;There are is some clear text information/authentication, especially with older versions of SNMP.&lt;BR /&gt;&lt;BR /&gt;Note 2: &lt;BR /&gt;&lt;BR /&gt;The person that told you that you must implement SNMP needs to tell you what the community string and such should be.&lt;BR /&gt;&lt;BR /&gt;Note 3: &lt;BR /&gt;&lt;BR /&gt;There are MIB's that need to be installed to control what is monitored and what privledges the central SNMP server has on your machine.&lt;BR /&gt;&lt;BR /&gt;Note 4: &lt;BR /&gt;&lt;BR /&gt;There are some denial of service exploits that use SNMP to overwork machines and deny service to users. A look at security is in order as part of this project.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 Sep 2005 09:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925361#M408805</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-13T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SNMP on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925362#M408806</link>
      <description>OK.  Last question.  I see the following in /sbin/rc2.d.  Do I restart them all?&lt;BR /&gt;lrwxr-xr-x   1 root       sys             23 Apr  6  2004 /sbin/rc2.d/S560SnmpMaster -&amp;gt; /sbin/init.d/SnmpMaster&lt;BR /&gt;lrwxr-xr-x   1 root       sys             23 Apr  6  2004 /sbin/rc2.d/S565SnmpHpunix -&amp;gt; /sbin/init.d/SnmpHpunix&lt;BR /&gt;lrwxr-xr-x   1 root       sys             21 Apr  6  2004 /sbin/rc2.d/S565SnmpIpv6 -&amp;gt; /sbin/init.d/SnmpIpv6&lt;BR /&gt;lrwxr-xr-x   1 root       sys             21 Apr  6  2004 /sbin/rc2.d/S565SnmpMib2 -&amp;gt; /sbin/init.d/SnmpMib2&lt;BR /&gt;lrwxr-xr-x   1 root       sys             20 Apr  6  2004 /sbin/rc2.d/S565SnmpNaa -&amp;gt; /sbin/init.d/SnmpNaa&lt;BR /&gt;lrwxr-xr-x   1 root       sys             23 Apr  6  2004 /sbin/rc2.d/S565SnmpTrpDst -&amp;gt; /sbin/init.d/SnmpTrpDst&lt;BR /&gt;lrwxr-xr-x   1 root       sys             22 Apr  6  2004 /sbin/rc2.d/S576SnmpFddi4 -&amp;gt; /sbin/init.d/SnmpFddi4</description>
      <pubDate>Tue, 13 Sep 2005 09:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925362#M408806</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2005-09-13T09:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling SNMP on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925363#M408807</link>
      <description>Thanks. I have it working now.</description>
      <pubDate>Tue, 13 Sep 2005 10:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-snmp-on-hp-ux-11-11/m-p/4925363#M408807</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2005-09-13T10:50:19Z</dc:date>
    </item>
  </channel>
</rss>

