<?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: Individual Patch Downloads in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445559#M9185</link>
    <description>I don't like the cut and paste idea either, it opens up the posibility for problems.  If you talk to HP you can get the address for ftp.hp.com ect.. and right click on the patch and do a save target as.  With some patches you want to ascii it to your box and then un-shar it.  Here is the error I get when I use binary on one of these. elm_1020.shar: ^M:  not found.&lt;BR /&gt;elm_1020.shar[10]: ^M:  not found.&lt;BR /&gt;elm_1020.shar[11]: LANG^M: This is not an identifier.&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Sep 2000 12:30:38 GMT</pubDate>
    <dc:creator>Mark Mitchell</dc:creator>
    <dc:date>2000-09-15T12:30:38Z</dc:date>
    <item>
      <title>Individual Patch Downloads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445554#M9180</link>
      <description>I'm doing something wrong when I try and download an individual patch (PHCO_22100).  It opens the file and shows me a dotted line to cut all data above this line.  When I save it to my PC, it saves it as an .htm file.  When I FTP it from my hard drive to my HP-UX /tmp directory, I can't get the swinstall command to read the file.  Any suggestions as to what I'm doing wrong?  I really need to install this patch tomorrow.  Thanks for your help.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2000 21:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445554#M9180</guid>
      <dc:creator>Marie Eldridge_1</dc:creator>
      <dc:date>2000-09-14T21:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Individual Patch Downloads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445555#M9181</link>
      <description>Marie:&lt;BR /&gt;&lt;BR /&gt;FTP the file from your PC to your UNIX server in BINARY mode.  This is very important.&lt;BR /&gt;&lt;BR /&gt;Then, on your server, do:&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# shar PHCO_22100&lt;BR /&gt;&lt;BR /&gt;This will yield two files PHCO_22100.depot and PHCO_22100.text.&lt;BR /&gt;&lt;BR /&gt;Use swinstall to install /tmp/PHCO_22100.depot and all will be well.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Sep 2000 21:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445555#M9181</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-14T21:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Individual Patch Downloads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445556#M9182</link>
      <description>Marie:&lt;BR /&gt;&lt;BR /&gt;BTW, the tail end of the PHXX_nnnn.text file always contains installation instructions, some of which I described above.  You can also see them on the WEB if you click on the patch description instead of just starting the download.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Sep 2000 21:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445556#M9182</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-14T21:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Individual Patch Downloads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445557#M9183</link>
      <description>some times you will find cut here in the begining of the document also , so pls have a look at that .&lt;BR /&gt;and also follow below&lt;BR /&gt;ftp unix &lt;BR /&gt;bin&lt;BR /&gt;put XXXXXXXX&lt;BR /&gt;bye&lt;BR /&gt; on unix do&lt;BR /&gt;&lt;BR /&gt;sh XXXXXXX&lt;BR /&gt;then u get text file and .depot file &lt;BR /&gt;do swinstall on .depot file .&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;raj</description>
      <pubDate>Thu, 14 Sep 2000 21:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445557#M9183</guid>
      <dc:creator>rajsri</dc:creator>
      <dc:date>2000-09-14T21:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Individual Patch Downloads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445558#M9184</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;First remove DOS-Carriage-returns: &lt;BR /&gt;dos2ux &lt;PHCO_22100.HTM&gt;PHCO_22100 &lt;BR /&gt;Now edit PHCO_22100 an remove from the top lines until the line &lt;BR /&gt;# This is a shell archive .... &lt;BR /&gt;stands at the top. &lt;BR /&gt;After saving you can extract the text and depot file with: &lt;BR /&gt;sh PHCO_22100 &lt;BR /&gt;you get PHCO_22100.text and PHCO_22100.depot &lt;BR /&gt;Now you can install with swinstall -s &lt;DIRECTORY&gt;/PHCO_22100.depot &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Andrew&lt;/DIRECTORY&gt;&lt;/PHCO_22100.HTM&gt;</description>
      <pubDate>Fri, 15 Sep 2000 06:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445558#M9184</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-15T06:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Individual Patch Downloads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445559#M9185</link>
      <description>I don't like the cut and paste idea either, it opens up the posibility for problems.  If you talk to HP you can get the address for ftp.hp.com ect.. and right click on the patch and do a save target as.  With some patches you want to ascii it to your box and then un-shar it.  Here is the error I get when I use binary on one of these. elm_1020.shar: ^M:  not found.&lt;BR /&gt;elm_1020.shar[10]: ^M:  not found.&lt;BR /&gt;elm_1020.shar[11]: LANG^M: This is not an identifier.&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2000 12:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445559#M9185</guid>
      <dc:creator>Mark Mitchell</dc:creator>
      <dc:date>2000-09-15T12:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Individual Patch Downloads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445560#M9186</link>
      <description>Hi Marie, &lt;BR /&gt;&lt;BR /&gt;Just follow Andreas steps, but leave the bit of editing the file. Mark, the ^M character is removed with dos2ux command as Andres has pointed out.</description>
      <pubDate>Fri, 15 Sep 2000 12:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445560#M9186</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-15T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Individual Patch Downloads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445561#M9187</link>
      <description>Marie:&lt;BR /&gt;&lt;BR /&gt;I must have a dead neuron or two.  In the steps below, I am doing the FTP in *ASCII* mode, *NOT* BINARY.  Here's the way it works for me:&lt;BR /&gt;&lt;BR /&gt;1.  Select the patch from the ITRC using a PC browser (IE5).&lt;BR /&gt;&lt;BR /&gt;2.  Select download.&lt;BR /&gt;&lt;BR /&gt;3.  Click File -&amp;gt; Save As (when download done).  I put the patch into my Windows TEMP directory.  It saves it with the extension "htm".  No matter.&lt;BR /&gt;&lt;BR /&gt;4.  I use Chameleon's FTP on my PC.  I connect to my UNIX server; cd to /tmp; choose an ASCII transfer in Chameleon and put the file on the UNIX platform.&lt;BR /&gt;&lt;BR /&gt;5.  Use vi and CUT the top 6-lines off the patch.  Save it.  It's still named PHXX_nnnn.htm.  No matter.&lt;BR /&gt;&lt;BR /&gt;6.  Un-shar the patch ( sh PHXX_nnnn.htm ).&lt;BR /&gt;&lt;BR /&gt;7.  Use swinstall with PHXX_nnnn.depot &lt;BR /&gt;&lt;BR /&gt;Sorry for any confusion.  Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 15 Sep 2000 15:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445561#M9187</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-15T15:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Individual Patch Downloads</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445562#M9188</link>
      <description>Thanks to all.  Andreas, your resolution helped a lot.  Those silly carriage returns were causing the problem.  It worked like a charm!</description>
      <pubDate>Fri, 15 Sep 2000 16:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/individual-patch-downloads/m-p/2445562#M9188</guid>
      <dc:creator>Marie Eldridge_1</dc:creator>
      <dc:date>2000-09-15T16:58:06Z</dc:date>
    </item>
  </channel>
</rss>

