<?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 Bundle installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514992#M218873</link>
    <description>Sorry, Steven. it does go through as I've mentioned. I just want to know why there is a difference. No documentation on this.</description>
    <pubDate>Thu, 31 Mar 2005 02:34:10 GMT</pubDate>
    <dc:creator>Noel Miranda</dc:creator>
    <dc:date>2005-03-31T02:34:10Z</dc:date>
    <item>
      <title>Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514987#M218868</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Assume I have a XXX.depot file containing just one patch bundle XXX. What is the difference between the foll. two commands?&lt;BR /&gt;&lt;BR /&gt;1. swinstall -x patch_match_target=true -s XXX.depot&lt;BR /&gt;&lt;BR /&gt;2. swinstall -x patch_match_target=true -s XXX.depot XXX&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 01:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514987#M218868</guid>
      <dc:creator>Noel Miranda</dc:creator>
      <dc:date>2005-03-31T01:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514988#M218869</link>
      <description>1) One depot file might have multiple bundles which&lt;BR /&gt;you did not specify in case 1. So swinstall will open&lt;BR /&gt;a GUI window in this case and you can &lt;BR /&gt;interacctivitely select with bundles you want to install&lt;BR /&gt;and click to install it. This would be true even if you&lt;BR /&gt;have only one bundle in the depot (as in your&lt;BR /&gt;case).&lt;BR /&gt;&lt;BR /&gt;2) Here, you are specifying that you want to install&lt;BR /&gt;XXX bundle. So, swinstall will not open any window&lt;BR /&gt;and does not require any GUI. You should use this &lt;BR /&gt;if you are calling swinstall from a shell script as this&lt;BR /&gt;does not require user interaction. If your depot has &lt;BR /&gt;multiple bundles and you want to install all of them,&lt;BR /&gt;then use:&lt;BR /&gt;swinstall -x patch_match_target=true -s XXX.depot \*&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 02:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514988#M218869</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-03-31T02:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514989#M218870</link>
      <description>Biswajit,&lt;BR /&gt;&lt;BR /&gt;As mentioned earlier, there is omly one patch bundle in the depot&lt;BR /&gt;&lt;BR /&gt;And the first command does not open the tui, it just goes ahead with the install.</description>
      <pubDate>Thu, 31 Mar 2005 02:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514989#M218870</guid>
      <dc:creator>Noel Miranda</dc:creator>
      <dc:date>2005-03-31T02:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514990#M218871</link>
      <description>I would think the first command should fail to do anything.&lt;BR /&gt;&lt;BR /&gt;swinstall -x patch_match_target=true -s XXX.depot&lt;BR /&gt;&lt;BR /&gt;needs to be &lt;BR /&gt;&lt;BR /&gt;swinstall -x patch_match_target=true -s /pull_path/XXX.depot \* &lt;BR /&gt;&lt;BR /&gt;to do a full install.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 31 Mar 2005 02:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514990#M218871</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-31T02:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514991#M218872</link>
      <description>What happened was that the first command selected fewer filesets to install than the second. Out of a total of appx. 1100 filesets, the first selected only around 130  whereas the second selected around 700.</description>
      <pubDate>Thu, 31 Mar 2005 02:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514991#M218872</guid>
      <dc:creator>Noel Miranda</dc:creator>
      <dc:date>2005-03-31T02:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514992#M218873</link>
      <description>Sorry, Steven. it does go through as I've mentioned. I just want to know why there is a difference. No documentation on this.</description>
      <pubDate>Thu, 31 Mar 2005 02:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514992#M218873</guid>
      <dc:creator>Noel Miranda</dc:creator>
      <dc:date>2005-03-31T02:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514993#M218874</link>
      <description>I don;t understand what documentation you want.&lt;BR /&gt;The first one will open up GUI and you select what&lt;BR /&gt;you want. For second one, you already select a&lt;BR /&gt;particular bundle in the depot. That's the difference.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 02:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514993#M218874</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-03-31T02:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514994#M218875</link>
      <description>Don't use patch_match_target=true; make sure you&lt;BR /&gt;disable all settings in /var/adm/sw/defaults file&lt;BR /&gt;and try (1) again. &lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 02:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514994#M218875</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-03-31T02:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514995#M218876</link>
      <description>I hate to repeat, but it does not invoke the gui. What I'd like to know is, when there is only that one bundle in the depot, why is there a difference in the number of filesets selected? &lt;BR /&gt;&lt;BR /&gt;Any Ideas?</description>
      <pubDate>Thu, 31 Mar 2005 02:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514995#M218876</guid>
      <dc:creator>Noel Miranda</dc:creator>
      <dc:date>2005-03-31T02:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514996#M218877</link>
      <description>Without the patch_match_target=true, swinstall generates a lot of errors, mostly complaints about software not available. And it just exits.</description>
      <pubDate>Thu, 31 Mar 2005 02:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514996#M218877</guid>
      <dc:creator>Noel Miranda</dc:creator>
      <dc:date>2005-03-31T02:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Patch Bundle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514997#M218878</link>
      <description>Did you check /var/adm/sw/defaults ?&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 02:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-bundle-installation/m-p/3514997#M218878</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-03-31T02:50:58Z</dc:date>
    </item>
  </channel>
</rss>

