<?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 /var filesystem full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249164#M331271</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;May i know the resolution steps if /var filesystem is full ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Swetha</description>
    <pubDate>Sat, 09 Aug 2008 10:21:01 GMT</pubDate>
    <dc:creator>Swetha Lakshmi</dc:creator>
    <dc:date>2008-08-09T10:21:01Z</dc:date>
    <item>
      <title>/var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249164#M331271</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;May i know the resolution steps if /var filesystem is full ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Swetha</description>
      <pubDate>Sat, 09 Aug 2008 10:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249164#M331271</guid>
      <dc:creator>Swetha Lakshmi</dc:creator>
      <dc:date>2008-08-09T10:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249165#M331272</link>
      <description>/var/adm/syslog move it to some other location or null it, same for other log files there.&lt;BR /&gt;&amp;gt;syslog.log&lt;BR /&gt;/var/mail/    clear the mailboxes of the persons if they are not using it.&lt;BR /&gt;you can do a du -xk /var|sort -k1nr and check for the space consuming files.</description>
      <pubDate>Sat, 09 Aug 2008 10:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249165#M331272</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2008-08-09T10:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249166#M331273</link>
      <description>you can also null var/adm/wtmp &amp;amp; var/adm/btmp.&lt;BR /&gt;&lt;BR /&gt;If you do copy your /var/adm/syslog/syslog.log file to another directory before you null the original you can always compress it to save disk space.</description>
      <pubDate>Sat, 09 Aug 2008 10:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249166#M331273</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2008-08-09T10:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249167#M331274</link>
      <description>Swetha,&lt;BR /&gt;&lt;BR /&gt;Also look at the /var/adm/crash directory which may contains big sized crash dump files.&lt;BR /&gt;&lt;BR /&gt;Purge your /var/adm/wtmps files regurlarly, at least once in a month.&lt;BR /&gt;&lt;BR /&gt;You can achieve this via a cron schedule.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Aug 2008 10:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249167#M331274</guid>
      <dc:creator>Sridhar R</dc:creator>
      <dc:date>2008-08-09T10:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249168#M331275</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First run following:&lt;BR /&gt;&lt;BR /&gt;cd /var&lt;BR /&gt;bdf .   ====status &lt;BR /&gt;&lt;BR /&gt;sorted list of all dir and files in var&lt;BR /&gt;du -sk *|sort -krn&lt;BR /&gt;&lt;BR /&gt;Find out large size files:&lt;BR /&gt;&lt;BR /&gt;find . -xdev -type f -size +100000 -exec ls -lrt {} \+&lt;BR /&gt;&lt;BR /&gt;analyse if you see biggest file related to any logs or any unused data that you can compress or move to some other location.&lt;BR /&gt;&lt;BR /&gt;You can try nullifying &lt;BR /&gt;&lt;BR /&gt;/var/mail/users_files</description>
      <pubDate>Sat, 09 Aug 2008 10:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249168#M331275</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-09T10:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249169#M331276</link>
      <description>Hi Swetha:&lt;BR /&gt;&lt;BR /&gt;# du -kx /var|sort -k1rn|more&lt;BR /&gt;&lt;BR /&gt;...will produce a descendingly sorted list of the largest directories and files.  Do *NOT* manually manage the 'var/adm/sw' directory or its contents!  This is your IPD (Installed Product Database).  Corruption or deletion of entries herein will render you server unpatchable.&lt;BR /&gt;&lt;BR /&gt;Instead, use:&lt;BR /&gt;&lt;BR /&gt;# cleanup -c 1&lt;BR /&gt;&lt;BR /&gt;...to regain space.  See the 'cleanup' man-pages for more information.&lt;BR /&gt;&lt;BR /&gt;Aside from trimming log files like 'wtmp' ('&amp;gt; /var/adm/wtmp'), you can remove old '/var/adm/crash' dumps (if any) and look for old, unused 'vi' recovery files in '/var/preserve'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 09 Aug 2008 11:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249169#M331276</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-09T11:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249170#M331277</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Dear Swehta &lt;BR /&gt;&lt;BR /&gt;u have to trim log files regularly&lt;BR /&gt;&lt;BR /&gt;for that u can use &amp;gt;logfile&lt;BR /&gt;&lt;BR /&gt;for example&lt;BR /&gt;&lt;BR /&gt;/var/adm/sulog/sulog.log&lt;BR /&gt;&amp;gt;/var/adm/sulog/sulog.log&lt;BR /&gt;&lt;BR /&gt;this is the way to trim the log files&lt;BR /&gt;/var dir contains log files u have to monitore that one &lt;BR /&gt;don't delete any log files just trim thats all&lt;BR /&gt;second thing u have to check any dir under var is consuming more space&lt;BR /&gt;u can use du -sk /var/* etc...&lt;BR /&gt;&lt;BR /&gt;third u can check any core file is there or not&lt;BR /&gt;if core file is there u can easily remove it&lt;BR /&gt;&lt;BR /&gt;thanks and regard&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Sat, 09 Aug 2008 17:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249170#M331277</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-08-09T17:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249171#M331278</link>
      <description>Hi Swetha ,&lt;BR /&gt;&lt;BR /&gt;The above replies explains clearly about how to house keep the /var filesystem,still it is not under threshold then you may need to plan for extending the filesystem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sat, 09 Aug 2008 17:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249171#M331278</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-08-09T17:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249172#M331279</link>
      <description>Dear Swehta &lt;BR /&gt;&lt;BR /&gt;u have to trim log files regularly&lt;BR /&gt;&lt;BR /&gt;for that u can use &amp;gt;logfile&lt;BR /&gt;&lt;BR /&gt;for example&lt;BR /&gt;&lt;BR /&gt;/var/adm/sulog/sulog.log&lt;BR /&gt;&amp;gt;/var/adm/sulog/sulog.log&lt;BR /&gt;&lt;BR /&gt;this is the way to trim the log files&lt;BR /&gt;/var dir contains log files u have to monitore that one &lt;BR /&gt;don't delete any log files just trim thats all&lt;BR /&gt;second thing u have to check any dir under var is consuming more space&lt;BR /&gt;u can use du -sk /var/* etc...&lt;BR /&gt;&lt;BR /&gt;third u can check any core file is there or not&lt;BR /&gt;if core file is there u can easily remove it&lt;BR /&gt;&lt;BR /&gt;thanks and regard&lt;BR /&gt;arun k</description>
      <pubDate>Sun, 10 Aug 2008 20:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249172#M331279</guid>
      <dc:creator>arun khatwani</dc:creator>
      <dc:date>2008-08-10T20:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249173#M331280</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt; cd /var ; du -sk * |sort -n to short list files and dirs by size.&lt;BR /&gt;&lt;BR /&gt;use the below find command to find the largest files you can purge it.&lt;BR /&gt;find . -xdev -type f -size +100000 -exec ls -lrt {} \+&lt;BR /&gt;&lt;BR /&gt;You can also remove files from /var/spool/mqueue. &lt;BR /&gt;If your compressing the syslog's then after check the daemon the syslog is getting updated or not, if not then you have to restart the syslogd daemon.</description>
      <pubDate>Mon, 11 Aug 2008 01:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249173#M331280</guid>
      <dc:creator>G.Sivakumar</dc:creator>
      <dc:date>2008-08-11T01:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249174#M331281</link>
      <description>If you have root access, you might like to use SAM to trim the files. SAM will automatically create a backup file to a predetermined size (which you can control) and null the existing file.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Mon, 11 Aug 2008 06:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249174#M331281</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2008-08-11T06:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249175#M331282</link>
      <description>I would follow the steps that James said. there seem to a log file that is causing the /var to fill up. James made a good suggestion to check the /var/adm/wtmp file. This file gets really large.&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Mon, 11 Aug 2008 12:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249175#M331282</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2008-08-11T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249176#M331283</link>
      <description>1. You can clear syslog.logs, mail.logs&lt;BR /&gt;2. You can gzip sar files inside /var/adm/sa directory.&lt;BR /&gt;3. you can delete older crash dumps if they are present inside /var/adm/crash. Check whether if /var/adm/crash is separate FS.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Mon, 11 Aug 2008 16:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249176#M331283</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-08-11T16:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: /var filesystem full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249177#M331284</link>
      <description>Swetha:&lt;BR /&gt;Do not forget to assign points to those who have helped you.  All of the replies on this thread are valuable advice.  Reward them--it only takes a moment.</description>
      <pubDate>Mon, 11 Aug 2008 19:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-filesystem-full/m-p/4249177#M331284</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2008-08-11T19:22:10Z</dc:date>
    </item>
  </channel>
</rss>

