<?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: audomon -X option in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/audomon-x-option/m-p/4300711#M734473</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;To the best of my knowledge, HP-UX 11.31 has that new flag for audomon(1M):&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/audomon [-p fss] [-t sp_freq]&lt;BR /&gt;[-w warning] [-v] [-o output_tty] [-X string]&lt;BR /&gt;&lt;BR /&gt;If you have on-line manuals, you could find the following example:&lt;BR /&gt;&lt;BR /&gt;# audomon -p 20 -t 1 -w 90 -X "/usr/local/bin/rcp_audit_trail hostname"&lt;BR /&gt;    &lt;BR /&gt;This starts audomon daemon with the &lt;BR /&gt;following expected behaviors, assuming &lt;BR /&gt;auditing system was started using&lt;BR /&gt;&lt;BR /&gt;# audsys -n -c /var/.audit/my_trail -s 1000&lt;BR /&gt; &lt;BR /&gt; â ¢ audomon sleeps at least 1 minute at&lt;BR /&gt;intervals;&lt;BR /&gt; â ¢ When the size of current audit trail&lt;BR /&gt;reaches 1000 * 90% = 900 kbytes, or the file&lt;BR /&gt;system that contains the current audit trail&lt;BR /&gt;has reached (100%-20%) * 90% = 72% full,&lt;BR /&gt;audomon will start printing out warning&lt;BR /&gt;messages to the console;&lt;BR /&gt; â ¢ When the size of current audit trail&lt;BR /&gt;reaches 1000 kbytes, or the file system that&lt;BR /&gt;contains the current audit trail has reached&lt;BR /&gt;100% - 20% = 80% full, audomon will switch&lt;BR /&gt;recording data to:&lt;BR /&gt;/var/.audid/my_trail.yyyymmddHHMM,      &lt;BR /&gt;where yyyymmddHHMM is replaced by the time&lt;BR /&gt;when the switch has happened;&lt;BR /&gt; â ¢ After the switch succeeded, audomon will&lt;BR /&gt;invoke:&lt;BR /&gt;&lt;BR /&gt;sh -c "/usr/local/bin/rcp_audit_trail&lt;BR /&gt;hostname /var/.audit/my_trail"&lt;BR /&gt;      &lt;BR /&gt;to copy /var/.audit/my_trail to a remote&lt;BR /&gt;system assuming that is what the given script&lt;BR /&gt;intends to do.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
    <pubDate>Wed, 05 Nov 2008 10:05:26 GMT</pubDate>
    <dc:creator>VK2COT</dc:creator>
    <dc:date>2008-11-05T10:05:26Z</dc:date>
    <item>
      <title>audomon -X option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audomon-x-option/m-p/4300710#M734472</link>
      <description>Hi all,&lt;BR /&gt;can you confirm that -X option in audomon command is available only from HP-UX 11i v3 and later?&lt;BR /&gt;Does it mean taht you have to manually manage audfile in previous version of HP-UX?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mauro&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2008 09:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audomon-x-option/m-p/4300710#M734472</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2008-11-05T09:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: audomon -X option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audomon-x-option/m-p/4300711#M734473</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;To the best of my knowledge, HP-UX 11.31 has that new flag for audomon(1M):&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/audomon [-p fss] [-t sp_freq]&lt;BR /&gt;[-w warning] [-v] [-o output_tty] [-X string]&lt;BR /&gt;&lt;BR /&gt;If you have on-line manuals, you could find the following example:&lt;BR /&gt;&lt;BR /&gt;# audomon -p 20 -t 1 -w 90 -X "/usr/local/bin/rcp_audit_trail hostname"&lt;BR /&gt;    &lt;BR /&gt;This starts audomon daemon with the &lt;BR /&gt;following expected behaviors, assuming &lt;BR /&gt;auditing system was started using&lt;BR /&gt;&lt;BR /&gt;# audsys -n -c /var/.audit/my_trail -s 1000&lt;BR /&gt; &lt;BR /&gt; â ¢ audomon sleeps at least 1 minute at&lt;BR /&gt;intervals;&lt;BR /&gt; â ¢ When the size of current audit trail&lt;BR /&gt;reaches 1000 * 90% = 900 kbytes, or the file&lt;BR /&gt;system that contains the current audit trail&lt;BR /&gt;has reached (100%-20%) * 90% = 72% full,&lt;BR /&gt;audomon will start printing out warning&lt;BR /&gt;messages to the console;&lt;BR /&gt; â ¢ When the size of current audit trail&lt;BR /&gt;reaches 1000 kbytes, or the file system that&lt;BR /&gt;contains the current audit trail has reached&lt;BR /&gt;100% - 20% = 80% full, audomon will switch&lt;BR /&gt;recording data to:&lt;BR /&gt;/var/.audid/my_trail.yyyymmddHHMM,      &lt;BR /&gt;where yyyymmddHHMM is replaced by the time&lt;BR /&gt;when the switch has happened;&lt;BR /&gt; â ¢ After the switch succeeded, audomon will&lt;BR /&gt;invoke:&lt;BR /&gt;&lt;BR /&gt;sh -c "/usr/local/bin/rcp_audit_trail&lt;BR /&gt;hostname /var/.audit/my_trail"&lt;BR /&gt;      &lt;BR /&gt;to copy /var/.audit/my_trail to a remote&lt;BR /&gt;system assuming that is what the given script&lt;BR /&gt;intends to do.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Wed, 05 Nov 2008 10:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audomon-x-option/m-p/4300711#M734473</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-11-05T10:05:26Z</dc:date>
    </item>
  </channel>
</rss>

