<?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: The trouble with patching :-( in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476384#M361920</link>
    <description>You might want to try...&lt;BR /&gt;&lt;BR /&gt;swinstall -x autoreboot=true -x patch_match_target=true -s dubhptst:/scratch/PHSS_36086.depot&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 10 Aug 2009 12:36:34 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2009-08-10T12:36:34Z</dc:date>
    <item>
      <title>The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476383#M361919</link>
      <description>Hey All , just looking for a 'second pair of eyes' on this one please (Im a novice at patching but I thought I'd got the command right) but obviously not. I downloaded the patch to a file system called /scratch , extracted it and ran following. Thanks in advance&lt;BR /&gt;&lt;BR /&gt;dubhptst:scratch # swinstall -x autoreboot=true -x patch_match_target=true \ -s /scratch/PHSS_36086.depot&lt;BR /&gt;&lt;BR /&gt;=======  08/10/09 13:31:43 BST  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive) (jobid=dubhptst-0075)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@dubhptst".&lt;BR /&gt;         &lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for "dubhptst:/".&lt;BR /&gt;ERROR:   There is currently no depot software on host "dubhptst" 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 "dubhptst:/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&lt;BR /&gt;         dubhptst:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.&lt;BR /&gt;         &lt;BR /&gt;         &lt;BR /&gt;&lt;BR /&gt;=======  08/10/09 13:31:44 BST  END swinstall SESSION (non-interactive)&lt;BR /&gt;         (jobid=dubhptst-0075)</description>
      <pubDate>Mon, 10 Aug 2009 12:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476383#M361919</guid>
      <dc:creator>The Gunners</dc:creator>
      <dc:date>2009-08-10T12:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476384#M361920</link>
      <description>You might want to try...&lt;BR /&gt;&lt;BR /&gt;swinstall -x autoreboot=true -x patch_match_target=true -s dubhptst:/scratch/PHSS_36086.depot&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476384#M361920</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-08-10T12:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476385#M361921</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First run this command.&lt;BR /&gt;#swlist -d @/scratch/PHSS_36086.depot&lt;BR /&gt;&lt;BR /&gt;The above command should list the product/patch available on the depot. Then register the depot using this command.&lt;BR /&gt;&lt;BR /&gt;#swreg -l depot /scratch/PHSS_36086.depot&lt;BR /&gt;&lt;BR /&gt;Now run this command.&lt;BR /&gt;&lt;BR /&gt;#swinstall -x autoreboot=true -x patch_match_target=true \ -s /scratch/PHSS_36086.depot \*&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476385#M361921</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-08-10T12:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476386#M361922</link>
      <description>Hi There Duncan,&lt;BR /&gt;Hmmm , tried that and no joy , I also set permissions on file and directory to 777 (just in case that was causing issue) and file is located in the correct area as below as well so dont understand.&lt;BR /&gt;&lt;BR /&gt;dubhptst: # swinstall -x autoreboot=true -x patch_match_target=true -s dubhptst:/scratch/PHSS_36086.depot&lt;BR /&gt;&lt;BR /&gt;=======  08/10/09 14:42:00 BST  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive) (jobid=dubhptst-0077)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@dubhptst".&lt;BR /&gt;         &lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for "dubhptst:/".&lt;BR /&gt;NOTE:    The patch match operation failed to find patches for target&lt;BR /&gt;         software on "dubhptst" which passed the filter.&lt;BR /&gt;NOTE:    Cannot continue the "swinstall" task.&lt;BR /&gt;&lt;BR /&gt;=======  08/10/09 14:42:02 BST  END swinstall SESSION (non-interactive)&lt;BR /&gt;         (jobid=dubhptst-0077)&lt;BR /&gt;&lt;BR /&gt;dubhptst: # ls -al /scratch/PHSS_36086.depot&lt;BR /&gt;-rwxrwxrwx   1 root       sys        7086080 May  4  2007 /scratch/PHSS_36086.depot&lt;BR /&gt;dubhptst: #</description>
      <pubDate>Mon, 10 Aug 2009 12:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476386#M361922</guid>
      <dc:creator>The Gunners</dc:creator>
      <dc:date>2009-08-10T12:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476387#M361923</link>
      <description>Hi Again,&lt;BR /&gt;&lt;BR /&gt;If you find any difficulties using command line, You could try with interactive session. Just run this..&lt;BR /&gt;&lt;BR /&gt;#swinstall -s /scratch/PHSS_36086.depot&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;#swinstall&lt;BR /&gt;&lt;BR /&gt;It will open up a user interface. Select these details.&lt;BR /&gt;Source Depot Type:  [ Local Directory ]&lt;BR /&gt;[  Source Host Name... ] hostname&lt;BR /&gt;[ Source Depot Path... ] /scratch/PHSS_36086.depot&lt;BR /&gt;&lt;BR /&gt;Give OK. It will list the patch. select the patch then goto actions in the menu -&amp;gt;&lt;BR /&gt;mark for install -&amp;gt; again actions in the menu -&amp;gt; select Install&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476387#M361923</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-08-10T12:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476388#M361924</link>
      <description>The patch in question is for one of the following products:&lt;BR /&gt;&lt;BR /&gt; C-ANSI-C B.11.11.16&lt;BR /&gt; C-ANSI-C B.11.11.14&lt;BR /&gt; C-ANSI-C B.11.11.12&lt;BR /&gt; C-ANSI-C B.11.11.10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you *have* one of those products on your system?&lt;BR /&gt;&lt;BR /&gt;swlist -l product C-ANSI-C&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 10 Aug 2009 12:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476388#M361924</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-08-10T12:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476389#M361925</link>
      <description>Hi Davey:&lt;BR /&gt;&lt;BR /&gt;The patch you are trying to install applies to one of four possible products:&lt;BR /&gt;&lt;BR /&gt;C-ANSI-C B.11.11.16&lt;BR /&gt;C-ANSI-C B.11.11.14&lt;BR /&gt;C-ANSI-C B.11.11.12&lt;BR /&gt;C-ANSI-C B.11.11.10&lt;BR /&gt;&lt;BR /&gt;Do you have anyone of those products on your server?  If not, then this is the reason for the failure.  Don't forget to look at the 'swagentd.log' file for details.&lt;BR /&gt;&lt;BR /&gt;Also do:&lt;BR /&gt;&lt;BR /&gt;# swlist -l product |grep C-ANSI-C&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476389#M361925</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-10T13:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476390#M361926</link>
      <description>Is it possible the original command is separated in the wrong place. So, the command should be:&lt;BR /&gt;dubhptst:scratch # swinstall -x autoreboot=true -x patch_match_target=true \ &lt;BR /&gt;-s /scratch/PHSS_36086.depot&lt;BR /&gt;&lt;BR /&gt;Instead of the putting \ -s to the first line.</description>
      <pubDate>Mon, 10 Aug 2009 13:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476390#M361926</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-08-10T13:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476391#M361927</link>
      <description>Hi All,&lt;BR /&gt;Hmmm , yes I just issued the command &lt;BR /&gt;&lt;BR /&gt;swlist -l product C-ANSI-C&lt;BR /&gt;&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "dubhptst"...&lt;BR /&gt;ERROR:   Software "C-ANSI-C" was not found on host "dubhptst:/".&lt;BR /&gt;dubhptst: # &lt;BR /&gt;&lt;BR /&gt;Funny enough Oracle10g pre req and checking requiremnets indicate I need the patch for install - I wonder might I get away with it as we may not need the above.&lt;BR /&gt;Could that be a problem ? I was thinking that the error looked more related to a synthax problem on my part , for example if the patch was a different one altogether and I used the above command would it still fail. Will try a few more of the suggestions above , and post output.</description>
      <pubDate>Mon, 10 Aug 2009 13:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476391#M361927</guid>
      <dc:creator>The Gunners</dc:creator>
      <dc:date>2009-08-10T13:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476392#M361928</link>
      <description>If my memory servers me right. The request for patches from Oracle is out of date. And the oracle should still runs fine without those patches unless you need to compile some c programs in it. And tell the dba that they can still install Oracle without by ignoring those messages.</description>
      <pubDate>Mon, 10 Aug 2009 13:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476392#M361928</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-08-10T13:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476393#M361929</link>
      <description>Hi (again) Davey:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Funny enough Oracle10g pre req and checking requirements indicate I need the patch for install - I wonder might I get away with it as we may not need the above.&lt;BR /&gt;&lt;BR /&gt;Don't believe everything that the Oracle says :-)&lt;BR /&gt;&lt;BR /&gt;You don't need the ANSI-C compiler to install Oracle and without it, as noted, you can't install the patch you are trying to use.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 10 Aug 2009 13:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476393#M361929</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-10T13:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476394#M361930</link>
      <description>Thanks so much guys , as usual this is such a great way of learning stuff , its a great help.&lt;BR /&gt;Cheers,&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 10 Aug 2009 13:38:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476394#M361930</guid>
      <dc:creator>The Gunners</dc:creator>
      <dc:date>2009-08-10T13:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476395#M361931</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Oracle is wrong about the patch requirements for 10g. But to install that patch you need Ansi-C installed and its not.&lt;BR /&gt;&lt;BR /&gt;Interesting also how Oracle is not complaining about no Ansi C compiler.&lt;BR /&gt;&lt;BR /&gt;I had that compiler installed on all Oracle systems I ever installed so I'm not sure about the requirement in this case.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 10 Aug 2009 13:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476395#M361931</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-08-10T13:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476396#M361932</link>
      <description>Hi Steve,&lt;BR /&gt;this is actually a new Install of Oracle10g (havent actually done it yet) , just ran the pre req 'runInstaller' and hence I got the above required patch needed. Will see what issues I get when I actually do the Oracle Install itself Hmmm.&lt;BR /&gt;Many thanks for input too</description>
      <pubDate>Mon, 10 Aug 2009 13:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476396#M361932</guid>
      <dc:creator>The Gunners</dc:creator>
      <dc:date>2009-08-10T13:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: The trouble with patching :-(</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476397#M361933</link>
      <description>The C compiler is required if you are planning to do Oracle develeopment using ProC.&lt;BR /&gt;&lt;BR /&gt;As ProC is part of the default install of Oracle Enterprise Edition, Oracle for some reason "assume" you will be using ProC and therefore check the patch levels of your C compiler.&lt;BR /&gt;&lt;BR /&gt;Nearly every Oracle install out there *doesn't* use ProC in any way, so the warnings can be ignored...&lt;BR /&gt;&lt;BR /&gt;I'm surprised you didn't hit some other patch isssues around Serviceguard for RAC patches (which you also probably don't require)...&lt;BR /&gt;&lt;BR /&gt;As another poster said - "don't beleieve everything Oracle tells you"!&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 10 Aug 2009 13:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-trouble-with-patching/m-p/4476397#M361933</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-08-10T13:46:14Z</dc:date>
    </item>
  </channel>
</rss>

