<?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 space problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439241#M6676</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Things to check:&lt;BR /&gt;&lt;BR /&gt;/var/adm/crash : Mem dumps after system crashes are kept there.&lt;BR /&gt;&lt;BR /&gt;Files backed upo during patch installation are kept somewhere under /var/adm/sw/.... . To clean these up (watch out: no patch removal possible after cleanup) execute:&lt;BR /&gt;HPUX 10.x : cleanup (cfr man cleanup(1m))&lt;BR /&gt;HPUX 11   : swmodify -x patch_commit=true &lt;PATCHNAMES&gt;&lt;BR /&gt;&lt;BR /&gt;This should free up some (a lot of) space.&lt;BR /&gt;&lt;BR /&gt;If this isn't the case, use 'du -sk /var/*' and try to locate the big directories/files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Rik&lt;BR /&gt;&lt;/PATCHNAMES&gt;</description>
    <pubDate>Wed, 23 Aug 2000 18:33:34 GMT</pubDate>
    <dc:creator>RikTytgat</dc:creator>
    <dc:date>2000-08-23T18:33:34Z</dc:date>
    <item>
      <title>/var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439236#M6671</link>
      <description>We have limited space assigned to the var volume.&lt;BR /&gt;&lt;BR /&gt;What can clean of this volume to maintain it. We already trim logs on a regular basis.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Grant</description>
      <pubDate>Wed, 23 Aug 2000 18:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439236#M6671</guid>
      <dc:creator>Grant Te Brugge</dc:creator>
      <dc:date>2000-08-23T18:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: /var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439237#M6672</link>
      <description>Grant, use the following commands to try and help you determine why the filesystem is full. &lt;BR /&gt;&lt;BR /&gt;list files in sorted by time: &lt;BR /&gt;#cd /var&lt;BR /&gt;#ls -lt &lt;BR /&gt;&lt;BR /&gt;find files [n] days old: &lt;BR /&gt;#find /var -mtime +[n] -exec ll {} ; &lt;BR /&gt;&lt;BR /&gt;find large files [n] size: &lt;BR /&gt;#find /var -xdev -size +$[n]c -exec ll {} ; &lt;BR /&gt;&lt;BR /&gt;find large disk usage directories: &lt;BR /&gt;#cd /var&lt;BR /&gt;#du -x | sort -n &lt;BR /&gt;&lt;BR /&gt;Tony &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2000 18:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439237#M6672</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-23T18:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: /var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439238#M6673</link>
      <description>Grant:&lt;BR /&gt;&lt;BR /&gt;Try a search of this formum.  This is a common problem.  In general, do the following:&lt;BR /&gt;&lt;BR /&gt;remove unnecessary files in /var/adm/crash, /var/preserve, /var/tmp, etc.&lt;BR /&gt;&lt;BR /&gt;run cleanup (see man pages)&lt;BR /&gt;&lt;BR /&gt;do a 'find' to find large files&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2000 18:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439238#M6673</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-23T18:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: /var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439239#M6674</link>
      <description>You could try the patch cleanup if you are sure you no longer need to swremove a patch(es). &lt;BR /&gt;&lt;BR /&gt;Ignite is always an option for this as well.</description>
      <pubDate>Wed, 23 Aug 2000 18:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439239#M6674</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-23T18:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: /var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439240#M6675</link>
      <description>Lots, lots of posts on this topic. Do a search on forum by /var search key. E.g, see:&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xda63c5ea0230d411ade80090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xda63c5ea0230d411ade80090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0a5e7e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0a5e7e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x665d7e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x665d7e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you have a very stable system (you are not going to roll it back), I like Andy Monks' idea (see the last above mentioned post).</description>
      <pubDate>Wed, 23 Aug 2000 18:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439240#M6675</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-23T18:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: /var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439241#M6676</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Things to check:&lt;BR /&gt;&lt;BR /&gt;/var/adm/crash : Mem dumps after system crashes are kept there.&lt;BR /&gt;&lt;BR /&gt;Files backed upo during patch installation are kept somewhere under /var/adm/sw/.... . To clean these up (watch out: no patch removal possible after cleanup) execute:&lt;BR /&gt;HPUX 10.x : cleanup (cfr man cleanup(1m))&lt;BR /&gt;HPUX 11   : swmodify -x patch_commit=true &lt;PATCHNAMES&gt;&lt;BR /&gt;&lt;BR /&gt;This should free up some (a lot of) space.&lt;BR /&gt;&lt;BR /&gt;If this isn't the case, use 'du -sk /var/*' and try to locate the big directories/files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Rik&lt;BR /&gt;&lt;/PATCHNAMES&gt;</description>
      <pubDate>Wed, 23 Aug 2000 18:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439241#M6676</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2000-08-23T18:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: /var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439242#M6677</link>
      <description>cat /dev/null &amp;gt; /var/adm/wmtp&lt;BR /&gt;delete files in /var/preserve&lt;BR /&gt;Reduce log files with cat /dev/null &amp;gt; var/sam/log/*.log</description>
      <pubDate>Wed, 23 Aug 2000 18:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439242#M6677</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-23T18:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: /var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439243#M6678</link>
      <description>All the above are good ... just be careful about doing a find and remove on large files or files older than a certain date...you may inadvertently remove something in /var you really need.&lt;BR /&gt;Another place that hides files is /var/tmp:  And since it's a temp directory you probably have plenty there you can clean up....&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2000 18:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439243#M6678</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-08-23T18:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: /var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439244#M6679</link>
      <description>Just one last thought....I know you have limited space.  But have you done a vgdisplay on vg00 to see if you have any PE you could use to increase /var a little???&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 23 Aug 2000 18:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439244#M6679</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-08-23T18:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: /var space problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439245#M6680</link>
      <description>check in the /var/opt/pd dir if you have a superviser running check in that dir for core dumps also check your spoolers for *.BAK and rm them.</description>
      <pubDate>Wed, 23 Aug 2000 18:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-problems/m-p/2439245#M6680</guid>
      <dc:creator>Art Evans</dc:creator>
      <dc:date>2000-08-23T18:50:40Z</dc:date>
    </item>
  </channel>
</rss>

