<?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: sam log event codes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026193#M131607</link>
    <description>Pete,&lt;BR /&gt;Not exactly...  When I view the logs using audisp, I get a bunch of cryptic information including: TIME, PID, E, EVENT, PPID and etc...&lt;BR /&gt;What I want to know is how to know exaclty what triggered this log entry.  I thought that the EVENT tag in the entry would somehow be able to be crossreferenced to some explanation (in plain language) of what happened.&lt;BR /&gt;Thanks,&lt;BR /&gt;Kirk</description>
    <pubDate>Thu, 17 Jul 2003 10:22:41 GMT</pubDate>
    <dc:creator>kirk_11</dc:creator>
    <dc:date>2003-07-17T10:22:41Z</dc:date>
    <item>
      <title>sam log event codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026190#M131604</link>
      <description>I am using sam and have set it up to log a lot of events.  I can use the audisp command to view all of the logs.  What I need is some sort of key or cross reference so that I can match the "EVENT" code to some meaningful explination of what was logged.  Dows anyone know of any such "EVENT" matrix or cross refenence?  &lt;BR /&gt;Thanks,&lt;BR /&gt;Kirk</description>
      <pubDate>Thu, 17 Jul 2003 10:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026190#M131604</guid>
      <dc:creator>kirk_11</dc:creator>
      <dc:date>2003-07-17T10:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: sam log event codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026191#M131605</link>
      <description>Kirk,&lt;BR /&gt;&lt;BR /&gt;From the man page for audisp:&lt;BR /&gt;&lt;BR /&gt;"-e eventname   Display audit information of the specified event types.&lt;BR /&gt;                     The defined event types are admin, close, create,&lt;BR /&gt;                     delete, ipcclose, ipccreat, ipcdgram, ipcopen, login,&lt;BR /&gt;                     modaccess, moddac, open, process, readdac, removable,&lt;BR /&gt;                     uevent1, uevent2, and uevent3 (see audevent(1M))."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is this what you mean?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2003 10:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026191#M131605</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-17T10:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: sam log event codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026192#M131606</link>
      <description>Kirk,&lt;BR /&gt;&lt;BR /&gt;Also (as it says) see man audevent(1M).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2003 10:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026192#M131606</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-17T10:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: sam log event codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026193#M131607</link>
      <description>Pete,&lt;BR /&gt;Not exactly...  When I view the logs using audisp, I get a bunch of cryptic information including: TIME, PID, E, EVENT, PPID and etc...&lt;BR /&gt;What I want to know is how to know exaclty what triggered this log entry.  I thought that the EVENT tag in the entry would somehow be able to be crossreferenced to some explanation (in plain language) of what happened.&lt;BR /&gt;Thanks,&lt;BR /&gt;Kirk</description>
      <pubDate>Thu, 17 Jul 2003 10:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026193#M131607</guid>
      <dc:creator>kirk_11</dc:creator>
      <dc:date>2003-07-17T10:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: sam log event codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026194#M131608</link>
      <description>Hi Kirk,&lt;BR /&gt;&lt;BR /&gt;Please refer to the following 2 files:&lt;BR /&gt;&lt;BR /&gt;/usr/conf/sys/scall_define.h&lt;BR /&gt;&lt;BR /&gt;/usr/conf/sys/audit.h&lt;BR /&gt;&lt;BR /&gt;The first file can be used as a direct x-ref for all event codes below 1000.&lt;BR /&gt;&lt;BR /&gt;The second file can be used to x-ref all other event codes. These are ADMIN codes and must be converted between HEX and DEC to get the correct translation.&lt;BR /&gt;&lt;BR /&gt;E.g: Event "10244" (DECIMAL) in "audisp" translates to "024004" (OCTAL) in "audit.h".&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Ollie.</description>
      <pubDate>Thu, 17 Jul 2003 10:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-log-event-codes/m-p/3026194#M131608</guid>
      <dc:creator>Ollie R</dc:creator>
      <dc:date>2003-07-17T10:42:39Z</dc:date>
    </item>
  </channel>
</rss>

