<?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 patch installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2478249#M17812</link>
    <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;how do I've to set up swinstall to accept several individual patches (*.depot files) at a time? &lt;BR /&gt;I'd like to avoid to have to reboot several times.&lt;BR /&gt;OS: HP-UX 11.00&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Theo</description>
    <pubDate>Wed, 03 Jan 2001 13:56:07 GMT</pubDate>
    <dc:creator>Theo Wawers</dc:creator>
    <dc:date>2001-01-03T13:56:07Z</dc:date>
    <item>
      <title>patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2478249#M17812</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;how do I've to set up swinstall to accept several individual patches (*.depot files) at a time? &lt;BR /&gt;I'd like to avoid to have to reboot several times.&lt;BR /&gt;OS: HP-UX 11.00&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Theo</description>
      <pubDate>Wed, 03 Jan 2001 13:56:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2478249#M17812</guid>
      <dc:creator>Theo Wawers</dc:creator>
      <dc:date>2001-01-03T13:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: patch installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2478250#M17813</link>
      <description>If you have several individual patches which you need to install&lt;BR /&gt;it is useful to package them all together into one patch depot.&lt;BR /&gt;This way you do not need to run swinstall multiple&lt;BR /&gt;times and if patches require a reboot the system will reboot only once. This is&lt;BR /&gt;also important to resolve patch dependencies properly.&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;Example of creating a SD-UX depot containing 3 different patches&lt;BR /&gt;        PHxx_A,&lt;BR /&gt;        PHxx_B and&lt;BR /&gt;        PHxx_C:&lt;BR /&gt;&lt;BR /&gt;Retrieve the patches for instance from a patch server or web site :&lt;BR /&gt;&lt;BR /&gt;        mkdir /tmp/patches&lt;BR /&gt;        cd /tmp/patches&lt;BR /&gt;&lt;BR /&gt;Copy patches via ftp, rcp ... into this directory.&lt;BR /&gt;&lt;BR /&gt;        ls&lt;BR /&gt;&lt;BR /&gt;PHxx_A&lt;BR /&gt;PHxx_B&lt;BR /&gt;PHxx_C&lt;BR /&gt;&lt;BR /&gt;Unpack all patches :&lt;BR /&gt;&lt;BR /&gt;        sh PHxx_A&lt;BR /&gt;        sh PHxx_B&lt;BR /&gt;        sh PHxx_C&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This can be done in one operation with the following commands:&lt;BR /&gt;&lt;BR /&gt;        # cd /tmp&lt;BR /&gt;        # for i in PH*&lt;BR /&gt;          &amp;gt; do&lt;BR /&gt;          &amp;gt; sh $i&lt;BR /&gt;          &amp;gt; done&lt;BR /&gt;        #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Create a patch depot :&lt;BR /&gt;&lt;BR /&gt;        mkdir /tmp/patch_depot&lt;BR /&gt;        swcopy -v -s /tmp/patches/PHxx_A.depot PHxx_A @ /tmp/patch_depot&lt;BR /&gt;        swcopy -v -s /tmp/patches/PHxx_B.depot PHxx_B @ /tmp/patch_depot&lt;BR /&gt;        swcopy -v -s /tmp/patches/PHxx_C.depot PHxx_C @ /tmp/patch_depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This can also be done with the following commands in one operation:&lt;BR /&gt;&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; swcopy -s ${PWD}/$i \* @ /tmp/patch_depot&lt;BR /&gt;          &amp;gt; done&lt;BR /&gt;        #&lt;BR /&gt;&lt;BR /&gt;Now call swinstall and specify /tmp/patch_depot as your source.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you need to copy the depot to a tape use the following command :&lt;BR /&gt;&lt;BR /&gt;        swpackage -s /tmp/patch_depot -x target_type=tape -d /dev/rmt/0m "*"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jan 2001 13:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation/m-p/2478250#M17813</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-01-03T13:58:50Z</dc:date>
    </item>
  </channel>
</rss>

