<?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 installation problem PHSS_35835, PHKL_29243 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126548#M315633</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Correct the command as follows :&lt;BR /&gt;&lt;BR /&gt;# swinstall -x autoreboot=false -x patch_match_target=true -s  /IBM/hpux__11.11_11200403/depot\*&lt;BR /&gt;&lt;BR /&gt;BTW, your Kernel patch require reboot and why don't you make the autoreboot=true  ??&lt;BR /&gt;&lt;BR /&gt;Rgds/ Kggj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Jan 2008 13:39:09 GMT</pubDate>
    <dc:creator>kggj</dc:creator>
    <dc:date>2008-01-09T13:39:09Z</dc:date>
    <item>
      <title>Patch installation problem PHSS_35835, PHKL_29243</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126544#M315629</link>
      <description>while installing Patch i got below error, Can any one help me on this.&lt;BR /&gt;&lt;BR /&gt;# swinstall -x autoreboot=false patch_match_target=true -s /IBM/hpux__11.11_11200403/depot\*&lt;BR /&gt; &lt;BR /&gt;=======  01/09/08 20:25:24 SST  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive)&lt;BR /&gt; &lt;BR /&gt;       * Session started for user "root@test1".&lt;BR /&gt;         &lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for "test1:/".&lt;BR /&gt;ERROR:   There is currently no depot software on host "ltasms" at&lt;BR /&gt;         location "/var/spool/sw". Make sure that an absolute pathname&lt;BR /&gt;         is specified for location (beginning with "/").&lt;BR /&gt;       * Source connection failed for "ltasms:/var/spool/sw".&lt;BR /&gt;WARNING: More information may be found in the daemon logfile on this&lt;BR /&gt;         target (default location is test1:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.</description>
      <pubDate>Wed, 09 Jan 2008 12:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126544#M315629</guid>
      <dc:creator>mukkala_1</dc:creator>
      <dc:date>2008-01-09T12:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation problem PHSS_35835, PHKL_29243</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126545#M315630</link>
      <description>You must repeat the "-x" with each option=value pair, i.e not "-x autoreboot=false patch_match_target=true", but "-x autoreboot=false -x patch_match_target=true".&lt;BR /&gt;&lt;BR /&gt;If this does not help, try restarting swagentd:&lt;BR /&gt;sh /sbin/init.d/swagentd stop&lt;BR /&gt;sh /sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;Then retry your swinstall command.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 09 Jan 2008 12:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126545#M315630</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-01-09T12:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation problem PHSS_35835, PHKL_29243</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126546#M315631</link>
      <description>Bonjour Mukkala,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That's because there is "IBM" in the path ... of course, this is just a joke !!!&lt;BR /&gt;&lt;BR /&gt;Well, If spacing is correctly represented in your post, I think that your depot source string is bad. You have specified :&lt;BR /&gt;&lt;BR /&gt;/IBM/hpux__11.11_11200403/depot\*&lt;BR /&gt;&lt;BR /&gt;Your are missing a space between /IBM/hpux__11.11_11200403/depot and \*&lt;BR /&gt;&lt;BR /&gt;Some other things are not good :&lt;BR /&gt;&lt;BR /&gt;1) patch_match_target=true &lt;BR /&gt;&lt;BR /&gt;Your are missing -x before. Each option of this kind must be have -x. If you have 2 options, then put 2 -x :&lt;BR /&gt;&lt;BR /&gt;-x autoreboot=false -x patch_match_target=true&lt;BR /&gt;&lt;BR /&gt;2) selection option : just one is enough. You specified patch_match_target=true and \* which are two different way of selecting wich product to install.&lt;BR /&gt;&lt;BR /&gt;3)-x autoreboot=false. If the patch you want to install needs a reboot, it will not install.&lt;BR /&gt;&lt;BR /&gt;4) The way you work will not give you the possibility to look at analysis's log before you apply patchs.&lt;BR /&gt;&lt;BR /&gt;In conclusion, you should :&lt;BR /&gt;&lt;BR /&gt;1) swinstall -p -x patch_match_target=true -s /IBM/hpux__11.11_11200403/depot&lt;BR /&gt;&lt;BR /&gt;Then have a look at end of file /var/adm/sw/swagent.log to control the log.&lt;BR /&gt;&lt;BR /&gt;2) Control wether or not patches need reboot. You can find this information in the .text file under /IBM/hpux__11.11_11200403&lt;BR /&gt;If so shutdown application, databases, etc ..&lt;BR /&gt;&lt;BR /&gt;3) swinstall -x autoreboot=true -x patch_match_target=true -s /IBM/hpux__11.11_11200403/depot&lt;BR /&gt;&lt;BR /&gt;4) After installation [and maybe reboot] control again /var/adm/sw/swagent.log &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also invoke interactive swinstall with :&lt;BR /&gt;&lt;BR /&gt;swinstall -i -x patch_match_target=true -s /IBM/hpux__11.11_11200403/depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 09 Jan 2008 13:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126546#M315631</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2008-01-09T13:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation problem PHSS_35835, PHKL_29243</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126547#M315632</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A somehwhat meaningful error message from unix.&lt;BR /&gt;&lt;BR /&gt;All options require a flag so swinsall knows what to do with them.&lt;BR /&gt;&lt;BR /&gt;There also appears to be  a space missing near the end of the -s full path statement between depot and slash asterisc.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 Jan 2008 13:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126547#M315632</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-01-09T13:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Patch installation problem PHSS_35835, PHKL_29243</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126548#M315633</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Correct the command as follows :&lt;BR /&gt;&lt;BR /&gt;# swinstall -x autoreboot=false -x patch_match_target=true -s  /IBM/hpux__11.11_11200403/depot\*&lt;BR /&gt;&lt;BR /&gt;BTW, your Kernel patch require reboot and why don't you make the autoreboot=true  ??&lt;BR /&gt;&lt;BR /&gt;Rgds/ Kggj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jan 2008 13:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/patch-installation-problem-phss-35835-phkl-29243/m-p/4126548#M315633</guid>
      <dc:creator>kggj</dc:creator>
      <dc:date>2008-01-09T13:39:09Z</dc:date>
    </item>
  </channel>
</rss>

