<?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 volume problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799094#M81552</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;You should be able to identify the big files by using find&lt;BR /&gt;&lt;BR /&gt;cd /var&lt;BR /&gt;&lt;BR /&gt;find . -size +10000000c -exec ls -l {} \;&amp;gt;/tmp/big_files&lt;BR /&gt;&lt;BR /&gt;this will list all files greater than approx. 10Mb, change the value as required.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
    <pubDate>Thu, 05 Sep 2002 06:39:26 GMT</pubDate>
    <dc:creator>Tony Flaherty</dc:creator>
    <dc:date>2002-09-05T06:39:26Z</dc:date>
    <item>
      <title>/var volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799086#M81544</link>
      <description>I have two problems in my system:&lt;BR /&gt;&lt;BR /&gt;1.the size of /var volume increase dramatically , but I can't find what file has increased the size , how to avoid it?&lt;BR /&gt;2.nothing write to the syslog, the size always is 0 , what is wrong in the file?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2002 02:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799086#M81544</guid>
      <dc:creator>O'lnes</dc:creator>
      <dc:date>2002-09-04T02:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: /var volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799087#M81545</link>
      <description>What is the exact file name?  Make sure it is /var/adm/syslog/syslog.log  Make sure there are no non-printable characters.  Make sure permissions are correct.  Make sure the syslog daemon is running.  Make sure syslog.conf file is OK.&lt;BR /&gt;&lt;BR /&gt;As fas as the /var increase, it could be due to print files, mail files, tmp files or other things are there temporarily and once printed or the mail is sent, they are going.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Sep 2002 02:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799087#M81545</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-09-04T02:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: /var volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799088#M81546</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;YOu mena the size has decreased , /var is the home for lots of logs , all you can do it to do like this&lt;BR /&gt;&lt;BR /&gt;cd /var&lt;BR /&gt;ls -l R | grep log and &lt;BR /&gt;check for which file is bulky&lt;BR /&gt;&lt;BR /&gt;and trim it .&lt;BR /&gt;Check for /var/tmp as this doesnt get cleared when the system is booted&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. cd /var/syslog/syslog.log should ahve some entriers and also check for the soize of OLDsyslog.log&lt;BR /&gt;If the size of /var reduces then some logging gets stopped too , &lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 04 Sep 2002 02:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799088#M81546</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-09-04T02:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: /var volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799089#M81547</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is a little difficult to stop processes and files using /var as it can be a general dumping area. You can implement script(s) to look after the filesystem monitoring. Attached is a good example from Bill Hassell. To find the sub-directories that contain large amounts of space, run this command(s)&lt;BR /&gt;&lt;BR /&gt;# cd /var&lt;BR /&gt;# du -sk * |more&lt;BR /&gt;&lt;BR /&gt;You will most likely find that the problem lies within /var/tmp or if you have done patching recently in /var/adm/sw&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 04 Sep 2002 02:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799089#M81547</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-09-04T02:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: /var volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799090#M81548</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For question 1, the above experts have given you the answer.&lt;BR /&gt;For question 2, I have seen it before. Maybe the syslogd daemon is hung up.&lt;BR /&gt;&lt;BR /&gt;You can restart it then,&lt;BR /&gt;1. kill `cat /var/run/syslog.pid` and then type /sbin/init.d/syslogd start&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;2. kill -HUP `cat /var/run/syslog.pid` to let it re-read it's configuration file&lt;BR /&gt;&lt;BR /&gt;To ensure the syslogd is working, it can ftp to the machine with a valid user but wrong password then the syslog.log will show error.&lt;BR /&gt;&lt;BR /&gt;Hope this help,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 04 Sep 2002 03:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799090#M81548</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2002-09-04T03:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: /var volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799091#M81549</link>
      <description>/var/adm/utmp&lt;BR /&gt;/var/adm/wtmp&lt;BR /&gt;/var/adm/crash/core*&lt;BR /&gt;/var/spool/lp (do not remember the correct path)&lt;BR /&gt;&lt;BR /&gt;hv a look at these files&lt;BR /&gt;&lt;BR /&gt;kaps</description>
      <pubDate>Wed, 04 Sep 2002 04:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799091#M81549</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2002-09-04T04:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: /var volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799092#M81550</link>
      <description>Hello,&lt;BR /&gt;you ask a lot of questions and receive a good deal of help, but you don't assign points to more than 100 responses.&lt;BR /&gt;Are the forums not helpful or jams your assign-button?&lt;BR /&gt;regards&lt;BR /&gt;Dirk</description>
      <pubDate>Wed, 04 Sep 2002 04:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799092#M81550</guid>
      <dc:creator>Dirk Wiedemann</dc:creator>
      <dc:date>2002-09-04T04:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: /var volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799093#M81551</link>
      <description>This happened recently here. The problem turned out to be that there was a "run away" print job that was filling /var. Normal methods of clearing the print spool weren't effective, I had to kill the individual's session. &lt;BR /&gt;&lt;BR /&gt;(We've a fairly large database, but for most users, it's pretty difficult to come up with a query that would spit out more than a few hundred MB of print job -- this talented individual had managed to come up with a job over 8GB!)&lt;BR /&gt;&lt;BR /&gt;good luck.</description>
      <pubDate>Wed, 04 Sep 2002 05:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799093#M81551</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-09-04T05:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: /var volume problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799094#M81552</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;You should be able to identify the big files by using find&lt;BR /&gt;&lt;BR /&gt;cd /var&lt;BR /&gt;&lt;BR /&gt;find . -size +10000000c -exec ls -l {} \;&amp;gt;/tmp/big_files&lt;BR /&gt;&lt;BR /&gt;this will list all files greater than approx. 10Mb, change the value as required.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 05 Sep 2002 06:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-volume-problem/m-p/2799094#M81552</guid>
      <dc:creator>Tony Flaherty</dc:creator>
      <dc:date>2002-09-05T06:39:26Z</dc:date>
    </item>
  </channel>
</rss>

