<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702641#M58337</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;use the latest patch bundle if you can but if you have to download it takes ages I think its about 280MB's&lt;BR /&gt;&lt;BR /&gt;John.</description>
    <pubDate>Fri, 12 Apr 2002 13:40:14 GMT</pubDate>
    <dc:creator>John Carr_2</dc:creator>
    <dc:date>2002-04-12T13:40:14Z</dc:date>
    <item>
      <title>Patch question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702637#M58333</link>
      <description>We have an 11.00 box that hasn't been patched for a long time, if ever.  We now want to install Mirror/UX on it.  Knowing that Mirror/UX would require some patches after, I called HP to see which patches I would need.  They sent me the list below as a minimum:&lt;BR /&gt;&lt;BR /&gt;PHCO_23651 GR C-D s700_800 11.00 fsck_vxfs(1M) cumulative patch&lt;BR /&gt;PHCO_23876 GB --- s700_800 11.00 cumulative SAM/ObAM patch&lt;BR /&gt;PHCO_24437 GR C-D s700_800 11.00 LVM commands cumulative patch&lt;BR /&gt;PHKL_20016 GR -RD s700_800 11.00 2nd CPU not recognized in G70/H70/I70&lt;BR /&gt;PHKL_22589 GS cRD s700_800 11.00 LOFS, select(), IDS/9000 and umount race fix&lt;BR /&gt;PHKL_24004 GS CRD s700_800 11.00 SCSI IO Subsystem Cumulative Patch&lt;BR /&gt;PHKL_24027 GR CRD s700_800 11.00 VxFS 3.1 cumulative patch&lt;BR /&gt;PHKL_24187 GR CR- s700_800 11.00 ioscan performance gain for SCSI Subsystem&lt;BR /&gt;PHKL_24268 GB CRD s700_800 11.00 LVM Kernel Cumulative Patch&lt;BR /&gt;PHKL_25525 GS CRD s700_800 11.00 Probe,IDDS,PM,VM,PA-8700,asyncio,T600,FS&lt;BR /&gt;&lt;BR /&gt;This seems a bit excessive.  Are all these patches "really" needed?  If so, can I swcopy them into 1 big depot and get down to one reboot?&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Greg</description>
      <pubDate>Fri, 12 Apr 2002 13:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702637#M58333</guid>
      <dc:creator>Greg Stark_1</dc:creator>
      <dc:date>2002-04-12T13:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Patch question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702638#M58334</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Look :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc5e99276484dd611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc5e99276484dd611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can install all patch in one procedure. Try this: &lt;BR /&gt;&lt;BR /&gt;1) Unshare all patch using: &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;2) Combine the separate depots into one depot: &lt;BR /&gt;&lt;BR /&gt;mkdir /tmp/patches &lt;BR /&gt;&lt;BR /&gt;for i in PH*.depot &lt;BR /&gt;do &lt;BR /&gt;swcopy -s ${PWD}/$i \* @ /tmp/patches &lt;BR /&gt;done &lt;BR /&gt;&lt;BR /&gt;4) Verify the contents of the depots: &lt;BR /&gt;&lt;BR /&gt;swlist -d @ /tmp/patches &lt;BR /&gt;&lt;BR /&gt;5) Install patch with swinstall, interactive method. &lt;BR /&gt;&lt;BR /&gt;Good Luck &lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Fri, 12 Apr 2002 13:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702638#M58334</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2002-04-12T13:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Patch question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702639#M58335</link>
      <description>I would definitely install them. You can bundle them into a depot and install in one shot. &lt;BR /&gt;&lt;BR /&gt;Plan B. Load a fairly recent General Release patch bundle and fix these issues as well as a host of others.&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 13:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702639#M58335</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-04-12T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Patch question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702640#M58336</link>
      <description>Hi Greg,&lt;BR /&gt;&lt;BR /&gt;YES ! You need to install all these patches. You can make in to a single depot and isntall it. However, I would suggest you to download the latest patch bundle and install on your server.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 12 Apr 2002 13:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702640#M58336</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-12T13:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Patch question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702641#M58337</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;use the latest patch bundle if you can but if you have to download it takes ages I think its about 280MB's&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Fri, 12 Apr 2002 13:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702641#M58337</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-12T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Patch question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702642#M58338</link>
      <description>Install the patches. The first thing you should do when troubleshooting a problem is check to see if you patches are up to date.&lt;BR /&gt;That will be the first question asked from HP Support. "Do you have current patches?"</description>
      <pubDate>Fri, 12 Apr 2002 15:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-question/m-p/2702642#M58338</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-12T15:16:57Z</dc:date>
    </item>
  </channel>
</rss>

