<?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 install in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773205#M75256</link>
    <description>Thx 4 all your help.&lt;BR /&gt;&lt;BR /&gt;The patch update had to happen on 4 machines connected to a FC60.&lt;BR /&gt;One of them has a software depot. So I installed it from there.&lt;BR /&gt;&lt;BR /&gt;One suggestion: "autoboot=true" raised an eyebrow. I guess that was a test for an AIX root ;-)&lt;BR /&gt;&lt;BR /&gt;0/~</description>
    <pubDate>Mon, 29 Jul 2002 06:00:14 GMT</pubDate>
    <dc:creator>Ferdinand_2</dc:creator>
    <dc:date>2002-07-29T06:00:14Z</dc:date>
    <item>
      <title>patch install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773199#M75250</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have never installed a patch on a HP-UX 11.0&lt;BR /&gt;HP asked me to install a new patch.&lt;BR /&gt;I am looking for a HOWTO &lt;BR /&gt;&lt;BR /&gt;As I am new to hp-ux (from AIX) preferably an idiot-proof one.&lt;BR /&gt;&lt;BR /&gt;THX</description>
      <pubDate>Fri, 26 Jul 2002 06:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773199#M75250</guid>
      <dc:creator>Ferdinand_2</dc:creator>
      <dc:date>2002-07-26T06:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: patch install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773200#M75251</link>
      <description>&lt;BR /&gt;Go to itrc.hp.com then select Patch database. Type in the patch number (i presume you have it from HP) and click on search. It will list your patch - or if its been superceeded then its replacement. Select the box next to the patch so you can download it. Download it as gzip format.&lt;BR /&gt;&lt;BR /&gt;Now, on your HP server gunzip the patch. Now it should be something like PHXX_12345.depot&lt;BR /&gt;You can now use swlist on it to confirm its contents; swlist -s $PWD/PHXX_12345.depot&lt;BR /&gt;It should list the patch something like;&lt;BR /&gt;PHXX_12345 &lt;VERSION&gt; &lt;DESCRIPTION&gt;&lt;BR /&gt;&lt;BR /&gt;Now you can install it using swinstall;&lt;BR /&gt;swinstall -s $PWD/PHXX_12345.depot \*&lt;BR /&gt;&lt;BR /&gt;If the patch requires a reboot it will tell you and you will need to add an option;&lt;BR /&gt;swinstall -x autoreboot=true -s $PWD/PHXX_12345.depot \*&lt;BR /&gt;&lt;BR /&gt;Thats it!&lt;BR /&gt;&lt;/DESCRIPTION&gt;&lt;/VERSION&gt;</description>
      <pubDate>Fri, 26 Jul 2002 06:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773200#M75251</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-26T06:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: patch install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773201#M75252</link>
      <description>download the patch onto your unix system..&lt;BR /&gt;unshar it -&amp;gt;  &lt;BR /&gt;&lt;BR /&gt;sh &lt;PATCH_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;this will produce 2 files : a &lt;PATCHNAME&gt;.txt file and the patch binary.&lt;BR /&gt;&lt;BR /&gt;read the &lt;PATCHNAME&gt;.txt file .&lt;BR /&gt;&lt;BR /&gt; It contains the exact syntax and info you need including the unix command line and special handling instructions&lt;/PATCHNAME&gt;&lt;/PATCHNAME&gt;&lt;/PATCH_NAME&gt;</description>
      <pubDate>Fri, 26 Jul 2002 06:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773201#M75252</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-07-26T06:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: patch install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773202#M75253</link>
      <description>Here you can learn something about patch using:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90154/B2355-90154.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90154/B2355-90154.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Gerald-</description>
      <pubDate>Fri, 26 Jul 2002 09:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773202#M75253</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2002-07-26T09:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: patch install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773203#M75254</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;iam attaching a word document, which may be useful.&lt;BR /&gt;&lt;BR /&gt;regds</description>
      <pubDate>Fri, 26 Jul 2002 11:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773203#M75254</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-07-26T11:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: patch install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773204#M75255</link>
      <description>1. download the patch from itrc web site to your /tmp&lt;BR /&gt;&lt;BR /&gt;itrc.hp.com&lt;BR /&gt;&lt;BR /&gt;let's say it is PHSS_XXXX.txt&lt;BR /&gt;&lt;BR /&gt;2. cd /tmp&lt;BR /&gt;&lt;BR /&gt;3. sh PHSS_XXXX.txt&lt;BR /&gt;you will get two files, PHSS_XXXX.depot, PHSS_XXXX.text&lt;BR /&gt;&lt;BR /&gt;4. go through PHSS_XXXX.text before you go, to see whether it has special installation required, you also can see the same thing from itrc web site when you download the patch&lt;BR /&gt;&lt;BR /&gt;5. swinstall&lt;BR /&gt;&lt;BR /&gt;6. actions --&amp;gt; mark for install&lt;BR /&gt;&lt;BR /&gt;7. actions --&amp;gt; install&lt;BR /&gt;&lt;BR /&gt;That is the easiest way to do, good luck.&lt;BR /&gt;&lt;BR /&gt;One good manual for your info:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90154/B2355-90154.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90154/B2355-90154.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2002 11:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773204#M75255</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-07-26T11:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: patch install</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773205#M75256</link>
      <description>Thx 4 all your help.&lt;BR /&gt;&lt;BR /&gt;The patch update had to happen on 4 machines connected to a FC60.&lt;BR /&gt;One of them has a software depot. So I installed it from there.&lt;BR /&gt;&lt;BR /&gt;One suggestion: "autoboot=true" raised an eyebrow. I guess that was a test for an AIX root ;-)&lt;BR /&gt;&lt;BR /&gt;0/~</description>
      <pubDate>Mon, 29 Jul 2002 06:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-install/m-p/2773205#M75256</guid>
      <dc:creator>Ferdinand_2</dc:creator>
      <dc:date>2002-07-29T06:00:14Z</dc:date>
    </item>
  </channel>
</rss>

