<?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: Software products in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582582#M230150</link>
    <description>ls /opt should give you all the ones that install there, any others would probably be under /usr somewhere.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 14 Jul 2005 05:36:42 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-07-14T05:36:42Z</dc:date>
    <item>
      <title>Software products</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582581#M230149</link>
      <description>I need to complete a full software analysis of HP10.20 and 11x. How do I locate software products on HP10.20 &amp;amp; 11.0 systems that do not show up in "swlist -l product" command (Products i.e. as Oracle, etc)?  Can anyone assist me?</description>
      <pubDate>Thu, 14 Jul 2005 05:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582581#M230149</guid>
      <dc:creator>Sherelle</dc:creator>
      <dc:date>2005-07-14T05:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Software products</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582582#M230150</link>
      <description>ls /opt should give you all the ones that install there, any others would probably be under /usr somewhere.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 14 Jul 2005 05:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582582#M230150</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-14T05:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Software products</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582583#M230151</link>
      <description>Hi,&lt;BR /&gt;Oracle is not installed through sw commands. Oracle instalaltion is not managed through any of the hp-ux sdux tools. Oracle uses its own universal Installer to install/manage. &lt;BR /&gt;None of the sw commands will give any output regarding the oracle!&lt;BR /&gt;&lt;BR /&gt;You have use Oracle tools to find out what products installed within oracle.&lt;BR /&gt;&lt;BR /&gt;This may be true for all other RDBMS too.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;TT</description>
      <pubDate>Thu, 14 Jul 2005 06:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582583#M230151</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2005-07-14T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Software products</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582584#M230152</link>
      <description>If there has been shareware/freeware products installed, check the /opt and /usr/local directories. A lot of installs happen there.&lt;BR /&gt;&lt;BR /&gt;Some installs allow you to change the install directory. Example, if you download the source for SUDO and in the config said to install the software elsewhere, you will have to scout that out.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 06:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582584#M230152</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-14T06:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Software products</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582585#M230153</link>
      <description>together with agreeing all of the above, unfortunately, there is no surefire way of telling what is installed on any given HP-UX server if the installation circumvented swinstall. Most apps, traditionally, are setup to install under /usr (as in user applications which why this filesystem/directory were placed in the original unix implementation) or /opt (as in optional products as it materialized in the later unix incarnations) but if you look at the nature of the apps, they can be placed anywhere and are able to run regardless of the placement.&lt;BR /&gt;&lt;BR /&gt;Good luck figuring this out. Not an easy task.</description>
      <pubDate>Thu, 14 Jul 2005 18:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582585#M230153</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-14T18:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Software products</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582586#M230154</link>
      <description>Do a find / -name  wildcarded and pipe it to a file. Then grep out for command product names you are looking for like psoft, 9.2.* for oracle for example and so on.  This is the only way other then hunt and peck or swlist under hpux.  Even windows has the same problem do to winziped installs and 3rd party installers.</description>
      <pubDate>Thu, 14 Jul 2005 20:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/software-products/m-p/3582586#M230154</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-07-14T20:16:18Z</dc:date>
    </item>
  </channel>
</rss>

