<?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: audit log full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755495#M258407</link>
    <description>What auidting?? hp-ux auditing?? Check acctresume and acctsuspend kernel tuables. these settings will decide, when auditing will stop on account of free epsace available.</description>
    <pubDate>Tue, 21 Mar 2006 03:58:26 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2006-03-21T03:58:26Z</dc:date>
    <item>
      <title>audit log full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755494#M258406</link>
      <description>/log filesystem full because of audit trail log growing rapidly.&lt;BR /&gt;The size of /log is 2gb&lt;BR /&gt;&lt;BR /&gt;Is there a way to trim or to stop auditlog when reaching certain limit?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 21 Mar 2006 03:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755494#M258406</guid>
      <dc:creator>Rashid Hamid</dc:creator>
      <dc:date>2006-03-21T03:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: audit log full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755495#M258407</link>
      <description>What auidting?? hp-ux auditing?? Check acctresume and acctsuspend kernel tuables. these settings will decide, when auditing will stop on account of free epsace available.</description>
      <pubDate>Tue, 21 Mar 2006 03:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755495#M258407</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-21T03:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: audit log full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755496#M258408</link>
      <description>Do you mean auding system log(s). You can configure with /etc/rc.config.d/auditing. See man audsys page more.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 21 Mar 2006 04:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755496#M258408</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-21T04:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: audit log full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755497#M258409</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A script is needed to move the logs out of there once in a while.&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;audsys -f&lt;BR /&gt;mv /home/secure/aud* /backups&lt;BR /&gt;audsys -n -c /home/secure/audfile1 -s 10000 -x /home/secure/audfile2 -z 10000&lt;BR /&gt;&lt;BR /&gt;Change this code as you need it to handle the change.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Mar 2006 04:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755497#M258409</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-21T04:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: audit log full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755498#M258410</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You can delete the unwanted log files, also, you can use logrotate, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/logrotate-2.5/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/logrotate-2.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 21 Mar 2006 04:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755498#M258410</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-21T04:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: audit log full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755499#M258411</link>
      <description>You can write a script to check file size of log file and trim simply as,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; logfile (to make file with 0 size)&lt;BR /&gt;&lt;BR /&gt;or to stop&lt;BR /&gt;&lt;BR /&gt;audisp -f&lt;BR /&gt;&lt;BR /&gt;Automate with crontab to check every 5 seconds.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 21 Mar 2006 04:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/audit-log-full/m-p/3755499#M258411</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-21T04:23:07Z</dc:date>
    </item>
  </channel>
</rss>

