<?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: Event logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598579#M232563</link>
    <description>Check out the last and lastb commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 08 Aug 2005 10:15:04 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-08-08T10:15:04Z</dc:date>
    <item>
      <title>Event logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598578#M232562</link>
      <description>Is there a logging mechanism that I can turn on that records events such as user login/logout, failed logins, file access, etc.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;TR</description>
      <pubDate>Mon, 08 Aug 2005 10:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598578#M232562</guid>
      <dc:creator>T Raeuchle</dc:creator>
      <dc:date>2005-08-08T10:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Event logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598579#M232563</link>
      <description>Check out the last and lastb commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 08 Aug 2005 10:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598579#M232563</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-08-08T10:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Event logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598580#M232564</link>
      <description>This is enabled by default - check out the last, lastb commands.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Will tell you who logged in when and you failed to login and when.&lt;BR /&gt;&lt;BR /&gt;For su access, look at the /var/adm/sulog&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Aug 2005 10:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598580#M232564</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-08-08T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Event logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598581#M232565</link>
      <description>Look for the manuals on the HP-UX trusted system operating mode, this is the way to gather all the data You listed.</description>
      <pubDate>Mon, 08 Aug 2005 10:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598581#M232565</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-08-08T10:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Event logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598582#M232566</link>
      <description>If you need more details you can turn on auditing, make sure you turn on just what you need and you have sufficient space for the logs.  I would suggest a sepparate mount point for the logs.</description>
      <pubDate>Mon, 08 Aug 2005 10:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598582#M232566</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-08T10:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Event logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598583#M232567</link>
      <description>In addition to all of the above, if you want to log the IP addresses of people who connected to this machine over the network, you can turn on inetd logging by :&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -k&lt;BR /&gt;/usr/sbin/inetd -l&lt;BR /&gt;&lt;BR /&gt;and see the inetd connection IP addresses in your syslog.log</description>
      <pubDate>Mon, 08 Aug 2005 12:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598583#M232567</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-08T12:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Event logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598584#M232568</link>
      <description>Auditing is the better solution for your problem. Use SAM to configure auditing in your machine. Select carefully the events which you need to monitor. Note currently SSH login/logout are not monitored by Auditing.&lt;BR /&gt;&lt;BR /&gt;some important commands releated to auditing&lt;BR /&gt;&lt;BR /&gt;1. audisp -e &lt;EVENTNAME&gt; filename&lt;BR /&gt;2. audsys&lt;BR /&gt;3. audevent&lt;BR /&gt;4. audusr&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;/EVENTNAME&gt;</description>
      <pubDate>Tue, 09 Aug 2005 01:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598584#M232568</guid>
      <dc:creator>Michael Selvesteen_2</dc:creator>
      <dc:date>2005-08-09T01:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Event logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598585#M232569</link>
      <description>For auditing,&lt;BR /&gt;&lt;BR /&gt;login/logout - last command (wtmp file tracking)&lt;BR /&gt;bad login - lastb command (btmp file tracking)&lt;BR /&gt;file access - You have to turn your system into trusted.&lt;BR /&gt;&lt;BR /&gt;Go to sam -&amp;gt; auditing &amp;amp; security -&amp;gt; audited events, it will ask to ask to turn system trusted mode.&lt;BR /&gt;&lt;BR /&gt;You can use .sh_history file to track which commands  are executed with which file. You have to enable in /etc/profile for history logging as,&lt;BR /&gt;&lt;BR /&gt;set -o $EDITOR&lt;BR /&gt;export $HISTFILE=$HOME/.sh_history&lt;BR /&gt;export $HISTSIZE=1000&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2005 03:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598585#M232569</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-08-09T03:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Event logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598586#M232570</link>
      <description>Hi TR&lt;BR /&gt;&lt;BR /&gt;Logging fetures are available when you have Trusted System Environment. Once you have Trusted System, enable Auditing and ites options to enable logging of login/logout, failed logins, file access, etc&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh</description>
      <pubDate>Tue, 09 Aug 2005 06:28:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/event-logging/m-p/3598586#M232570</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-08-09T06:28:36Z</dc:date>
    </item>
  </channel>
</rss>

