<?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: installing patches in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949651#M931635</link>
    <description>How did the patch get into /var/spool/sw?  Since /var/spool/sw is the default source, it expects it to have swcopied into there.  Or just move it to /tmp and install from there, or move it to /tmp and swcopy it back to /var/spool/sw.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Fri, 11 Apr 2003 18:21:38 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-04-11T18:21:38Z</dc:date>
    <item>
      <title>installing patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949650#M931634</link>
      <description>I am running HPUS ver. 11.0&lt;BR /&gt;Basic fresh install from the CD. No patches installed yet.&lt;BR /&gt;When I tried to install a patch PHKL_28216 I get the following error message:&lt;BR /&gt;# sh PHKL_28216&lt;BR /&gt;# ls&lt;BR /&gt;# PHKL_28216.depot is present&lt;BR /&gt;&lt;BR /&gt;#swinstall /var/spool/sw/PHKL_28216.depot&lt;BR /&gt;&lt;BR /&gt;=======  04/09/03 13:19:55 MDT  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@HPUX-L".&lt;BR /&gt;&lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for "HPUX-L:/".&lt;BR /&gt;ERROR:   There is currently no depot software on host "HPUX-L" at&lt;BR /&gt;         location "/var/spool/sw".&lt;BR /&gt;       * Source connection failed for "HPUX-L:/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 HPUX-L:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  04/09/03 13:19:56 MDT  END swinstall SESSION (non-interactive)&lt;BR /&gt;&lt;BR /&gt;Please help!&lt;BR /&gt;Thanks&lt;BR /&gt;Naeem&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Apr 2003 18:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949650#M931634</guid>
      <dc:creator>Naeem Khokhar</dc:creator>
      <dc:date>2003-04-11T18:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: installing patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949651#M931635</link>
      <description>How did the patch get into /var/spool/sw?  Since /var/spool/sw is the default source, it expects it to have swcopied into there.  Or just move it to /tmp and install from there, or move it to /tmp and swcopy it back to /var/spool/sw.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 11 Apr 2003 18:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949651#M931635</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-11T18:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: installing patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949652#M931636</link>
      <description>You didn't specify the entire path to the depot. It should be:&lt;BR /&gt;&lt;BR /&gt;swinstall -s /path/to/depot/PHKL_28216.depot \*&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Fri, 11 Apr 2003 18:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949652#M931636</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-04-11T18:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: installing patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949653#M931637</link>
      <description>Hi Naeem,&lt;BR /&gt;&lt;BR /&gt;From command line:&lt;BR /&gt;&lt;BR /&gt;swinstall -s /var/spool/sw PHKL_28216&lt;BR /&gt;&lt;BR /&gt;Or from gui:&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=xxx.xxx.xxx.xxx:0.0&lt;BR /&gt;swinstall &amp;amp;&lt;BR /&gt;Then point the source to /var/spool/sw/PHKL_28216.depot&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 11 Apr 2003 18:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949653#M931637</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-11T18:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: installing patches</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949654#M931638</link>
      <description>Hi Naeem:&lt;BR /&gt;&lt;BR /&gt;Try"&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /var/spool/sw/PHKL_28216.depot&lt;BR /&gt;&lt;BR /&gt;...assuming the you unshared the patch in '/var/spool/sw'.  Geherally, one uses '/tmp' as the receiving directory for the unshare, and generally, the patch would be installed from there.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Apr 2003 18:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patches/m-p/2949654#M931638</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-11T18:27:00Z</dc:date>
    </item>
  </channel>
</rss>

