<?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 patch bundle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757020#M258671</link>
    <description>I dont think another session is running to  installing the depo file because nobody accessing the server.&lt;BR /&gt;And here i am attaching the swagentd.log file&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Eswar</description>
    <pubDate>Thu, 23 Mar 2006 00:29:36 GMT</pubDate>
    <dc:creator>Venkat_11</dc:creator>
    <dc:date>2006-03-23T00:29:36Z</dc:date>
    <item>
      <title>Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757010#M258661</link>
      <description>I downloaded latest patch bundle as tar file. And when i untared that file it came up with &lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 50         namsysad   1402880 Nov 17 00:21 BUNDLE11i_B.11.11.0306.1.depot&lt;BR /&gt;-rw-r--r--   1 50         namsysad   504064000 Nov 17 00:00 GOLDQPK11i_B.11.11.0509.429.depot&lt;BR /&gt;-rw-r--r--   1 50         namsysad   2775793 Mar 14 14:16 PHCO_33310&lt;BR /&gt;-rw-r--r--   1 50         namsysad   1397809 Feb 14 22:27 PHKL_33066&lt;BR /&gt;-rw-r--r--   1 50         namsysad   1637673 Dec 10 02:56 PHKL_33390&lt;BR /&gt;-rw-r--r--   1 50         namsysad   1915267 Jul 13  2005 PHSS_29121&lt;BR /&gt;-rw-r--r--   1 50         namsysad   17536939 Jul 13  2005 PHSS_30742&lt;BR /&gt;-rw-r--r--   1 50         namsysad   2777395 Jan  5 15:13 PHSS_34102&lt;BR /&gt;-rw-r--r--   1 50         namsysad      1831 Feb 23 21:10 README_hp-ux&lt;BR /&gt;-rwxr-xr-x   1 50         namsysad      5768 Mar 22 13:00 create_depot_hp-ux_11&lt;BR /&gt;-rwxr-xr--   1 root       sys        533524992 Mar 22 15:21 hpux_800_11.11_03221200.tar&lt;BR /&gt;-rw-r-----   1 50         namsysad       568 Mar 22 13:00 patch_manifest&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now i want to create a single depo file by using all these files. Can anybody tell the procedure. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Eswar</description>
      <pubDate>Wed, 22 Mar 2006 17:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757010#M258661</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2006-03-22T17:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757011#M258662</link>
      <description>The file GOLDQPK11i_B.11.11.0509.429.depot was already a Depot file. You didn't need to un-tar it. You should use swinstall -s with the full path to the depot file:&lt;BR /&gt;&lt;BR /&gt;swinstall -s /tmp/depot/GOLDQPK11i_B.11.11.0509.429.depot&lt;BR /&gt;&lt;BR /&gt;Plus the switches you would normally use like autoreboot=true mountmount_all_filesystems=false etc.&lt;BR /&gt;&lt;BR /&gt;don't forget you can do a preview to see what whould happen:&lt;BR /&gt;&lt;BR /&gt;swinstall -p -s /tmp/depot/GOLDQPK11i_B.11.11.0509.429.depot</description>
      <pubDate>Wed, 22 Mar 2006 18:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757011#M258662</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2006-03-22T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757012#M258663</link>
      <description>Run this file:&lt;BR /&gt;&lt;BR /&gt;# ./create_depot_hp-ux_11&lt;BR /&gt;&lt;BR /&gt;This will create a single depot with all patches included.&lt;BR /&gt;&lt;BR /&gt;Also read the README_hp-ux file in that same directory.  It should have the instructions.</description>
      <pubDate>Wed, 22 Mar 2006 18:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757012#M258663</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-03-22T18:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757013#M258664</link>
      <description>hi venkat&lt;BR /&gt;&lt;BR /&gt;You can try with swcopy&lt;BR /&gt;&lt;BR /&gt;command :&lt;BR /&gt;# swcopy -s  Depotname.tar \* @ /var/adm/sw/depots/jtmp&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Mar 2006 19:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757013#M258664</guid>
      <dc:creator>dhamodharan_1</dc:creator>
      <dc:date>2006-03-22T19:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757014#M258665</link>
      <description>I ran ./create_depot_hp-ux_11 file i am getting errors.Here i am attaching the errors file.&lt;BR /&gt;&lt;BR /&gt;Please advice me.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Venkat</description>
      <pubDate>Wed, 22 Mar 2006 22:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757014#M258665</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2006-03-22T22:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757015#M258666</link>
      <description>Hi Venkat, &lt;BR /&gt;&lt;BR /&gt;Try to start swagentd daemon, i think it is not running in your system. To check it is running, &lt;BR /&gt;# ps -ef |grep -i agent&lt;BR /&gt;&lt;BR /&gt;To Start&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;To Restart &lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/swagentd stop&lt;BR /&gt;# /sbin/init.d/swagentd start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 22 Mar 2006 22:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757015#M258666</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-22T22:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757016#M258667</link>
      <description>hi eswar,&lt;BR /&gt;&lt;BR /&gt;try to copy the files to another file system where you have ample disk space to create a depot and run the instructions again as the root user.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 22 Mar 2006 23:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757016#M258667</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-03-22T23:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757017#M258668</link>
      <description>Atually i ran the same ./create_depot_hp-ux_11 by restarting the swagentd service and this time i got some errors. Here i am attaching the file.&lt;BR /&gt;&lt;BR /&gt;Please check and advice me&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Venkat</description>
      <pubDate>Thu, 23 Mar 2006 00:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757017#M258668</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2006-03-23T00:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757018#M258669</link>
      <description>Venkat, &lt;BR /&gt;&lt;BR /&gt;This time you have different error, &lt;BR /&gt;&lt;BR /&gt;ERROR:   "usxsl084:/opt/patch/depot":  This target or source is already&lt;BR /&gt;         in use either within this same session or by another session.&lt;BR /&gt;         A read or write lock was denied.&lt;BR /&gt;&lt;BR /&gt;Are you trying to install the depot from anyother telnet session ? Check the log file for detailed information., &lt;BR /&gt;&lt;BR /&gt;ERROR:   More information may be found in the daemon logfile on this&lt;BR /&gt;         target (default location is&lt;BR /&gt;         usxsl084:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 23 Mar 2006 00:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757018#M258669</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-23T00:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757019#M258670</link>
      <description>Hope some session (telnet) is making install process as well. Stop that process (or kill). Try with ./create_depot_hp-ux_11 file now.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 23 Mar 2006 00:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757019#M258670</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-23T00:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757020#M258671</link>
      <description>I dont think another session is running to  installing the depo file because nobody accessing the server.&lt;BR /&gt;And here i am attaching the swagentd.log file&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Eswar</description>
      <pubDate>Thu, 23 Mar 2006 00:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757020#M258671</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2006-03-23T00:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757021#M258672</link>
      <description>Hi Venkat, &lt;BR /&gt;&lt;BR /&gt;ERROR:   Failed to start source agent on "/opt" for&lt;BR /&gt;         root@usxsl084.slb.atosorigin-asp.com.  "/opt" is not a valid&lt;BR /&gt;         depot.  03/22/06 11:47:05 CST&lt;BR /&gt;&lt;BR /&gt;You have to give full path like, -s  &lt;BR /&gt;&lt;BR /&gt;Also, Just check anyother process like sam trying to install. &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Thu, 23 Mar 2006 00:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757021#M258672</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-23T00:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757022#M258673</link>
      <description>I am able to create the depot file successfully on the primary server. And i mounted the directory which got all files to secondary(another server) server by using NFS. &lt;BR /&gt;&lt;BR /&gt;And when i am trying to install the same depot on the secondary server it just hanging up and failing. Am i missing any files which requires for installtion of depot created on the primary server. And i observed while created depot it updated some files under /var/adm/sw and /.sw/sessions/ do i need to copy any other information to the secondary server from the primary server to make the depot installation succesfull on secondary server.</description>
      <pubDate>Thu, 23 Mar 2006 18:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757022#M258673</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2006-03-23T18:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Installing patch bundle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757023#M258674</link>
      <description>I am able to create the depot file successfully on the primary server. And i mounted the directory which got all files to secondary(another server) server by using NFS. &lt;BR /&gt;&lt;BR /&gt;And when i am trying to install the same depot on the secondary server it just hanging up and failing. Am i missing any files which requires for installtion of depot created on the primary server. And i observed while created depot it updated some files under /var/adm/sw and /.sw/sessions/ do i need to copy any other information to the secondary server from the primary server to make the depot installation succesfull on secondary server.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Eswar</description>
      <pubDate>Thu, 23 Mar 2006 18:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-patch-bundle/m-p/3757023#M258674</guid>
      <dc:creator>Venkat_11</dc:creator>
      <dc:date>2006-03-23T18:32:36Z</dc:date>
    </item>
  </channel>
</rss>

