<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898345#M104409</link>
    <description>Try stopping and restarting the swagentd:&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;Pete</description>
    <pubDate>Thu, 06 Feb 2003 13:41:21 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-02-06T13:41:21Z</dc:date>
    <item>
      <title>swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898344#M104408</link>
      <description>When trying to list installed software/Patches I am getting issued the following...&lt;BR /&gt;&lt;BR /&gt;# swlist -l product &lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "unix1"...&lt;BR /&gt;ERROR:   The expected depot or root does not exist at "/".&lt;BR /&gt;ERROR:   There is currently no installed software on host "unix1" at&lt;BR /&gt;         location "/".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any Ideas Gents/Ladies ??</description>
      <pubDate>Thu, 06 Feb 2003 13:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898344#M104408</guid>
      <dc:creator>Kevin_107</dc:creator>
      <dc:date>2003-02-06T13:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898345#M104409</link>
      <description>Try stopping and restarting the swagentd:&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;Pete</description>
      <pubDate>Thu, 06 Feb 2003 13:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898345#M104409</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-06T13:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898346#M104410</link>
      <description>Tried that..still the same error message</description>
      <pubDate>Thu, 06 Feb 2003 13:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898346#M104410</guid>
      <dc:creator>Kevin_107</dc:creator>
      <dc:date>2003-02-06T13:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898347#M104411</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have configured appropriately your /etc/resolv.conf and/or /etc/nsswitch.conf files?&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 06 Feb 2003 13:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898347#M104411</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-02-06T13:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898348#M104412</link>
      <description>Most likely, some sysadmin has removed (very serious) or renamed (fixable) /var/adm/sw. Since this directory can grow quite large, it is one of the first 'big directories' to be removed when /var fills up. But it is crucial to software management. You'll need to recover that directory. Note that swlist (and friends) may create a basic /var/adm/sw setup (minimum = /var/adm/queue) which must be replaced with the 'real' /var/adm/sw/queue.</description>
      <pubDate>Thu, 06 Feb 2003 13:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898348#M104412</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-02-06T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898349#M104413</link>
      <description>A stock March 2002 11.11 OS install does not install a nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;swagent will not run under these circumstances.&lt;BR /&gt;&lt;BR /&gt;There are several nsswitch files in the /etc directory.&lt;BR /&gt;&lt;BR /&gt;One of them needs to be copied or renamed to be nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Then stop and start swagent.&lt;BR /&gt;&lt;BR /&gt;Then swlist and the other SD-UX utilities will work.&lt;BR /&gt;&lt;BR /&gt;Here is mine.&lt;BR /&gt;&lt;BR /&gt;hosts:        dns[notfound=continue unavail=continue tryagain=continue] files&lt;BR /&gt;&lt;BR /&gt;That's all.&lt;BR /&gt;&lt;BR /&gt;Give it a shot, you got good advice on the earlier posts.&lt;BR /&gt;&lt;BR /&gt;P&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2003 13:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898349#M104413</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-06T13:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898350#M104414</link>
      <description>Sorry chaps but I have tried all the above with still no joy...The /var/adm/sw files and subdirectories are there..&lt;BR /&gt;and modified my nsswitch.conf</description>
      <pubDate>Thu, 06 Feb 2003 14:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898350#M104414</guid>
      <dc:creator>Kevin_107</dc:creator>
      <dc:date>2003-02-06T14:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898351#M104415</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you have to do following. Edit the '/var/adm/sw/defaults' file by commenting out the following entry:&lt;BR /&gt;           swinstall.use_alternate_source= true&lt;BR /&gt;&lt;BR /&gt;then re-start swagentd.&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2003 14:07:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898351#M104415</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-06T14:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898352#M104416</link>
      <description>Armin..&lt;BR /&gt;There are no lines to comment out of the default file!</description>
      <pubDate>Thu, 06 Feb 2003 14:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898352#M104416</guid>
      <dc:creator>Kevin_107</dc:creator>
      <dc:date>2003-02-06T14:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898353#M104417</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;one more, can you give a try&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/swagentd -r</description>
      <pubDate>Thu, 06 Feb 2003 14:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898353#M104417</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-06T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898354#M104418</link>
      <description>Hi!&lt;BR /&gt;It seem your hostname is alright.&lt;BR /&gt;Please try:&lt;BR /&gt;#swlist -l product @ unix1:/&lt;BR /&gt;and:&lt;BR /&gt;#swlist -l depot&lt;BR /&gt;and show us the result.&lt;BR /&gt;Regards,Stan</description>
      <pubDate>Thu, 06 Feb 2003 14:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898354#M104418</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-02-06T14:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898355#M104419</link>
      <description>take a look into you /etc/hostfile and look if the information for the localhost is the right one&lt;BR /&gt;Good Luck Brgds&lt;BR /&gt;Andi</description>
      <pubDate>Thu, 06 Feb 2003 14:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898355#M104419</guid>
      <dc:creator>Andi Rigauer</dc:creator>
      <dc:date>2003-02-06T14:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898356#M104420</link>
      <description>This error is usually caused by the INDEX file being corrupt or removed. The "master" INDEX file contains the product definitions for all the installed software on the system. It is located in /var/adm/sw/products. &lt;BR /&gt;&lt;BR /&gt;First, make a backup copy of the INDEX file (if it exists). If problems are encountered, this file can be moved back into place, and the product definitions will be restored to their former state. &lt;BR /&gt;&lt;BR /&gt;To rebuild the INDEX file, use the following procedure which will install a "fake" product on the system. During the installation of this product, the INDEX file will be regenerated. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  # cd /var/adm/sw/products &lt;BR /&gt;  # mv INDEX INDEX.orig &lt;BR /&gt;  # cd /tmp &lt;BR /&gt;  # vi void.psf &lt;BR /&gt;  product &lt;BR /&gt;  tag void &lt;BR /&gt;  fileset &lt;BR /&gt;  tag void &lt;BR /&gt;  :wq! &lt;BR /&gt;  # swpackage -s /tmp/void.psf &lt;BR /&gt;  # swinstall void &lt;BR /&gt;  # swremove void &lt;BR /&gt;  # rm void.psf &lt;BR /&gt;  # swremove -d void &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now there should be a new INDEX file under /var/adm/sw/products and the swlist command will show the installed products. &lt;BR /&gt;The IPD Installed Products Database will be up to date. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2003 15:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898356#M104420</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-02-06T15:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898357#M104421</link>
      <description>what about the hostanem resoultion can you do a nslookup &lt;LOCAL hostname=""&gt; properly ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;/LOCAL&gt;</description>
      <pubDate>Thu, 06 Feb 2003 16:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898357#M104421</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2003-02-06T16:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898358#M104422</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Let me insist in your /etc/nsswitch.conf and resolv.conf files!&lt;BR /&gt;&lt;BR /&gt;You are having a name resolution trouble, for any circuntance swinstall do not achive contact with your "unix1" host name!&lt;BR /&gt;&lt;BR /&gt;Are you ussing DNS, /etc/hosts, NIS file or all of them?&lt;BR /&gt;&lt;BR /&gt;An example of nsswitch.conf file is:&lt;BR /&gt;hosts: dns [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=continue] files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;Have you configured appropriately your /etc/resolv.conf file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2003 17:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-error/m-p/2898358#M104422</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-02-06T17:54:05Z</dc:date>
    </item>
  </channel>
</rss>

