<?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 error messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627392#M236930</link>
    <description>Hi Donald:&lt;BR /&gt;&lt;BR /&gt;The '-s' option signals that what follows is the software source, in this case, your depot.  You need to specify it as shown in my first post.&lt;BR /&gt;&lt;BR /&gt;There is no problem rerunning the session.  'swinstall' has options to control reinstallation.  The default, unless you have rest it in your sessions file, is *not* to reinstall.   At commandline you would add '-x reinstall=true' and/or '-s reinstall_files=true' but that is only done infrequently.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 16 Sep 2005 06:46:41 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2005-09-16T06:46:41Z</dc:date>
    <item>
      <title>swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627382#M236920</link>
      <description>Why would i get the following error's after running a swinstall, when I looked at the swagent.log and the swagentd.log everything looks ok. These are the error messages that are returned at the console :&lt;BR /&gt;swinstall /u02/hpux_patches/cde_patch/depot&lt;BR /&gt;&lt;BR /&gt;=======  09/15/05 16:16:26 EDT  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive) (jobid=phoenix-0141)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@phoenix".&lt;BR /&gt;         &lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for "phoenix:/".&lt;BR /&gt;ERROR:   There is currently no depot software on host "phoenix" 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 "phoenix:/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 phoenix:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.&lt;BR /&gt;         &lt;BR /&gt;         &lt;BR /&gt;&lt;BR /&gt;=======  09/15/05 16:16:31 EDT  END swinstall SESSION (non-interactive)&lt;BR /&gt;         (jobid=phoenix-0141)&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2005 15:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627382#M236920</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2005-09-15T15:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627383#M236921</link>
      <description>I have never asked this question before and I am not sure about the certainity of my answer but I think when swinstall gets launched, it checks the /var/spool/sw as the default depot container. &lt;BR /&gt;&lt;BR /&gt;if you happen to run &lt;BR /&gt;&lt;BR /&gt;swlist -l depot&lt;BR /&gt;&lt;BR /&gt;command on this server, you will more than likely see /var/spool/sw listed as a source.&lt;BR /&gt;&lt;BR /&gt;if you unregister it, using command&lt;BR /&gt;&lt;BR /&gt;swreg -u -l depot /var/spool/sw&lt;BR /&gt;&lt;BR /&gt;it will not come up again when you launch swinstall session to the best of my knowledge</description>
      <pubDate>Thu, 15 Sep 2005 15:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627383#M236921</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-09-15T15:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627384#M236922</link>
      <description>Hi Donald:&lt;BR /&gt;&lt;BR /&gt;It appears that you didn't specify the depot locatino.  The default is /var/spool/sw.  Perhaps you wanted:&lt;BR /&gt;&lt;BR /&gt;# swinstall -x autoreboot=true -x patch_match_target=true -s /u02/hpux_patches/cde_patch/depot&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2005 15:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627384#M236922</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-09-15T15:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627385#M236923</link>
      <description>It seems that you didn't provide the source directory of the depot file. By default swinstall will look into /var/spool/sw for any depot file. If nothing there , it will flash that error.&lt;BR /&gt;&lt;BR /&gt;You need to give the command as&lt;BR /&gt;#swinstall -s &lt;LOCATION of="" depot="" file=""&gt;&lt;BR /&gt;&lt;BR /&gt;With this, the depot file would be sourced to swinstall and it will start an interactive SAM session as well to continue the installation of the depot software.&lt;BR /&gt;&lt;BR /&gt;&lt;/LOCATION&gt;</description>
      <pubDate>Thu, 15 Sep 2005 15:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627385#M236923</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-09-15T15:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627386#M236924</link>
      <description>hi donald,&lt;BR /&gt;&lt;BR /&gt;It just looks like you havent given the full/correct path to the patch depot.&lt;BR /&gt;&lt;BR /&gt;swinstall is looking here :/var/spool/sw for the patch and you have it here /u02/hpux_patches/cde_patch/depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;run swinstall again adding the correct path or just run the interactive swinstall&lt;BR /&gt;#swinstall&lt;BR /&gt;and then when the TUI opens point it to the correct path and install from here.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Thu, 15 Sep 2005 16:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627386#M236924</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2005-09-15T16:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627387#M236925</link>
      <description>Hi Donald, &lt;BR /&gt;&lt;BR /&gt;It looks like you haven't given the full path to the depot. Try this, &lt;BR /&gt;&lt;BR /&gt;# swinstall -s /u02/hpux_patches/cde_patch/&lt;DEPOT_NAME&gt;.depot &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;/DEPOT_NAME&gt;</description>
      <pubDate>Thu, 15 Sep 2005 23:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627387#M236925</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-15T23:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627388#M236926</link>
      <description>&lt;BR /&gt;You can use sam also to install the software.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 15 Sep 2005 23:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627388#M236926</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-15T23:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627389#M236927</link>
      <description>I thought I gave it the path, the command was&lt;BR /&gt;'swinstall /u02/hpux_patches/cde_patch/depot'.&lt;BR /&gt;&lt;BR /&gt;And in fact the .log file that was created did show the patches as available (Available     PHKL_30398.CORE2-KRN,r=1.0) and verified (Verified      PHKL_30398.CORE2-KRN,r=1.0) . Should there be additional entries in the .log file indicating the patch was actually applied?&lt;BR /&gt;&lt;BR /&gt;Is the -s parameter required, and would I compromise anything if i reran the swinstall again with the -s parameter?&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 06:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627389#M236927</guid>
      <dc:creator>Donald Thaler</dc:creator>
      <dc:date>2005-09-16T06:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627390#M236928</link>
      <description>-s is required with swinstall. It specifies the source depot. &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 06:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627390#M236928</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-16T06:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627391#M236929</link>
      <description>Yes, "swinstall  -s /u02/hpux_patches/cde_patch/depot" should do the trick.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Sep 2005 06:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627391#M236929</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-16T06:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627392#M236930</link>
      <description>Hi Donald:&lt;BR /&gt;&lt;BR /&gt;The '-s' option signals that what follows is the software source, in this case, your depot.  You need to specify it as shown in my first post.&lt;BR /&gt;&lt;BR /&gt;There is no problem rerunning the session.  'swinstall' has options to control reinstallation.  The default, unless you have rest it in your sessions file, is *not* to reinstall.   At commandline you would add '-x reinstall=true' and/or '-s reinstall_files=true' but that is only done infrequently.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 16 Sep 2005 06:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error-messages/m-p/3627392#M236930</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-09-16T06:46:41Z</dc:date>
    </item>
  </channel>
</rss>

