<?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 trap in case of root login on hpux managed system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969141#M758355</link>
    <description>I don't think this is a standard SNMP function.&lt;BR /&gt;&lt;BR /&gt;Something like this **might** be possible by writing your own custom PAM authentication module.  PAM is configured through the /etc/pam.conf file.  If you look at that file you can see what modules are used for various functions.  More information on /etc/pam.conf if available from the man page (man pam.conf).&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 26 Mar 2007 11:18:25 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2007-03-26T11:18:25Z</dc:date>
    <item>
      <title>SNMP trap in case of root login on hpux managed system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969140#M758354</link>
      <description>I would like SIM to receive an SNMP trap in case of root login over hpux managed systems.&lt;BR /&gt;Is it possible setting a MIB? And How?&lt;BR /&gt;Consider that I'm not so familiar with MIBs.&lt;BR /&gt;Be detailed and patient please :)&lt;BR /&gt;&lt;BR /&gt;Luca</description>
      <pubDate>Mon, 26 Mar 2007 11:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969140#M758354</guid>
      <dc:creator>LukaS_9</dc:creator>
      <dc:date>2007-03-26T11:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP trap in case of root login on hpux managed system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969141#M758355</link>
      <description>I don't think this is a standard SNMP function.&lt;BR /&gt;&lt;BR /&gt;Something like this **might** be possible by writing your own custom PAM authentication module.  PAM is configured through the /etc/pam.conf file.  If you look at that file you can see what modules are used for various functions.  More information on /etc/pam.conf if available from the man page (man pam.conf).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Mar 2007 11:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969141#M758355</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-03-26T11:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP trap in case of root login on hpux managed system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969142#M758356</link>
      <description>&lt;BR /&gt;I would take another approach.. Whenever somebody logs on /etc/profile is executed.  You could put some logic in there to send email or a snmp trap when root logs on.  Most snmp trap commands only require a trap number and a destination to send a trap.  Unfortunately I do not think HP-UX shops with a snmp trap command unless you have a openview agent on the system.  There are open source SNMP trap commands you can get and compile to accomplish this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Mar 2007 21:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969142#M758356</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2007-03-26T21:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP trap in case of root login on hpux managed system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969143#M758357</link>
      <description>Thanks for your replyes!&lt;BR /&gt;Is there a way to send a trap in /etc/profile using the command below?&lt;BR /&gt;/etc/opt/resmon/lbin/send_test_event -a &lt;MONITOR&gt;&lt;BR /&gt;&lt;BR /&gt;The question is: is there a monitor able to send this specific trap?&lt;BR /&gt;&lt;BR /&gt;luca&lt;BR /&gt;&lt;BR /&gt;p.s. still be patient :)&lt;/MONITOR&gt;</description>
      <pubDate>Tue, 27 Mar 2007 03:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969143#M758357</guid>
      <dc:creator>LukaS_9</dc:creator>
      <dc:date>2007-03-27T03:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP trap in case of root login on hpux managed system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969144#M758358</link>
      <description>You can use net-snmp to send SNMP Traps. The net-snmp is available for HP-UX as part of the HP-UX Internet Express components. We use it successfully on HP-UX 11i. &lt;BR /&gt;&lt;BR /&gt;See&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111&lt;/A&gt; &lt;BR /&gt;and&lt;BR /&gt;&lt;A href="http://www.net-snmp.org" target="_blank"&gt;http://www.net-snmp.org&lt;/A&gt;&lt;BR /&gt;for more information.</description>
      <pubDate>Thu, 29 Mar 2007 15:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969144#M758358</guid>
      <dc:creator>Jens Keinath</dc:creator>
      <dc:date>2007-03-29T15:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP trap in case of root login on hpux managed system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969145#M758359</link>
      <description>thank you,&lt;BR /&gt;I will take a look of these tools!!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Luca</description>
      <pubDate>Fri, 30 Mar 2007 03:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp-trap-in-case-of-root-login-on-hpux-managed-system/m-p/3969145#M758359</guid>
      <dc:creator>LukaS_9</dc:creator>
      <dc:date>2007-03-30T03:04:09Z</dc:date>
    </item>
  </channel>
</rss>

