<?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 installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597818#M33634</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The best way to do this is to create a depot.&lt;BR /&gt;# mkdir /tmp/patch_depot&lt;BR /&gt;un-shar all patches&lt;BR /&gt;# for i in PH*.depot&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; echo $i&lt;BR /&gt;&amp;gt; swcopy -s ${PWD}/$i \* @ /tmp/patch_depot&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;&lt;BR /&gt;The run swinstall to install them all in one go.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
    <pubDate>Fri, 19 Oct 2001 07:39:14 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2001-10-19T07:39:14Z</dc:date>
    <item>
      <title>Patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597815#M33631</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Is there a way to install multiple single patches, each requiring a reboot,  but without having to do a reboot after each patch. &lt;BR /&gt;Is there a way to install the multiple patches with just a single reboot.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;Manoj</description>
      <pubDate>Fri, 19 Oct 2001 07:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597815#M33631</guid>
      <dc:creator>Manoj Sooka</dc:creator>
      <dc:date>2001-10-19T07:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597816#M33632</link>
      <description>Of course,&lt;BR /&gt;&lt;BR /&gt;Just copy your patches to a software depot (use swcopy without options, it will give you a GUI). If the copy complains about unresolved dependencies, switch dependency checking off in the swcopy options.&lt;BR /&gt;Probably, you will have to copy your patches one by one. When all patches are copied, stop swcopy and start swinstall. Select as source the depot you copied everything into. Select all patches you wish to install and you will have just one reboot at the end.&lt;BR /&gt;&lt;BR /&gt;Success.</description>
      <pubDate>Fri, 19 Oct 2001 07:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597816#M33632</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2001-10-19T07:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597817#M33633</link>
      <description>you have to create a sw depot for this task :&lt;BR /&gt;&lt;BR /&gt;do the following&lt;BR /&gt;suppose  you single patch depots are in /var/tmp/patches&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for in in /var/tmp/patch_depot&lt;BR /&gt;do&lt;BR /&gt; swcopy -d -s $i \@  /var/tmp/allpatches.depot&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;this will create a depot at /var/tmp/allpatches.depot which contaiins all single patches for an installation.&lt;BR /&gt;&lt;BR /&gt;you will only have to swinstall /var/tmp/allpatches.depot&lt;BR /&gt;&lt;BR /&gt;Reagrds&lt;BR /&gt;Rainer</description>
      <pubDate>Fri, 19 Oct 2001 07:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597817#M33633</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-10-19T07:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597818#M33634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The best way to do this is to create a depot.&lt;BR /&gt;# mkdir /tmp/patch_depot&lt;BR /&gt;un-shar all patches&lt;BR /&gt;# for i in PH*.depot&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; echo $i&lt;BR /&gt;&amp;gt; swcopy -s ${PWD}/$i \* @ /tmp/patch_depot&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;&lt;BR /&gt;The run swinstall to install them all in one go.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Fri, 19 Oct 2001 07:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597818#M33634</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-10-19T07:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597819#M33635</link>
      <description>The first 2 replies are correct, but the 2nd one should read;&lt;BR /&gt;&lt;BR /&gt;for i in /var/tmp/patches&lt;BR /&gt;do&lt;BR /&gt;   swcopy .....</description>
      <pubDate>Fri, 19 Oct 2001 07:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597819#M33635</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-10-19T07:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597820#M33636</link>
      <description>Hi,&lt;BR /&gt;download all the patches to be installed to /tmp  which will be in .txt format&lt;BR /&gt;#for i in /tmp/*&lt;BR /&gt;&amp;gt;do&lt;BR /&gt;&amp;gt;sh *.txt&lt;BR /&gt;&amp;gt;done&lt;BR /&gt;This will create .depot files&lt;BR /&gt;#mkdir /tmp/patch_depot&lt;BR /&gt;# for i in PH*.depot &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; echo $i &lt;BR /&gt;&amp;gt; swcopy -s ${PWD}/$i \* @ /tmp/patch_depot &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;&lt;BR /&gt;#swreg -l depot /tmp/patch_depot&lt;BR /&gt;#swinstall -s /tmp/patch_depot&lt;BR /&gt;will install all your patches in a shot, ofcourse you need to reboot.</description>
      <pubDate>Fri, 19 Oct 2001 07:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597820#M33636</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-10-19T07:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597821#M33637</link>
      <description>When you're not very familiar with unix, you better stick with GUI's instead of cryptic shell commands. This also works if you don't have a graphical display !&lt;BR /&gt;Since you already know how to install patched individually, I think you can set the patches ready to install. After you have t-done that, do the following :&lt;BR /&gt;Create (as root) a directory where you will set your software depot (mkdir ...).&lt;BR /&gt;Then just type "swcopy". A window will pop-up to ask wher you want to copy the patches to (target depot). Enter the path to the directory you just created. The depot will register itself automatically.&lt;BR /&gt;Then, a window will pop-up to ask the source of your patche(s). Give the full path to your first patch, and click OK. You will see tha patch appear in the window. Select the patch and then open the actions menu and select "copy analysis". After a succesful analysis, you can start the copy.&lt;BR /&gt;To start copying the next patch, open the action pull-down menu and select "change source".&lt;BR /&gt;It's a bit of clicking, but a lot more easier to understand and follow what you're doing. The above given command line solutions are working also of course.</description>
      <pubDate>Fri, 19 Oct 2001 08:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2597821#M33637</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2001-10-19T08:15:06Z</dc:date>
    </item>
  </channel>
</rss>

