<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474089#M775962</link>
    <description>sorry.&lt;BR /&gt;the swmodify -y ... should be swmodify -u ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Dec 2000 19:40:19 GMT</pubDate>
    <dc:creator>Donald Kok</dc:creator>
    <dc:date>2000-12-14T19:40:19Z</dc:date>
    <item>
      <title>/var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474083#M775956</link>
      <description>I can't easly extend this directory given the current circumstances, HFS and a production server.  What files under /var might I be able to remove to free up some space?</description>
      <pubDate>Thu, 14 Dec 2000 19:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474083#M775956</guid>
      <dc:creator>John Curtis</dc:creator>
      <dc:date>2000-12-14T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474084#M775957</link>
      <description>You can look in /var/tmp for any large temporary files.</description>
      <pubDate>Thu, 14 Dec 2000 19:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474084#M775957</guid>
      <dc:creator>Eileen Millen</dc:creator>
      <dc:date>2000-12-14T19:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474085#M775958</link>
      <description>John:&lt;BR /&gt;&lt;BR /&gt;You could always create a new filesystem and mount it under /var somewhere - I would suggest going with  /var/adm/sw.  ie. create a filesystem say /tempfs ; mount it and copy all the contents of /var/adm/sw to /tempfs ; umount /tempfs ; remove all files in /var/adm/sw ; mount the new filesystem under /var/adm/sw (remember to make the changes in your /etc/fstab)&lt;BR /&gt;&lt;BR /&gt;the files that are expendible are in /var/tmp&lt;BR /&gt;&lt;BR /&gt;you may also want to use &lt;BR /&gt;&lt;BR /&gt;cd /var&lt;BR /&gt;du -a  | sort +n&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;find /var -size +1000000c -print&lt;BR /&gt;to see a listing of really large files.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Thu, 14 Dec 2000 19:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474085#M775958</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-12-14T19:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474086#M775959</link>
      <description>Check under /var/adm/crash for any core files that you can remove.&lt;BR /&gt;Check under /var/tmp for any temp files you can get rid of...things like exclude.temp and include.temp are leftovers from your make_recovery...ok to remove.&lt;BR /&gt;Check for any log files under /var  (omniback puts alot of stuff here)....reduce the size of these.&lt;BR /&gt;tail -100 logfile.log &amp;gt; tmp.log  then move tmp.log back to logfile.log&lt;BR /&gt;&lt;BR /&gt;Another thing you might want to check on doing (if you haven't in awhile) is cleanup....it will clean up old patches from system.  I think it's cleanup -i  (but double check man cleanup to be sure...)&lt;BR /&gt;&lt;BR /&gt;Hope this helps ya,&lt;BR /&gt;/rcw&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2000 19:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474086#M775959</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-12-14T19:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474087#M775960</link>
      <description>Try using cleanup command. You can preview what it is going to cleanup using clenaup -p and use "cleanup -n" to request confirmation of the cleanup. &lt;BR /&gt;&lt;BR /&gt;...Madhu</description>
      <pubDate>Thu, 14 Dec 2000 19:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474087#M775960</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2000-12-14T19:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474088#M775961</link>
      <description>First: If you are sure you will your patches are ok, you can remove your backupfiles:&lt;BR /&gt;&lt;BR /&gt;  swmodify -y PH[CKNS][SOEL]_*.* PH[CKNS][SOEL]_*&lt;BR /&gt;  cd /var/adm/sw/patch&lt;BR /&gt;  rm -r *&lt;BR /&gt;&lt;BR /&gt;Second: with freedisk you can remove unused software.&lt;BR /&gt;&lt;BR /&gt;Third: with du -ks * |sort -nr in a dir, you can see which dir consumes most space.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2000 19:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474088#M775961</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2000-12-14T19:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474089#M775962</link>
      <description>sorry.&lt;BR /&gt;the swmodify -y ... should be swmodify -u ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2000 19:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var/m-p/2474089#M775962</guid>
      <dc:creator>Donald Kok</dc:creator>
      <dc:date>2000-12-14T19:40:19Z</dc:date>
    </item>
  </channel>
</rss>

