<?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: Trusted Audit Log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349284#M192142</link>
    <description>It is good to use the secondary audit file after some limit of storage on primary file. &lt;BR /&gt;&lt;BR /&gt;Or try to use logrotate logic(s) here to trim your logfile(s) everyday status to keep your audit file as healthy one.&lt;BR /&gt;&lt;BR /&gt;Put the script in cron to automate that.&lt;BR /&gt;&lt;BR /&gt;Or change the audsys operation on everyday as,&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; audsys -n -c &lt;FILE with="" dateindex=""&gt; -s &lt;SIZE&gt; -x &lt;SECOND-FILE&gt; -z &lt;SIZE&gt;&lt;BR /&gt;&lt;BR /&gt; Move the file to your backup (with compression too)&lt;BR /&gt;&lt;BR /&gt; Automate this with script. &lt;BR /&gt;&lt;BR /&gt; NOTE: audsys - can not be effective if you reboot your system. You have to use auditing file&lt;BR /&gt;&lt;BR /&gt;_muthu_&lt;/SIZE&gt;&lt;/SECOND-FILE&gt;&lt;/SIZE&gt;&lt;/FILE&gt;</description>
    <pubDate>Wed, 04 Aug 2004 10:36:54 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-08-04T10:36:54Z</dc:date>
    <item>
      <title>Trusted Audit Log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349280#M192138</link>
      <description>When setting the log parameters on a trusted system...how large can the audit file be?&lt;BR /&gt;&lt;BR /&gt;In sam the file cannot be set to a very large value.  One command line (audsys) one could set the parameter for size to just about anything.  However, not all sizes seem to work.&lt;BR /&gt;&lt;BR /&gt;Is there a size limit to the audit file?</description>
      <pubDate>Wed, 04 Aug 2004 08:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349280#M192138</guid>
      <dc:creator>Randy Gelineau</dc:creator>
      <dc:date>2004-08-04T08:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted Audit Log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349281#M192139</link>
      <description>You set the limit. You set the location.&lt;BR /&gt;&lt;BR /&gt;I'm attachng a script that will be a good example.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Aug 2004 09:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349281#M192139</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-04T09:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted Audit Log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349282#M192140</link>
      <description>audit file informations can be retrieved using audsys or /etc/rc.config.d/auditing file.&lt;BR /&gt;&lt;BR /&gt;audsys configuration details will be forgot after system reboot. Default one is at /etc/rc.config.d/auditing file&lt;BR /&gt;&lt;BR /&gt;Audit file size depends upon the switch over size PRI_SWITCH parameter on auditing file or -s cafs option on audsys&lt;BR /&gt;&lt;BR /&gt;auditing file is as like any normal file can be used to store contents. It is limit as like normal file. To make default setting about auditing use auditing file for that.&lt;BR /&gt;&lt;BR /&gt;To get notification messages about audit log overflow use audmon call for this. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 04 Aug 2004 09:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349282#M192140</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-04T09:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted Audit Log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349283#M192141</link>
      <description>We are having problems getting the audit file to be a large size (99999k).  The file does not fill but trusted mode doesn't seem to like it after a short time.</description>
      <pubDate>Wed, 04 Aug 2004 09:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349283#M192141</guid>
      <dc:creator>Randy Gelineau</dc:creator>
      <dc:date>2004-08-04T09:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted Audit Log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349284#M192142</link>
      <description>It is good to use the secondary audit file after some limit of storage on primary file. &lt;BR /&gt;&lt;BR /&gt;Or try to use logrotate logic(s) here to trim your logfile(s) everyday status to keep your audit file as healthy one.&lt;BR /&gt;&lt;BR /&gt;Put the script in cron to automate that.&lt;BR /&gt;&lt;BR /&gt;Or change the audsys operation on everyday as,&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; audsys -n -c &lt;FILE with="" dateindex=""&gt; -s &lt;SIZE&gt; -x &lt;SECOND-FILE&gt; -z &lt;SIZE&gt;&lt;BR /&gt;&lt;BR /&gt; Move the file to your backup (with compression too)&lt;BR /&gt;&lt;BR /&gt; Automate this with script. &lt;BR /&gt;&lt;BR /&gt; NOTE: audsys - can not be effective if you reboot your system. You have to use auditing file&lt;BR /&gt;&lt;BR /&gt;_muthu_&lt;/SIZE&gt;&lt;/SECOND-FILE&gt;&lt;/SIZE&gt;&lt;/FILE&gt;</description>
      <pubDate>Wed, 04 Aug 2004 10:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-audit-log/m-p/3349284#M192142</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-04T10:36:54Z</dc:date>
    </item>
  </channel>
</rss>

