<?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: Patch installation error (/var/adm/sw/save) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526604#M220744</link>
    <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;If your problem is resolved you can assign points and close the case.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devender</description>
    <pubDate>Mon, 18 Apr 2005 07:23:21 GMT</pubDate>
    <dc:creator>Devender Khatana</dc:creator>
    <dc:date>2005-04-18T07:23:21Z</dc:date>
    <item>
      <title>Patch installation error (/var/adm/sw/save)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526599#M220739</link>
      <description>I am installing a system patchset provided by my client. While Analyzing, i am getting the following error. &lt;BR /&gt;&lt;BR /&gt;ERROR:   The used disk space on filesystem "//var/adm/sw/save" is         ││&lt;BR /&gt;│ │          estimated to increase by 269152 Kbytes.                          ││&lt;BR /&gt;│ │          This operation will exceed the absolute limit on this volume     ││&lt;BR /&gt;│ │          by 101151 Kbytes.  You should free up at least 107828 Kbytes     ││&lt;BR /&gt;│ │          to avoid installing beyond the minimum free threshold of         ││&lt;BR /&gt;│ │          available user disk space.                                 &lt;BR /&gt;&lt;BR /&gt;I have around 159MB free space left in /var/adm/sw/save. I think the patchset is looking for more space in the filesystem. But when i dont know how to free some space since all the files inside this filesystem are system related patches.Is there any other command to cleanup some space in the fils</description>
      <pubDate>Mon, 18 Apr 2005 01:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526599#M220739</guid>
      <dc:creator>Navin_3</dc:creator>
      <dc:date>2005-04-18T01:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation error (/var/adm/sw/save)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526600#M220740</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;this filesystem is used to keep the files before you installed the patch, so you'll be able to rollback the changes. There are two solutions:&lt;BR /&gt;&lt;BR /&gt;1. Delete those files. You can do it with an utility called "cleanup", that deletes the files of patches that were superseeded. This procedure is called "commiting the patch". Read manual pages about "cleanup" to understand it better.&lt;BR /&gt;&lt;BR /&gt;2. Just extend the filesystem, so you'll have enough space.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Apr 2005 02:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526600#M220740</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-04-18T02:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation error (/var/adm/sw/save)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526601#M220741</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;See for some unused files in the /var directory. What was the original size of /var. If no big unused files are found then you need to increase /var file system by atleast 250MB as 110MB more is required right now. There are different ways to do it. Check for some core files with &lt;BR /&gt;&lt;BR /&gt;#find /var -name core -print &lt;BR /&gt;&lt;BR /&gt;If found remove them.&lt;BR /&gt;&lt;BR /&gt;Find all files of size above 1MB in /var by&lt;BR /&gt;&lt;BR /&gt;#find /usr -size +1000000c -exec ll {} \;       &lt;BR /&gt;&lt;BR /&gt;and post output. Also post bdf output.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 18 Apr 2005 02:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526601#M220741</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-18T02:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation error (/var/adm/sw/save)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526602#M220742</link>
      <description>Just to clarify the previous post from Devender, that should read /var not /usr:&lt;BR /&gt;&lt;BR /&gt;find /var -size +1000000c -exec ll {} \; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, you can run the command to clean up older patch versions on your system as well:&lt;BR /&gt;&lt;BR /&gt;cleanup -t&lt;BR /&gt;&lt;BR /&gt;This will trim the SD log files and create some space.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Apr 2005 06:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526602#M220742</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-04-18T06:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation error (/var/adm/sw/save)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526603#M220743</link>
      <description>I have ran cleaup &amp;amp; increased the filesytem &lt;BR /&gt;/var/adm/sw/save. And also i have installed the patchset successfully.&lt;BR /&gt;&lt;BR /&gt;Thank you all for your support.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Navin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Apr 2005 07:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526603#M220743</guid>
      <dc:creator>Navin_3</dc:creator>
      <dc:date>2005-04-18T07:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation error (/var/adm/sw/save)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526604#M220744</link>
      <description>Hi Navin,&lt;BR /&gt;&lt;BR /&gt;If your problem is resolved you can assign points and close the case.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 18 Apr 2005 07:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-error-var-adm-sw-save/m-p/3526604#M220744</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-04-18T07:23:21Z</dc:date>
    </item>
  </channel>
</rss>

