<?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 How to start snmpd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354651#M345232</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;  In my server I have noticed that snpd deamon is not running can any on help me how to start this deamon.....</description>
    <pubDate>Mon, 09 Feb 2009 11:01:37 GMT</pubDate>
    <dc:creator>Jayraj</dc:creator>
    <dc:date>2009-02-09T11:01:37Z</dc:date>
    <item>
      <title>How to start snmpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354651#M345232</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;  In my server I have noticed that snpd deamon is not running can any on help me how to start this deamon.....</description>
      <pubDate>Mon, 09 Feb 2009 11:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354651#M345232</guid>
      <dc:creator>Jayraj</dc:creator>
      <dc:date>2009-02-09T11:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to start snmpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354652#M345233</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Startup scrits are in /sbin/init.d&lt;BR /&gt;&lt;BR /&gt;Name is probably snmp or snmpd&lt;BR /&gt;&lt;BR /&gt;There is also a configuration file in /etc/rc.config.d that lets you set a variable to 1 for auto start at boot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Feb 2009 11:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354652#M345233</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-09T11:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to start snmpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354653#M345234</link>
      <description>Hi Swaraj,&lt;BR /&gt;&lt;BR /&gt; The SNMP Master Agent and all subAgents should startup automatically each time the system re-boots or any time the system transitions from run level 1 to run level 2.  When the system enters run level 2 the operating system will  execute /sbin/init.d/SnmpMaster which will startup the Master Agent.  Similarly, the operating system invoked /sbin/init.d/SnmpMib2, /sbin/init.d/SnmpHpunix and /sbin/init.d/SnmpTrpDst will startup the MIB2, HP Unix and Trap Dest subAgents respectively immediately after the Master Agent is started.&lt;BR /&gt;&lt;BR /&gt; There are two ways to start the SNMP Agent manually.  The first way is to execute snmpdm and then start each subAgent.  Separate process subAgents are started by invoking the particular subAgent executables.&lt;BR /&gt;&lt;BR /&gt;      The second and simplest way to start the SNMP Agent manually is to execute the snmpd startup script which will invoke the Master Agent and all subAgents who have been installed and designed to operate in this paradigm.</description>
      <pubDate>Mon, 09 Feb 2009 11:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354653#M345234</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-09T11:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to start snmpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354654#M345235</link>
      <description>Hi Swaraj,&lt;BR /&gt;&lt;BR /&gt;These are the files which controls the auto startup of SNMP Master daemon and sub agents.&lt;BR /&gt;&lt;BR /&gt;h1cp298a:/etc/rc.config.d# ll Sn*&lt;BR /&gt;-r--r--r--   1 bin        bin           2206 Oct 27  1997 SnmpHpunix&lt;BR /&gt;-r--r--r--   1 bin        bin           1720 Oct 27  1997 SnmpMaster&lt;BR /&gt;-r--r--r--   1 bin        bin           2272 Oct 27  1997 SnmpMib2&lt;BR /&gt;-r--r--r--   1 bin        bin           1485 Oct 27  1997 SnmpTrpDst&lt;BR /&gt;&lt;BR /&gt;You can modify the variable accordingly.</description>
      <pubDate>Mon, 09 Feb 2009 11:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354654#M345235</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-09T11:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to start snmpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354655#M345236</link>
      <description>#/sbin/init.d/SnmpMaster start</description>
      <pubDate>Mon, 09 Feb 2009 11:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354655#M345236</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-02-09T11:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to start snmpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354656#M345237</link>
      <description>&amp;gt;Ganesan: There are two ways to start the SNMP Agent manually&lt;BR /&gt;&amp;gt;The second and simplest way&lt;BR /&gt;&lt;BR /&gt;It is more helpful to say "The first and simplest way".  You give the simplest first.</description>
      <pubDate>Mon, 09 Feb 2009 12:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354656#M345237</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-09T12:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to start snmpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354657#M345238</link>
      <description>Hi Swaraj,&lt;BR /&gt;&lt;BR /&gt;You can also Check, Config file as below&lt;BR /&gt;&lt;BR /&gt;1)  Modified /etc/rc.config.d/SnmpMaster for startup of daemon upon system boot. &lt;BR /&gt;&lt;BR /&gt;# tail /etc/rc.config.d/SnmpMaster&lt;BR /&gt;#       libSaMib2.sl(1M)                // MIB2   subAgent&lt;BR /&gt;#       libSaHpunix.sl(1M)              // HpUnix subAgent&lt;BR /&gt;#       snmpd(1M)                       // Manual startup script&lt;BR /&gt;#       snmpd.conf(4)                   // SNMP configuration&lt;BR /&gt;#&lt;BR /&gt;#&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;&lt;BR /&gt;2)  Manually started via `/sbin/init.d/SnmpMaster start`.&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep snmpdm&lt;BR /&gt;    root 13397 13262  1 22:32:54 ttyp0     0:00 grep snmpdm&lt;BR /&gt;    root 13373     1  0 22:30:12 ?         0:00 /usr/sbin/snmpdm&lt;BR /&gt;&lt;BR /&gt;Thx,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 10 Feb 2009 00:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-start-snmpd/m-p/4354657#M345238</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-02-10T00:12:34Z</dc:date>
    </item>
  </channel>
</rss>

