<?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 Swlist error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148678#M454178</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am getting error while executing swlist.&lt;BR /&gt;# swlist&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "HBPTCI02"...&lt;BR /&gt;WARNING: Incomplete definition for the root (installation) "/",&lt;BR /&gt;         beginning at line 0.  The following attributes are not&lt;BR /&gt;         defined:&lt;BR /&gt;                products         the products contained in the root&lt;BR /&gt;ERROR:   The depot "ptc1250:/" exists but is currently empty.&lt;BR /&gt;&lt;BR /&gt;Kindly advice me on this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Jay</description>
    <pubDate>Mon, 05 Jan 2009 10:59:09 GMT</pubDate>
    <dc:creator>Jayan Nair</dc:creator>
    <dc:date>2009-01-05T10:59:09Z</dc:date>
    <item>
      <title>Swlist error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148678#M454178</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am getting error while executing swlist.&lt;BR /&gt;# swlist&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "HBPTCI02"...&lt;BR /&gt;WARNING: Incomplete definition for the root (installation) "/",&lt;BR /&gt;         beginning at line 0.  The following attributes are not&lt;BR /&gt;         defined:&lt;BR /&gt;                products         the products contained in the root&lt;BR /&gt;ERROR:   The depot "ptc1250:/" exists but is currently empty.&lt;BR /&gt;&lt;BR /&gt;Kindly advice me on this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Jay</description>
      <pubDate>Mon, 05 Jan 2009 10:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148678#M454178</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2009-01-05T10:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Swlist error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148679#M454179</link>
      <description>Have you fiddled with the IPD?&lt;BR /&gt;/var/adm/sw/products/&lt;BR /&gt;&lt;BR /&gt;You are probably going to have to get it back from your ignite backup.</description>
      <pubDate>Mon, 05 Jan 2009 11:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148679#M454179</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-05T11:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Swlist error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148680#M454180</link>
      <description>Hi Jayan,&lt;BR /&gt;&lt;BR /&gt;It could be due to INDEX file corruption. Backup your existing configuration, then execute these steps to regenerate the INDEX file:&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;</description>
      <pubDate>Mon, 05 Jan 2009 11:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148680#M454180</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-01-05T11:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Swlist error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148681#M454181</link>
      <description>Hello,&lt;BR /&gt;I have done all the above steps now getting&lt;BR /&gt;# swlist&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "HBPTCI02"...&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 "ptc1250" at&lt;BR /&gt;         location "/".&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jan 2009 11:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148681#M454181</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2009-01-05T11:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Swlist error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148682#M454182</link>
      <description>Hi Jay,&lt;BR /&gt;&lt;BR /&gt;Did someone remove the installed products from the /var/adm/sw/products/ directory?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 05 Jan 2009 11:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148682#M454182</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2009-01-05T11:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Swlist error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148683#M454183</link>
      <description>Hi Jayan,&lt;BR /&gt;&lt;BR /&gt;All the product directory exists under /var/adm/sw/products ? &lt;BR /&gt;&lt;BR /&gt;If not you need to restore it from your recent backup.</description>
      <pubDate>Mon, 05 Jan 2009 11:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148683#M454183</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-01-05T11:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Swlist error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148684#M454184</link>
      <description>thanks all</description>
      <pubDate>Tue, 06 Jan 2009 04:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swlist-error/m-p/5148684#M454184</guid>
      <dc:creator>Jayan Nair</dc:creator>
      <dc:date>2009-01-06T04:49:36Z</dc:date>
    </item>
  </channel>
</rss>

