<?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 depot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884270#M101682</link>
    <description>please go throgh the attachment</description>
    <pubDate>Fri, 17 Jan 2003 11:13:38 GMT</pubDate>
    <dc:creator>kish_1</dc:creator>
    <dc:date>2003-01-17T11:13:38Z</dc:date>
    <item>
      <title>Patch depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884262#M101674</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have downloaded around 12+ patches and all are kernel patches. If i install one by one using swinstall it is asking for a reboot every time .. i need a method of installing all the patches in one time and do a reboot.&lt;BR /&gt;&lt;BR /&gt;how can i do this?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Vijaya Kumar</description>
      <pubDate>Fri, 17 Jan 2003 09:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884262#M101674</guid>
      <dc:creator>Vijaya kumar_1</dc:creator>
      <dc:date>2003-01-17T09:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Patch depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884263#M101675</link>
      <description>Hi Vijaya&lt;BR /&gt;&lt;BR /&gt;Put all your patches into a depot. &lt;BR /&gt;&lt;BR /&gt;# cd /tmp &lt;BR /&gt;# for X in PH*.htm &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; sh ${X} &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;&lt;BR /&gt;# PDIR=/tmp/patch_depot &lt;BR /&gt;# mkdir ${PDIR} &lt;BR /&gt;# for X in PH*.depot &lt;BR /&gt;&amp;gt; do &lt;BR /&gt;&amp;gt; swcopy -s ${PWD}/${X} \* @ ${PDIR} &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;&lt;BR /&gt;# swlist -s ${PDIR}&lt;BR /&gt;#swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/patches &lt;BR /&gt;&lt;BR /&gt;Cheers &lt;BR /&gt;Keely &lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jan 2003 09:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884263#M101675</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2003-01-17T09:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Patch depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884264#M101676</link>
      <description>Use swpackage to swcopy to bundle them and then install the bundle.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Carlo</description>
      <pubDate>Fri, 17 Jan 2003 09:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884264#M101676</guid>
      <dc:creator>Carlo Henrico_1</dc:creator>
      <dc:date>2003-01-17T09:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Patch depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884265#M101677</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you might want to check this document from the knowledge trees:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/iv/docDisplay.do?docId=/DE_SW_UX_Patchmanagment_EN_01_E/how_to_create_a_patch_depot.htm" target="_blank"&gt;http://www4.itrc.hp.com/service/iv/docDisplay.do?docId=/DE_SW_UX_Patchmanagment_EN_01_E/how_to_create_a_patch_depot.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;   Jochen</description>
      <pubDate>Fri, 17 Jan 2003 09:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884265#M101677</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-17T09:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Patch depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884266#M101678</link>
      <description>Go this way:&lt;BR /&gt;mkdir /tmp/depot&lt;BR /&gt;swcopy -s /&lt;PATCH location="" and="" name=""&gt; @/tmp/depot&lt;BR /&gt;&lt;BR /&gt;After you finish all patches one by one,you can run swinstall -s /tmp/depot&lt;/PATCH&gt;</description>
      <pubDate>Fri, 17 Jan 2003 09:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884266#M101678</guid>
      <dc:creator>Fred.Wu</dc:creator>
      <dc:date>2003-01-17T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Patch depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884267#M101679</link>
      <description>Hi Vijaya,&lt;BR /&gt;&lt;BR /&gt;  you have to create a depot in order do this in one go. Use swcopy to create one. Use this procedure: Unshar the downloaded patchfiles and swcopy them into a (temporary) depot. Can be done in a single for-loop:&lt;BR /&gt;&lt;BR /&gt;for f in PHKL*; do&lt;BR /&gt;sh ${f}&lt;BR /&gt;swcopy -s ${PWD}/${f}.depot ${f} localhost @ path&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Path is the full pathname of your depot.&lt;BR /&gt;&lt;BR /&gt;HTH, Edgar.</description>
      <pubDate>Fri, 17 Jan 2003 09:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884267#M101679</guid>
      <dc:creator>Edgar Matzinger</dc:creator>
      <dc:date>2003-01-17T09:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Patch depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884268#M101680</link>
      <description>Hi, Vijay&lt;BR /&gt;&lt;BR /&gt;assuming you have downloaded the patches under /tmp.&lt;BR /&gt;&lt;BR /&gt;#cd /tmp&lt;BR /&gt;#for i in *.txt&lt;BR /&gt;do&lt;BR /&gt;sh $i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;will unshar all the patches&lt;BR /&gt;&lt;BR /&gt;#mkdir patch_depot&lt;BR /&gt;#for i in *.depot&lt;BR /&gt;do&lt;BR /&gt;swcopy -s ${PWD}/$i \* @ /tmp/patch_depot&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;will create a bundle of all patches&lt;BR /&gt;&lt;BR /&gt;#swinstall -s /tmp/patch_depot&lt;BR /&gt;will install all patches in one shot.</description>
      <pubDate>Fri, 17 Jan 2003 10:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884268#M101680</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-01-17T10:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Patch depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884269#M101681</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In order to install multiple patches in one go, you will need to create&lt;BR /&gt;a patches depot as follows :&lt;BR /&gt;&lt;BR /&gt;1. Obtain the set of patches you want to install in your depot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Unshar the patches:&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;3. Combine all these separate depots into one depot. To do this, use the&lt;BR /&gt;   swcopy command. First, create the directory to store the patches:&lt;BR /&gt;&lt;BR /&gt;             # mkdir /tmp/patches&lt;BR /&gt;&lt;BR /&gt;4. Now take the patch depots and copy them into the target depot:&lt;BR /&gt;&lt;BR /&gt;      # for i in PH*depot&lt;BR /&gt;        do&lt;BR /&gt;          swcopy -x enforce_dependencies=false -s ${PWD}/$i \* @ /tmp/patches&lt;BR /&gt;        done&lt;BR /&gt;&lt;BR /&gt;5. Verify the contents of the depot:&lt;BR /&gt;&lt;BR /&gt;             # swlist  -d  @ /tmp/patches&lt;BR /&gt;&lt;BR /&gt;NOTE: enforce_dependencies=false lets you install this boundle without needs that all dependencies are inclued in this bundle!&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Fri, 17 Jan 2003 10:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884269#M101681</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-01-17T10:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Patch depot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884270#M101682</link>
      <description>please go throgh the attachment</description>
      <pubDate>Fri, 17 Jan 2003 11:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-depot/m-p/2884270#M101682</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2003-01-17T11:13:38Z</dc:date>
    </item>
  </channel>
</rss>

