<?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: custom patch manager make_depot problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018117#M129869</link>
    <description>Thanks, but I guess I wasn't clear enough in the original post.. I am using another directory.. /data3/depot and running the ./make_depot script from there.. but the script itself uncompresses the files in /tmp.. &lt;BR /&gt;hence I suppose I could go into the script and try to change every occurance of /tmp to something else.. just wondered if there were an easier way.. &lt;BR /&gt;thanks.</description>
    <pubDate>Tue, 08 Jul 2003 15:45:52 GMT</pubDate>
    <dc:creator>John Henrikson</dc:creator>
    <dc:date>2003-07-08T15:45:52Z</dc:date>
    <item>
      <title>custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018115#M129867</link>
      <description>Hi-&lt;BR /&gt;I'm having a problem when I try to use the make_depot script that comes with my custom patch bundle.. I download all the patches ok, but when it goes to decompress the patches it tries to do it in the /tmp directory and I don't have enough space there for some of the patches to be expanded, so it fails. I have plenty of room for the patches in the destination depot directory.. &lt;BR /&gt;Any advice would be appreciated.. thanks!! &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 15:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018115#M129867</guid>
      <dc:creator>John Henrikson</dc:creator>
      <dc:date>2003-07-08T15:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018116#M129868</link>
      <description>Try it in another directory, you don't have to use /tmp&lt;BR /&gt;&lt;BR /&gt;There are probably processes with open files that haven't terminated yet, even though the files themselves are gone.&lt;BR /&gt;&lt;BR /&gt;/tmp is a suggestion for creating the depot, not a requirement.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 08 Jul 2003 15:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018116#M129868</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-08T15:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018117#M129869</link>
      <description>Thanks, but I guess I wasn't clear enough in the original post.. I am using another directory.. /data3/depot and running the ./make_depot script from there.. but the script itself uncompresses the files in /tmp.. &lt;BR /&gt;hence I suppose I could go into the script and try to change every occurance of /tmp to something else.. just wondered if there were an easier way.. &lt;BR /&gt;thanks.</description>
      <pubDate>Tue, 08 Jul 2003 15:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018117#M129869</guid>
      <dc:creator>John Henrikson</dc:creator>
      <dc:date>2003-07-08T15:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018118#M129870</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;Part of the problem is that unpacking the shell archive uses 'here' documents which create temporary files in '/tmp'. The location of these temporary files is not user-managable. &lt;BR /&gt;&lt;BR /&gt;If this is an 11.0 system, this behavior was changed with patch PHCO_20816 (where PHCO_27344 is the lastest superceding patch). &lt;BR /&gt;&lt;BR /&gt;With this patch, Posix shell 'here' documents are deposited in '/var/tmp' instead of the usually smaller 'tmp'. &lt;BR /&gt;&lt;BR /&gt;If this is 11.11, this should be inherent.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Jul 2003 15:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018118#M129870</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-08T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018119#M129871</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Steve's right, you're not locked in to using /tmp. The README file with the bundle informs you that the make_depot will need 2-3 times more space than the size of the patches.&lt;BR /&gt;&lt;BR /&gt;Just did the same thing this past weekend, find a place on your server that has some room, the depot file I ran was 220mb for only 70 patches. I created a directory named patches in a file system with extra space and copied the xxxx.sh file there, did the sh on it and ran make_depot, badda boom! badda bing! It's such a sweet thing.</description>
      <pubDate>Tue, 08 Jul 2003 15:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018119#M129871</guid>
      <dc:creator>Robert Salter</dc:creator>
      <dc:date>2003-07-08T15:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018120#M129872</link>
      <description>Well the system does have PHCO_20816 installed and the patches still want to be decompressed in /tmp, no matter where I run ./get_patches from.. &lt;BR /&gt;Is my only option then to make the depot manually? &lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;John H. &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 17:01:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018120#M129872</guid>
      <dc:creator>John Henrikson</dc:creator>
      <dc:date>2003-07-08T17:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018121#M129873</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;That is one of the disadvantages of using cpm.  You will need a /tmp of at least 512Mb and that is if you install frequently.  It asks you during the download and again during the creation process if your have XXX space in /tmp.  You should try to modify your script to make it go to another directory, or increase /tmp at the next available time.&lt;BR /&gt;&lt;BR /&gt;Sorry,&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 08 Jul 2003 17:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018121#M129873</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2003-07-08T17:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018122#M129874</link>
      <description>It seems to me that I remember someone modifying  the get_patches script.  Can you edit it?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 17:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018122#M129874</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-08T17:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018123#M129875</link>
      <description>It never askes me if I have space in /tmp, just in the directory I'm running make_depot from.. &lt;BR /&gt;nevertheless I appreciate your help.. I've changed the script and will see if that will work.. &lt;BR /&gt;&lt;BR /&gt;John H. &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 17:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018123#M129875</guid>
      <dc:creator>John Henrikson</dc:creator>
      <dc:date>2003-07-08T17:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: custom patch manager make_depot problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018124#M129876</link>
      <description>This is what I do when I install software .&lt;BR /&gt;&lt;BR /&gt;It may help&lt;BR /&gt;&lt;BR /&gt;See Attached&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Wed, 09 Jul 2003 14:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/custom-patch-manager-make-depot-problem/m-p/3018124#M129876</guid>
      <dc:creator>Richard Ace_1</dc:creator>
      <dc:date>2003-07-09T14:31:01Z</dc:date>
    </item>
  </channel>
</rss>

