<?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: creating a patch depot errors!!!!!!!!! help!!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612940#M36724</link>
    <description>I am still getting errors&lt;BR /&gt;&lt;BR /&gt;here is the latest&lt;BR /&gt;&lt;BR /&gt;There is currently no depot software on host "hostname" at location "/u01/patches/9i_patches/patch_dep</description>
    <pubDate>Tue, 13 Nov 2001 17:07:24 GMT</pubDate>
    <dc:creator>Chris Fadrowski</dc:creator>
    <dc:date>2001-11-13T17:07:24Z</dc:date>
    <item>
      <title>creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612932#M36716</link>
      <description>I am trying to create a patch depot so i can install multiple patches at one time. I have 7 patches and i am trying the doc id 20000002459812. I keep getting errors either&lt;BR /&gt;&lt;BR /&gt;"not available from depot or root"&lt;BR /&gt;or&lt;BR /&gt;"cannot mount /dev/dsk/cxtxdx" which is my cdrom, which i have no idea why since i am not using it. &lt;BR /&gt;&lt;BR /&gt;does anyone have a fail proof way of taking multiple patches and creating one group so they can be executed all at one time and only require one reboot? Does anyone know what the causes for the errors i am getting are?</description>
      <pubDate>Tue, 13 Nov 2001 16:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612932#M36716</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2001-11-13T16:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612933#M36717</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;If you do this, you will create a patch depot (here, called '/tmp/patch_depot') which will automatically be registered and thus is usable as the "depot" for installation.  The 'swlist' will in fact show you the contents.&lt;BR /&gt;&lt;BR /&gt;PDIR=/tmp/patch_depot&lt;BR /&gt;mkdir ${PDIR}&lt;BR /&gt;#&lt;BR /&gt;for X in PH*.depot&lt;BR /&gt;do&lt;BR /&gt;  swcopy -s ${PWD}/${X} \* @ ${PDIR}&lt;BR /&gt;done&lt;BR /&gt;#&lt;BR /&gt;swlist -s ${PDIR}&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Nov 2001 16:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612933#M36717</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-13T16:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612934#M36718</link>
      <description>i have no more room in temp so i am doing it to a different mount point.. Is this causing my problem?</description>
      <pubDate>Tue, 13 Nov 2001 16:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612934#M36718</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2001-11-13T16:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612935#M36719</link>
      <description>Hi&lt;BR /&gt;If you have all patch download from Net then&lt;BR /&gt;How to bundle multiple patches.&lt;BR /&gt;&lt;BR /&gt;Download all patches in to one directory for example /tmp/sachin/ and we are creating depot in /usr/local/sw&lt;BR /&gt;&lt;BR /&gt;Uncompress all patches.&lt;BR /&gt;#for X in /tmp/sachin/PH*&lt;BR /&gt;#do&lt;BR /&gt;#sh $X&lt;BR /&gt;#rm $X&lt;BR /&gt;#rm ${X}.text&lt;BR /&gt;#done&lt;BR /&gt;&lt;BR /&gt;Then copy all patches in to one directory&lt;BR /&gt;#for X in /tmp/sachin/PH*.depot&lt;BR /&gt;#do&lt;BR /&gt;#swcopy -s $X   @ /usr/local/sw&lt;BR /&gt;#done&lt;BR /&gt;&lt;BR /&gt;Then create bundle&lt;BR /&gt;#swpackage -s /usr/local/sw   (this bundle will has no name)&lt;BR /&gt;#swlist -s /usr/local/sw  (This will lists all patches in that bundle)&lt;BR /&gt;&lt;BR /&gt;Install now&lt;BR /&gt;#swinstall -s /usr/local/sw   (select all patch and install)&lt;BR /&gt;&lt;BR /&gt;Update&lt;BR /&gt;.psf file should look like this. Use this on swpackage with -s option.&lt;BR /&gt;#swpackage -s file.psf @ /usr/local/sw&lt;BR /&gt;&lt;BR /&gt;bundle&lt;BR /&gt;tag PERFORMANCE&lt;BR /&gt;title TIMSPATCHES&lt;BR /&gt;os_name HP-UX&lt;BR /&gt;revision B.11.00.01&lt;BR /&gt;architecture S700/S800_HP-UX_11&lt;BR /&gt;contents PHCO_21187,r=1.0,a=HP-UX_B.11.00_32/64,v=HP&lt;BR /&gt;.....&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;To get this "PHCO_21187,r=1.0,a=HP-UX_B.11.00_32/64,v=HP"&lt;BR /&gt;&lt;BR /&gt;#swlist -l product -a software_spec -s /usr/local/sw  |grep -v "^#" |awk '{print $2}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Tue, 13 Nov 2001 16:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612935#M36719</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-11-13T16:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612936#M36720</link>
      <description>Chris, &lt;BR /&gt;&lt;BR /&gt;If you have access to the custom patch manager, then I'd suggest using that, as it will direct you if there is a superseding patch.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 13 Nov 2001 16:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612936#M36720</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-13T16:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612937#M36721</link>
      <description>HI&lt;BR /&gt;To copy patches from /patches directory to a depot at /PAT use following&lt;BR /&gt;for i in `ls /patches/*.depot`&lt;BR /&gt;{&lt;BR /&gt;swcopy -x enforce_dependencies=false -s ${i} \* @ /PAT&lt;BR /&gt;}&lt;BR /&gt;swreg -l depot /PAT&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Tue, 13 Nov 2001 16:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612937#M36721</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-11-13T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612938#M36722</link>
      <description>&lt;P&gt;Hi Chris,&lt;BR /&gt;&lt;BR /&gt;My experience is somewhat of a conglomeration of the other replies so far. No, it doesn't have to be in /tmp or /var/adm/sw to answer that question.&lt;BR /&gt;&lt;BR /&gt;Choose a filesystem that has sufficient room. For this arbitrary example, let's use "/alpha".&lt;BR /&gt;&lt;BR /&gt;Presuming you pulled your patches from the ITRC, they will be in shell archive (shar)format. Gather all of the files you downloaded in /alpha/src. Remove the ".txt" if you used a Winblows browser to pull the patches. Make /alpha/src your current directory.&lt;BR /&gt;&lt;BR /&gt;# for i in PH*&lt;BR /&gt;# do&lt;BR /&gt;# sh $x&lt;BR /&gt;# done&lt;BR /&gt;&lt;BR /&gt;So now you've got a mess of shar, .text, and .depot files. I don't know that a bundle is essential to this process as all patches in a depot can be applied at once without one. To get all the separate .depot patches in one, do the following:&lt;BR /&gt;&lt;BR /&gt;# for i in PH*.depot&lt;BR /&gt;# do&lt;BR /&gt;# swcopy -s /alpha/src/$i -x enforce_dependencies=false \* @/alpha/depot&lt;BR /&gt;# done&lt;BR /&gt;&lt;BR /&gt;Now all you need to do is go to your client you want to patch and reference the depot you just created. Let's use "beta" as an example name for the machine where your new depot lives. On the machine you want to patch, run the following:&lt;BR /&gt;&lt;BR /&gt;swinstall -s beta:/alpha/depot \*&lt;BR /&gt;&lt;BR /&gt;If the machine you want to patch with your new bundle is, in fact, the same machine where you just created the bundle, simply omit the server name from the command above:&lt;BR /&gt;&lt;BR /&gt;swinstall -s /alpha/depot \*&lt;BR /&gt;&lt;BR /&gt;Voila! All the patches at once with one reboot at the end.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jim&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 04:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612938#M36722</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2021-06-29T04:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612939#M36723</link>
      <description>Oops, the referenced variable in my first code segment should of course be $i vice $x&lt;BR /&gt;&lt;BR /&gt;# for i in PH* &lt;BR /&gt;# do &lt;BR /&gt;# sh $i &lt;BR /&gt;# done &lt;BR /&gt;&lt;BR /&gt;Guess I'm on a jittery sugar high from all the Krispy Kreme's I've had this morning ;-)</description>
      <pubDate>Tue, 13 Nov 2001 17:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612939#M36723</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2001-11-13T17:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612940#M36724</link>
      <description>I am still getting errors&lt;BR /&gt;&lt;BR /&gt;here is the latest&lt;BR /&gt;&lt;BR /&gt;There is currently no depot software on host "hostname" at location "/u01/patches/9i_patches/patch_dep</description>
      <pubDate>Tue, 13 Nov 2001 17:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612940#M36724</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2001-11-13T17:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612941#M36725</link>
      <description>Please post the swinstall command line you attempted to use.  Also, please post an excerpt from your shell history showing the swcopy command you used to put the patches in the depot.</description>
      <pubDate>Tue, 13 Nov 2001 17:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612941#M36725</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2001-11-13T17:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612942#M36726</link>
      <description>vxfs: mesg 001: vx_nospace - /dev/vg00/lvol6 file system full (1 block extent)&lt;BR /&gt;No space left on device&lt;BR /&gt;ERROR: PHCO_24723.depot checksum is 16597 should be 12857&lt;BR /&gt;ERROR: wc results of PHCO_24723.depot are 10085 35043 883712 should be 124069 363010 18155520&lt;BR /&gt;&lt;BR /&gt;any idea what this means. it's the output of the swcopy -s command.</description>
      <pubDate>Tue, 13 Nov 2001 18:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612942#M36726</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2001-11-13T18:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612943#M36727</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;This means that you have exhausted the space available in "lvol6" and the 'unshar' of the patch has aborted.  As a consequence, the checksum does not match what the script expects.  Consider expanding your filesystem and/or cleaning it up.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Nov 2001 18:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612943#M36727</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-13T18:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612944#M36728</link>
      <description>Hi Chris,&lt;BR /&gt;Disk space problem. Clean some from lvol6. &lt;BR /&gt;&lt;BR /&gt;And read this&lt;BR /&gt;Assigning Points to Replies -- Its a Good Thing! &lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Tue, 13 Nov 2001 18:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612944#M36728</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-11-13T18:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612945#M36729</link>
      <description>thats just it, my lvol6 is just fine for disk space. I have another 80 or so meg available. &lt;BR /&gt;&lt;BR /&gt;Can this be the problem? i copied these patches from a server that was set up for me at HP. I had to do it from a Win2k machine using internet explorer. I then transfered these patch in bin using ftp. They look as if the shar just fine. the only problems i am having is the swcopy. It seems i am getting 3 different errors as mentioned above depending on if i try to do them separate or as a group.</description>
      <pubDate>Tue, 13 Nov 2001 18:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612945#M36729</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2001-11-13T18:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612946#M36730</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;The checksum errors you report ARE from the 'shar' operation.  I think you will find that 'lvol6' is your /tmp filesystem, since this is the default location for patches.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Nov 2001 18:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612946#M36730</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-13T18:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612947#M36731</link>
      <description>Hi (again) Chris:&lt;BR /&gt;&lt;BR /&gt;If space in /tmp is a problem and you don't want to or (can't) enlarge it, see Sachin Patel's offering here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2282abe92dabd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2282abe92dabd5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Nov 2001 18:28:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612947#M36731</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-13T18:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612948#M36732</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Have a look at this thread,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=d8994d1f0249905f0a/screen=ckiDisplayDocument?docId=200000045145898" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=d8994d1f0249905f0a/screen=ckiDisplayDocument?docId=200000045145898&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 18:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612948#M36732</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-13T18:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612949#M36733</link>
      <description>&amp;gt;&amp;gt; thats just it, my lvol6 is just fine for disk space. I have another 80 or so meg available. &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;80 megs is VERY small when you are dealing with lots of patches.  For instance, some patches are more 100 megs in size and will about that much more in order to install.  So think in terms of 800 megs, not 80 megs.&lt;BR /&gt;&lt;BR /&gt;You need the space to store the original patches, then additional space to un-shar the patches.  Then you'll need lots of space in /var/adm/sw and perhaps /tmp.  If you have full filesystems, you'll need to fix that first.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 19:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612949#M36733</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-11-13T19:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612950#M36734</link>
      <description>correct me if i am wrong, but i was un-shar-ing these on a 8 gb disk on vg03. so you are saying i need temp space on vg00 to unshar even if i am doing the sh PHCO_***** on vg03 lvol102.</description>
      <pubDate>Tue, 13 Nov 2001 20:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612950#M36734</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2001-11-13T20:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: creating a patch depot errors!!!!!!!!! help!!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612951#M36735</link>
      <description>So chris,&lt;BR /&gt;when you did ftp from w2k to hp system did "sh depot_name" works? if not then you have to convert that to unix format.&lt;BR /&gt;#dos2ux depot_name &amp;gt; depot_name1&lt;BR /&gt;#mv dept_name1 depot_name&lt;BR /&gt;#sh depot_name&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 20:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-patch-depot-errors-help/m-p/2612951#M36735</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-11-13T20:52:57Z</dc:date>
    </item>
  </channel>
</rss>

