<?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 file system full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471834#M361302</link>
    <description>Extension and/or housecleaning is entirely up to you - nothing is automatic.&lt;BR /&gt;&lt;BR /&gt;To get a good idea of where the problem lies, run "du -sk /var/* |sort -n".  This will list the largest files and directories and sort them so the last ones you see are the worst offenders.  A careful examination of this list will show you where your efforts need to be concentrated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 03 Aug 2009 10:56:37 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2009-08-03T10:56:37Z</dc:date>
    <item>
      <title>Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471831#M361299</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have HP UX server running oracle database. &lt;BR /&gt;var file system increases daily and reaches 90% today. pls suggest if it reaches 100%, it will create a new var file system automatically or we need to do any proactive task.</description>
      <pubDate>Mon, 03 Aug 2009 10:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471831#M361299</guid>
      <dc:creator>trilok_pvp</dc:creator>
      <dc:date>2009-08-03T10:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471832#M361300</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; if it reaches 100%, it will create a new var file system automatically or we need to do any proactive task. &lt;BR /&gt;&lt;BR /&gt;There is no automatic file system extension.  This is something you would need to do.&lt;BR /&gt;&lt;BR /&gt;There are many, many threads dealing with how to handle full filesystems.  For '/var' you might look for old crash dumps to remove (in '/var/adm/crash'.  A likely source of space recovery may be achieved by running:&lt;BR /&gt;&lt;BR /&gt;# cleanup -c 1&lt;BR /&gt;&lt;BR /&gt;This recovers space in '/var/adm/sw' by removing the roll-back images for patches that have been superseded at least once.&lt;BR /&gt;&lt;BR /&gt;NEVER manually muddle with '/var/adm/sw' and its contents.  To do so may render your system un-patchable.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 03 Aug 2009 10:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471832#M361300</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-03T10:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471833#M361301</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;==&amp;gt;100%, it will create a new var file system automatically?&lt;BR /&gt;No,It will not create a new var file system automatically. &lt;BR /&gt;==&amp;gt;We need to do any proactive task??&lt;BR /&gt;1)Observe why it is getting increase daily.&lt;BR /&gt;2)Remove unwanted files if any.&lt;BR /&gt;3)Extend the /var file system.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Mon, 03 Aug 2009 10:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471833#M361301</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-08-03T10:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471834#M361302</link>
      <description>Extension and/or housecleaning is entirely up to you - nothing is automatic.&lt;BR /&gt;&lt;BR /&gt;To get a good idea of where the problem lies, run "du -sk /var/* |sort -n".  This will list the largest files and directories and sort them so the last ones you see are the worst offenders.  A careful examination of this list will show you where your efforts need to be concentrated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 03 Aug 2009 10:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471834#M361302</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-08-03T10:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471835#M361303</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;or we need to do any proactive task?&lt;BR /&gt;&lt;BR /&gt;Very important .. if you are not able to find out any least wanted files ( mostly old crash dumps) you need to do.&lt;BR /&gt;&lt;BR /&gt;1. If you don't have online JFS installed then you plan for your downtime.&lt;BR /&gt;&lt;BR /&gt;If you have online JFS and enough free extends in vg00 then it is 2 minutes job to extend it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Aug 2009 11:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471835#M361303</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-08-03T11:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471836#M361304</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have observerd, only files in \var\mails and \var\tmp is having lot of files from 2002 and this folder updated upt to time.&lt;BR /&gt;Now it is 91%&lt;BR /&gt;&lt;BR /&gt;Can you pls suggest us</description>
      <pubDate>Mon, 03 Aug 2009 11:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471836#M361304</guid>
      <dc:creator>trilok_pvp</dc:creator>
      <dc:date>2009-08-03T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471837#M361305</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;/var/spool/mail is probably a collection of emails piling up.&lt;BR /&gt;&lt;BR /&gt;You might make the situation a little better by periodically trimming your log files. You can do it with sam or a &amp;gt; logfilename command, even with cron&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Aug 2009 12:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471837#M361305</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-08-03T12:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471838#M361306</link>
      <description>Normally /var/tmp can be trimmed at re-boot - see /sbin/init.d/clean_tmps.  As far as the mails (I have no /var/mails, so I'm assuming you're making a generic reference to the mail queue), you should probably make an effort to find out what is accumulating in there, for whom was it intended and why was it not cleaned up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 03 Aug 2009 12:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471838#M361306</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-08-03T12:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471839#M361307</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have lot of raw files in the folder var/stm/logs/os folder in var file system.&lt;BR /&gt;files are generated from 2005 to still date.&lt;BR /&gt;&lt;BR /&gt;shall i remove the files from this folder.&lt;BR /&gt;&lt;BR /&gt;files name example log02.raw&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Aug 2009 14:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471839#M361307</guid>
      <dc:creator>trilok_pvp</dc:creator>
      <dc:date>2009-08-03T14:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471840#M361308</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This file contains STM Logs.You can remove this file,&lt;BR /&gt;but remember if you do this, old log information will be lost.&lt;BR /&gt;&lt;BR /&gt;Review the log file and proceed with either delete or trimming the file.&lt;BR /&gt;&lt;BR /&gt;Reagrds,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Mon, 03 Aug 2009 14:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471840#M361308</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-08-03T14:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Var file system full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471841#M361309</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;These are log files by STM. you may refer this.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1249313439845+28353475&amp;amp;threadId=1088802" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1249313439845+28353475&amp;amp;threadId=1088802&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Mon, 03 Aug 2009 14:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-file-system-full/m-p/4471841#M361309</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-08-03T14:34:31Z</dc:date>
    </item>
  </channel>
</rss>

