<?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 selection in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954889#M116845</link>
    <description>I believe that match_target is only in the 10.x version. I know with HPUX 11.x you have to use patch_match_target=true i.e.&lt;BR /&gt;&lt;BR /&gt;swinstall -x patch_match_target=true -x autoreboot=true -s yourserver:/depot/patch/xxx *&lt;BR /&gt;On the command line that says install from server yourserver from depot /depot/patch/whater and the *\ says all of them. The options prefaced with -x say only match what the target has and if a reboot is necessary, then reboot it automatically after the kernel is rebuilt.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
    <pubDate>Fri, 18 Apr 2003 17:47:40 GMT</pubDate>
    <dc:creator>John Dvorchak</dc:creator>
    <dc:date>2003-04-18T17:47:40Z</dc:date>
    <item>
      <title>patch selection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954885#M116841</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am writing script to automate installation of patch cluster. Is it possible to specify the option "autoselect_patches=true" on the command line or it is only available in UI?&lt;BR /&gt;&lt;BR /&gt;Is this correct?&lt;BR /&gt;&lt;BR /&gt;swinstall -x autoselect_patches=true server:patchdepot "*"&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 18 Apr 2003 16:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954885#M116841</guid>
      <dc:creator>SAM_24</dc:creator>
      <dc:date>2003-04-18T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: patch selection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954886#M116842</link>
      <description>Yes you can do that on the command line.  Instead of the option you mention I'd use "match_target=true" instead.&lt;BR /&gt;&lt;BR /&gt;#man swinstall&lt;BR /&gt;&lt;BR /&gt;for more information.</description>
      <pubDate>Fri, 18 Apr 2003 16:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954886#M116842</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-04-18T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: patch selection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954887#M116843</link>
      <description>Yes, its in the man pages for swinstall</description>
      <pubDate>Fri, 18 Apr 2003 16:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954887#M116843</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-04-18T16:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: patch selection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954888#M116844</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your command would look something like this&lt;BR /&gt;&lt;BR /&gt;swinstall -x match_target=true -s hostname:/path/to/depot \*&lt;BR /&gt;&lt;BR /&gt;The \* specifies all products in the depot. The -s denotes remote server/depot&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2003 17:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954888#M116844</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-18T17:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: patch selection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954889#M116845</link>
      <description>I believe that match_target is only in the 10.x version. I know with HPUX 11.x you have to use patch_match_target=true i.e.&lt;BR /&gt;&lt;BR /&gt;swinstall -x patch_match_target=true -x autoreboot=true -s yourserver:/depot/patch/xxx *&lt;BR /&gt;On the command line that says install from server yourserver from depot /depot/patch/whater and the *\ says all of them. The options prefaced with -x say only match what the target has and if a reboot is necessary, then reboot it automatically after the kernel is rebuilt.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Fri, 18 Apr 2003 17:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954889#M116845</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-04-18T17:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: patch selection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954890#M116846</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;match_target is still in there thru 11i.&lt;BR /&gt;Yes one can &amp;amp; probably should use patch_match_target. But I believe both it &amp;amp; match_target will accomplish the same goal.&lt;BR /&gt;And just to show that there's always several ways to do things, there's also autoselect_patches but it's default value is true - the above match params are false by default.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 18 Apr 2003 18:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954890#M116846</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-18T18:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: patch selection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954891#M116847</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The SD options seen in the GUI are nothing more than '-x &lt;ARGUMENTS&gt;&lt;/ARGUMENTS&gt;&lt;BR /&gt;The selection of patches and software evolved tremendously from 10.x to 11.x.&lt;BR /&gt;&lt;BR /&gt;In 10.x, patch selection and installation was governed by '-x match_target'.&lt;BR /&gt;&lt;BR /&gt;In 11.x, 'autoselect_patches=true' allows the automatic selection of patches that correspond to the *software* in a depot.  The default state for this attribute when omitted, is true.&lt;BR /&gt;&lt;BR /&gt;In 11.x, 'match_target' applies only to *non*-patch software.&lt;BR /&gt;&lt;BR /&gt;On 11.x, 'match_target' selects all software in a depot with an ancestor attribute that matches a fileset which currently resides on the server.  Thus, it may operate closely to 'patch_match_target', but it is not recommended or preferred.&lt;BR /&gt;&lt;BR /&gt;An excellent, very detailed discussion of patch management is the "HP-UX Patch Management" guide:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/pdf/5967-3578.pdf" target="_blank"&gt;http://docs.hp.com/hpux/pdf/5967-3578.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2003 18:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-selection/m-p/2954891#M116847</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-18T18:48:29Z</dc:date>
    </item>
  </channel>
</rss>

