<?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: Installing kernel patches in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624085#M39337</link>
    <description>Hi Richard:&lt;BR /&gt;&lt;BR /&gt;Do this (assuming that your patches reside in /tmp):&lt;BR /&gt;&lt;BR /&gt;PDIR=/tmp/patch_depot&lt;BR /&gt;mkdir $PDIR&lt;BR /&gt;cd /tmp&lt;BR /&gt;for X in PH*.depot&lt;BR /&gt;do&lt;BR /&gt;  swcopy -s ${PWD}/${X} \* @ ${PDIR}&lt;BR /&gt;done&lt;BR /&gt;#&lt;BR /&gt;swlist -s ${PDIR}&lt;BR /&gt;&lt;BR /&gt;...Now specify $PDIR as you source depot for the 'swinstall'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 03 Dec 2001 16:32:22 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-12-03T16:32:22Z</dc:date>
    <item>
      <title>Installing kernel patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624080#M39332</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a series of kernel patches I have to install on a hp-ux 11.0 server. Is there a way to install them without having to reboot after each an everyone of them?&lt;BR /&gt;&lt;BR /&gt;Richard.</description>
      <pubDate>Mon, 03 Dec 2001 16:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624080#M39332</guid>
      <dc:creator>Richard Patenaude</dc:creator>
      <dc:date>2001-12-03T16:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624081#M39333</link>
      <description>Refer this link. Basically a series of 'swcopy' commands to a newly created directory will build a depot that can be used to install many patches with only one reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xbc8cabe92dabd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xbc8cabe92dabd5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Share and enjoy! ian&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2001 16:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624081#M39333</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2001-12-03T16:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624082#M39334</link>
      <description>Yes,&lt;BR /&gt;&lt;BR /&gt;Go to the "IT Resource Center Home"&lt;BR /&gt;&lt;BR /&gt;Under "Maintenance and Support", select "more..."&lt;BR /&gt;&lt;BR /&gt;Under "Patching", select "customized patch bundles".&lt;BR /&gt;&lt;BR /&gt;And perform a custom patch bundle. This ensures you get all of the patches you need, not just a selected few.&lt;BR /&gt;&lt;BR /&gt;There are other ways to "bundle" the patches, but the "Custom Patch Manager" is the safest!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 03 Dec 2001 16:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624082#M39334</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-12-03T16:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624083#M39335</link>
      <description>Hi,&lt;BR /&gt;Yes, by making a depot an than installing that&lt;BR /&gt;depot.&lt;BR /&gt;Example&lt;BR /&gt;root/sv00220#swcopy -vv -s /var/adm/crash/patch/PHKL_18543.depot \*&lt;BR /&gt;    @ /var/adm/crash/patch/veritas&lt;BR /&gt;    &lt;BR /&gt;root/sv00220#swcopy -vv -s /var/adm/crash/patch/PHCO_23651.depot \*&lt;BR /&gt;    @ /var/adm/crash/patch/veritas&lt;BR /&gt;&lt;BR /&gt;root/sv00220#swinstall -vv -p &amp;gt; -x autoreboot=true &amp;gt; -x patch_match_target=true &amp;gt; -x autoselect_patches=true &amp;gt; -s /var/adm/crash/patch/veritas \*     &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 03 Dec 2001 16:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624083#M39335</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2001-12-03T16:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624084#M39336</link>
      <description>Wow ... that last command got seriously mangled ...&lt;BR /&gt;The install should be &lt;BR /&gt;root/sv00220#swinstall -vv -p -x autoreboot=true -x patch_match_target=true -x autoselect_patches=true -s /var/adm/crash/patch/veritas \* &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2001 16:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624084#M39336</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2001-12-03T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624085#M39337</link>
      <description>Hi Richard:&lt;BR /&gt;&lt;BR /&gt;Do this (assuming that your patches reside in /tmp):&lt;BR /&gt;&lt;BR /&gt;PDIR=/tmp/patch_depot&lt;BR /&gt;mkdir $PDIR&lt;BR /&gt;cd /tmp&lt;BR /&gt;for X in PH*.depot&lt;BR /&gt;do&lt;BR /&gt;  swcopy -s ${PWD}/${X} \* @ ${PDIR}&lt;BR /&gt;done&lt;BR /&gt;#&lt;BR /&gt;swlist -s ${PDIR}&lt;BR /&gt;&lt;BR /&gt;...Now specify $PDIR as you source depot for the 'swinstall'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 03 Dec 2001 16:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624085#M39337</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-12-03T16:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624086#M39338</link>
      <description>HI&lt;BR /&gt;Copy all the patches in depot and then install it from the depot.&lt;BR /&gt;&lt;BR /&gt;for i in `ls PH*.depo`&lt;BR /&gt;do &lt;BR /&gt;swcopy -s ${i} \* @ ${PATCH_DEPOT_DIR} &lt;BR /&gt;done &lt;BR /&gt;&lt;BR /&gt;Once copied in depot use&lt;BR /&gt;#swinstall -x autoreboot=true -x patch_match_target=true -s &lt;PATCH_DEPOT_DIR&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant&lt;/PATCH_DEPOT_DIR&gt;</description>
      <pubDate>Mon, 03 Dec 2001 16:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624086#M39338</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-12-03T16:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installing kernel patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624087#M39339</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;Try these links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=fc5f11c3127e38250d/screen=ckiDisplayDocument?docId=200000045145898" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=fc5f11c3127e38250d/screen=ckiDisplayDocument?docId=200000045145898&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=fc5f11c3127e38250d/screen=ckiDisplayDocument?docId=200000055333529" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=fc5f11c3127e38250d/screen=ckiDisplayDocument?docId=200000055333529&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2001 18:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-kernel-patches/m-p/2624087#M39339</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-03T18:15:47Z</dc:date>
    </item>
  </channel>
</rss>

