<?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: swinstall problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859065#M95637</link>
    <description>The match_target=true option does some checking on existing patches and what youre trying to install and obviously works out you have nothing to install.&lt;BR /&gt;&lt;BR /&gt;You need to look into what bundle you have installed already (swlist -l bundle) and whats in the depot youre trying to install (swlist -s &lt;DEPOT&gt;). If you post the results we can look into it further.&lt;BR /&gt;&lt;/DEPOT&gt;</description>
    <pubDate>Fri, 06 Dec 2002 11:38:48 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2002-12-06T11:38:48Z</dc:date>
    <item>
      <title>swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859064#M95636</link>
      <description>Hi all,&lt;BR /&gt;I have a script that uses the swinstall command to install a patch bundle over an existing patch bundle.  The install goes ahead as expected and installs the patches and reboots.  The problem is when I do an swlist the bundle still shows as the previous version.  If I open up an interactive swinstall and re-install the new patch bundle it selects 0 patches to install but goes through the motions anyway I assume doing an swconfig or something.  This finishes without rebooting and updates the bundle infomation in the swlist.  Now for the questions ... &lt;BR /&gt;Why doesn't swinstall do this from the command line?  &lt;BR /&gt;Should I be using any additional switches or is there another command I can run non-interactivly that will sort this out?&lt;BR /&gt;&lt;BR /&gt;This is the command I'm using:&lt;BR /&gt;remsh servername /usr/sbin/swinstall -s depotserver:/gls_depot/hp/hpux11.00/LMNBL3V1100/ -x autoreboot=true -x mount_all_filesystems=false -x patch_match_target=true</description>
      <pubDate>Fri, 06 Dec 2002 11:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859064#M95636</guid>
      <dc:creator>Nick Tarmey_3</dc:creator>
      <dc:date>2002-12-06T11:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859065#M95637</link>
      <description>The match_target=true option does some checking on existing patches and what youre trying to install and obviously works out you have nothing to install.&lt;BR /&gt;&lt;BR /&gt;You need to look into what bundle you have installed already (swlist -l bundle) and whats in the depot youre trying to install (swlist -s &lt;DEPOT&gt;). If you post the results we can look into it further.&lt;BR /&gt;&lt;/DEPOT&gt;</description>
      <pubDate>Fri, 06 Dec 2002 11:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859065#M95637</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-12-06T11:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859066#M95638</link>
      <description>Try using -l option with remsh and full command in double quotes. I guess its not taking the options of swinstall. Use &lt;BR /&gt;remsh servername -l "......."&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Fri, 06 Dec 2002 11:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859066#M95638</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-06T11:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859067#M95639</link>
      <description>seems that patch_match_target=true does some checking. Could be problem with that. Ckeck how options are set when you do interactively.&lt;BR /&gt;&lt;BR /&gt;Compare x options. (when doing interactive and through command line)</description>
      <pubDate>Fri, 06 Dec 2002 11:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859067#M95639</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-12-06T11:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859068#M95640</link>
      <description>Guys, thanks for all your replies on this I've actually found what was causing the problem I had left out /* from the swinstall line.  I've just tried it and it worked a treat.&lt;BR /&gt;The command now looks like so:&lt;BR /&gt;remsh servername /usr/sbin/swinstall -s depotserver:/gls_depot/hp/hpux11.00/LMNBL3V1100/ -x autoreboot=true -x mount_all_filesystems=false -x patch_match_target=true /*&lt;BR /&gt;&lt;BR /&gt;Have a nice weekend!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Dec 2002 18:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2859068#M95640</guid>
      <dc:creator>Nick Tarmey_3</dc:creator>
      <dc:date>2002-12-06T18:08:40Z</dc:date>
    </item>
  </channel>
</rss>

