<?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: /var is at 90% capacity in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747266#M19769</link>
    <description>you can use &lt;BR /&gt;#cleanup -c 3&lt;BR /&gt;#cleanup -c 2&lt;BR /&gt;#cleanup -c 1&lt;BR /&gt;&lt;BR /&gt;to delete superseeded patches and this can &lt;BR /&gt;give you some space on /var</description>
    <pubDate>Sat, 03 Feb 2007 05:17:06 GMT</pubDate>
    <dc:creator>Pushker Sahai</dc:creator>
    <dc:date>2007-02-03T05:17:06Z</dc:date>
    <item>
      <title>/var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747250#M19753</link>
      <description>I am new to Tru64 UNIX V5.1B.  I was given responsibility for a ES40 server.  Lately, the /var has hit 90% capacity and I have no idea what is taking so much space.  I have looked into whatever log files and directories and didnt see enough to help me reduce the amount of space.  I have read some things about quota files, but I am not sure if thats the cause.  Please advise.  Thanks.</description>
      <pubDate>Wed, 08 Mar 2006 15:25:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747250#M19753</guid>
      <dc:creator>DCAdmin_1</dc:creator>
      <dc:date>2006-03-08T15:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747251#M19754</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Quota files probably wouldn't be the problem.  Use this command as root:&lt;BR /&gt;&lt;BR /&gt;# find /var -exec ls -s1 {} \; | sort -k1,1nr | more&lt;BR /&gt;&lt;BR /&gt;This will list files sorted by size in KBs largest files 1st.&lt;BR /&gt;&lt;BR /&gt;Vic&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 15:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747251#M19754</guid>
      <dc:creator>Victor Semaska_3</dc:creator>
      <dc:date>2006-03-08T15:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747252#M19755</link>
      <description>Use  find . -type f -ls |sort +6 -nrb |head -10 to find out the top 10 large files.&lt;BR /&gt;&lt;BR /&gt;You should check for unreaded mailboxes on /var/spool/mail&lt;BR /&gt;&lt;BR /&gt;Also use:&lt;BR /&gt;&lt;BR /&gt;du -sk * |sort -nrb&lt;BR /&gt;&lt;BR /&gt;To identify the biggest directory.</description>
      <pubDate>Wed, 08 Mar 2006 16:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747252#M19755</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-08T16:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747253#M19756</link>
      <description>90% of what?  How much is "so much space"?</description>
      <pubDate>Wed, 08 Mar 2006 17:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747253#M19756</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-03-08T17:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747254#M19757</link>
      <description>you can check following things :-&lt;BR /&gt;&lt;BR /&gt;1. /var/spool/mail and see any user mail is having more size.&lt;BR /&gt;2. /var/adm/crash, if crash dir contains core files.&lt;BR /&gt;3. zip the old /var/adm/syslog.dated/ directories which are not required.&lt;BR /&gt;&lt;BR /&gt;Hope this will clear most of the things. If you still couldnot make the space use du -ks /var and see which dir is taking more space.</description>
      <pubDate>Wed, 08 Mar 2006 23:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747254#M19757</guid>
      <dc:creator>Harmanjit_1</dc:creator>
      <dc:date>2006-03-08T23:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747255#M19758</link>
      <description>What is the total size of /var file system? Does 'var' fileset belong to usr_domain itself?</description>
      <pubDate>Thu, 09 Mar 2006 00:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747255#M19758</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2006-03-09T00:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747256#M19759</link>
      <description>&amp;gt; [...] use du -ks /var and see which dir is&lt;BR /&gt;&amp;gt; taking more space.&lt;BR /&gt;&lt;BR /&gt;Close, but "du -ks /var" will tell you about&lt;BR /&gt;"/var" as a whole, not about the directories&lt;BR /&gt;in "/var".&lt;BR /&gt;&lt;BR /&gt;Perhaps "du -ks /var/*", as was suggested&lt;BR /&gt;(more or less) earlier.&lt;BR /&gt;&lt;BR /&gt;Trying this stuff before posting it might be&lt;BR /&gt;more helpful.</description>
      <pubDate>Thu, 09 Mar 2006 00:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747256#M19759</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-03-09T00:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747257#M19760</link>
      <description>Another thing to check is to see if you have long-running processes with output files that have gotten unlinked (removed).  If you have a daemon process that had its output file placed in /var/tmp and the file has been removed (but the space still allocated), then this will consume space invisibly.&lt;BR /&gt;&lt;BR /&gt;Check for this condition by comparing the output of df (disk free) and du (disk used).&lt;BR /&gt;&lt;BR /&gt;df /var&lt;BR /&gt;&lt;BR /&gt;du -sk /var&lt;BR /&gt;&lt;BR /&gt;If the values for space used differ by more than a few megabytes, then check to see if you have any long-running processes with files open in /var that do not have corresponding file entries in the file system.  The main tool I use for this check is lsof (LiSt Open Files) available from  &lt;A href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof" target="_blank"&gt;ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Mar 2006 10:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747257#M19760</guid>
      <dc:creator>Don Ritchey</dc:creator>
      <dc:date>2006-03-09T10:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747258#M19761</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;Thank you for your replies.  Steven's suggestions helped alot with the du -ks /var/*.  It narrowed it and turns out that the /var/audit directory was the biggest directory.  The filesystem has 16GB and the /var/audit is taking up over 14GB.&lt;BR /&gt;&lt;BR /&gt;This leads to this question, can I delete the auditlog.&lt;MACHINE_NAME&gt;.###.Z files listed?  They are huge files.  Please advise.  Thanks.&lt;/MACHINE_NAME&gt;</description>
      <pubDate>Thu, 09 Mar 2006 12:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747258#M19761</guid>
      <dc:creator>DCAdmin_1</dc:creator>
      <dc:date>2006-03-09T12:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747259#M19762</link>
      <description>urtx# ls -l /var/audit&lt;BR /&gt;ls: /var/audit not found&lt;BR /&gt;&lt;BR /&gt;Clearly, none of that stuff is needed.&lt;BR /&gt;&lt;BR /&gt;Of course, mine is only a hobbyist system,&lt;BR /&gt;and does nothing very important.&lt;BR /&gt;&lt;BR /&gt;"man -k audit" does offer some stuff,&lt;BR /&gt;including:&lt;BR /&gt;&lt;BR /&gt;audit_tool, audit_tool.ultrix (8)   - Audit log reduction tool&lt;BR /&gt;&lt;BR /&gt;auditconfig, audit_setup (8)    - Audit subsystem configuration graphical interface (Enhanced Security)&lt;BR /&gt;&lt;BR /&gt;So, I know nothing, but I'd bet that&lt;BR /&gt;there's a manual somewhere.  My guess is&lt;BR /&gt;that if it makes sense to collect these data,&lt;BR /&gt;then it probably makes sense to archive them&lt;BR /&gt;(possibly) and to purge them (certainly).&lt;BR /&gt;&lt;BR /&gt;If you didn't even know the data were there,&lt;BR /&gt;they may not be too important, but I also&lt;BR /&gt;tend not to throw anything away (totally),&lt;BR /&gt;especially when I don't know its purpose&lt;BR /&gt;and/or value.</description>
      <pubDate>Thu, 09 Mar 2006 12:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747259#M19762</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-03-09T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747260#M19763</link>
      <description>Jude,&lt;BR /&gt;Somebody turn on the auditing and the output files are in /var/audit.&lt;BR /&gt;If you doesnÂ´t take care of that you could delete them. The best way is delete the oldest.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Larry</description>
      <pubDate>Thu, 09 Mar 2006 13:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747260#M19763</guid>
      <dc:creator>Larry De Clay</dc:creator>
      <dc:date>2006-03-09T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747261#M19764</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can stop and then restart audit process again which will automatically zip this 14gb file and free up the space and will create new log file.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/audit stop&lt;BR /&gt;&lt;BR /&gt;and then&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/audit start</description>
      <pubDate>Thu, 09 Mar 2006 20:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747261#M19764</guid>
      <dc:creator>Harmanjit_1</dc:creator>
      <dc:date>2006-03-09T20:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747262#M19765</link>
      <description>Thank you all for your suggestions.  I deleted the audit files and kept the most current.  This forum is great and I will definitely continue to log in here to get help.  I would like to get to a point where I can help someone as well.  Have a great weekend.</description>
      <pubDate>Fri, 10 Mar 2006 09:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747262#M19765</guid>
      <dc:creator>DCAdmin_1</dc:creator>
      <dc:date>2006-03-10T09:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747263#M19766</link>
      <description>For more information on the Audit subsystem see Chapter 3 of the Security Administration manual and the man pages for auditd, auditmask, and audit_tool.  &lt;BR /&gt;&lt;BR /&gt;You should probably reconfigure auditing to use up less space, depending on what your auditing requirements are.  Does your company have a Security Policy that you are required to follow?  This would have your auditing requirements in it.  If you have a requirement for auditing you probably also have a requirement for saving the audit logs for a certain period of time, so you might want to look into setting up a procedure to periodically backup and delete old audit logs.&lt;BR /&gt;&lt;BR /&gt;Ann</description>
      <pubDate>Fri, 10 Mar 2006 14:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747263#M19766</guid>
      <dc:creator>Ann Majeske</dc:creator>
      <dc:date>2006-03-10T14:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747264#M19767</link>
      <description>One other thing, you don't need to stop and restart the audit daemon to start logging to a new file the command:&lt;BR /&gt;  # auditd -dx&lt;BR /&gt;will empty the audit buffers into the current log file and start logging to the next file,  see the man page for auditd for more details.&lt;BR /&gt;&lt;BR /&gt;Ann</description>
      <pubDate>Fri, 10 Mar 2006 14:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747264#M19767</guid>
      <dc:creator>Ann Majeske</dc:creator>
      <dc:date>2006-03-10T14:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747265#M19768</link>
      <description>If the problem is still there can you please check whether collect utility is running or not and if yes then at what time interval....&lt;BR /&gt;&lt;BR /&gt;because it generates so many files andcan also be one of the reason...&lt;BR /&gt;&lt;BR /&gt;Further it will be very useful if you can submmit the output of following commands...&lt;BR /&gt;&lt;BR /&gt;ls -als /var&lt;BR /&gt;df -kh&lt;BR /&gt;du -sk /var&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Manish Pathak</description>
      <pubDate>Mon, 13 Mar 2006 01:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747265#M19768</guid>
      <dc:creator>Manish PATHAK_2</dc:creator>
      <dc:date>2006-03-13T01:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: /var is at 90% capacity</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747266#M19769</link>
      <description>you can use &lt;BR /&gt;#cleanup -c 3&lt;BR /&gt;#cleanup -c 2&lt;BR /&gt;#cleanup -c 1&lt;BR /&gt;&lt;BR /&gt;to delete superseeded patches and this can &lt;BR /&gt;give you some space on /var</description>
      <pubDate>Sat, 03 Feb 2007 05:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/var-is-at-90-capacity/m-p/3747266#M19769</guid>
      <dc:creator>Pushker Sahai</dc:creator>
      <dc:date>2007-02-03T05:17:06Z</dc:date>
    </item>
  </channel>
</rss>

