<?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: free up space on /var in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555949#M371122</link>
    <description>Good points above; cleanup /var with du and sort and use cleanup cmd. Additionally, &lt;BR /&gt;1. verify if you have any archived logs that you may suppress or move somewhere else. &lt;BR /&gt;2. look for any core file in /var:&lt;BR /&gt;# find / -type f -name core -exec file {} \;&lt;BR /&gt;once u determined importance you can delete them.&lt;BR /&gt;3. stuff in /var/tmp need to be identified and removed.&lt;BR /&gt;4. consider moving part of /var filesystem such as: "/var/adm/sw/save_custom/" to its own logical volume (filesystem).. there is documented procedures how2 achieve that.&lt;BR /&gt;T#&lt;BR /&gt;</description>
    <pubDate>Tue, 29 Dec 2009 14:47:06 GMT</pubDate>
    <dc:creator>T. M. Louah</dc:creator>
    <dc:date>2009-12-29T14:47:06Z</dc:date>
    <item>
      <title>free up space on /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555944#M371117</link>
      <description>i need to free up space on /var so i can run swinstall.. there is a file :&lt;BR /&gt;/var/adm/sw/save_custom/PHCO_36028/jre_old.tar&lt;BR /&gt;&lt;BR /&gt;that is 205mb... is there any reason i need to keep this file around, and if so is there any reason i couldn't copy it to another directory and then when swinstall is finished, copy it back ???</description>
      <pubDate>Mon, 28 Dec 2009 19:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555944#M371117</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2009-12-28T19:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: free up space on /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555945#M371118</link>
      <description>&amp;gt;is there any reason I need to keep this file around&lt;BR /&gt;&lt;BR /&gt;This is used to save the previous versions of your PHCO_36028 patch.  If you are happy with PHCO_36028 or an even newer version, you can commit the patch and the save area will be removed.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;copy it to another directory and then when swinstall is finished, copy it back?&lt;BR /&gt;&lt;BR /&gt;Yes, you can do that too.  But cleanup may be more useful in the long run:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1386206" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1386206&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1269335" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1269335&lt;/A&gt;</description>
      <pubDate>Mon, 28 Dec 2009 19:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555945#M371118</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-12-28T19:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: free up space on /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555946#M371119</link>
      <description>Hi Donald:&lt;BR /&gt;&lt;BR /&gt;The file appears to be related to a problem that PHCO_36028 corrected, as documented in its patch notes:&lt;BR /&gt;&lt;BR /&gt;/* begin_quote */&lt;BR /&gt;&lt;BR /&gt;(  SR: 8606485228 CR: JAGag38257  )&lt;BR /&gt; 14.   (Symantec Incident Number: 1082969)&lt;BR /&gt; While installing PHCO_33081, the old jre.tar file was not properly copied to a backup directory due to incorrect calculation of the required disk space.&lt;BR /&gt;&lt;BR /&gt; Resolution:&lt;BR /&gt; Added check in the patch configuration script to copy the old jre.tar if enough disk space is available at backup directory.&lt;BR /&gt;&lt;BR /&gt;/* end quote */&lt;BR /&gt;&lt;BR /&gt;You should be able to copy it to another directory to regain space in '/var'.  Once a superseding patch to PHCO_36028 has been applied, you could remove the old 'tar' archive.&lt;BR /&gt;&lt;BR /&gt;If space in '/var' is desired, I'd run:&lt;BR /&gt;&lt;BR /&gt;# cleanup -c 1&lt;BR /&gt;&lt;BR /&gt;This safely removes rollback images of patches that have been superseded at least once.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Dec 2009 19:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555946#M371119</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-12-28T19:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: free up space on /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555947#M371120</link>
      <description>I would recommend against messing with anything in /var/adm/sw.  Generally these are fallbacks so you can back out patches, should the need arise.  &lt;BR /&gt;&lt;BR /&gt;Rather than risk your system by compromising your SD, consider running the cleanup command to remove older versions of patches.&lt;BR /&gt;&lt;BR /&gt;"man cleanup for details"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 28 Dec 2009 19:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555947#M371120</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-12-28T19:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: free up space on /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555948#M371121</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;1) Identify the problem areas: cd /var; du -k | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;2) cleanup will offer you the best bang for the buck, if you have been patching your system and the lowest amount of risk.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Dec 2009 21:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555948#M371121</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-12-28T21:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: free up space on /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555949#M371122</link>
      <description>Good points above; cleanup /var with du and sort and use cleanup cmd. Additionally, &lt;BR /&gt;1. verify if you have any archived logs that you may suppress or move somewhere else. &lt;BR /&gt;2. look for any core file in /var:&lt;BR /&gt;# find / -type f -name core -exec file {} \;&lt;BR /&gt;once u determined importance you can delete them.&lt;BR /&gt;3. stuff in /var/tmp need to be identified and removed.&lt;BR /&gt;4. consider moving part of /var filesystem such as: "/var/adm/sw/save_custom/" to its own logical volume (filesystem).. there is documented procedures how2 achieve that.&lt;BR /&gt;T#&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Dec 2009 14:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/free-up-space-on-var/m-p/4555949#M371122</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2009-12-29T14:47:06Z</dc:date>
    </item>
  </channel>
</rss>

