<?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 swinstall problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2851619#M93744</link>
    <description>Hello all, &lt;BR /&gt;&lt;BR /&gt;I have a install.sh script that do &lt;BR /&gt;the following: &lt;BR /&gt;&lt;BR /&gt;swreg -l depot /tmp/prod1.depot &lt;BR /&gt;swinstall -s /tmp/prod1.depot @ /var/prod1 &lt;BR /&gt;&lt;BR /&gt;and prod1.depot is created with swpackage using &lt;BR /&gt;a psf file of prodname prod1. &lt;BR /&gt;&lt;BR /&gt;prod1 is successfully installed at the directory /var/prod1 &lt;BR /&gt;&lt;BR /&gt;However, &lt;BR /&gt;&lt;BR /&gt;1. prod1 cannot be located in SAM &lt;BR /&gt;&lt;BR /&gt;2. &lt;BR /&gt;using command line &lt;BR /&gt;'swlist | grep prod1' shows nothing. &lt;BR /&gt;&lt;BR /&gt;3. &lt;BR /&gt;using command line &lt;BR /&gt;'swlist @ /var/prod1 shows prod1 in the list.&lt;BR /&gt;&lt;BR /&gt;So, how is it that prod1 cannot be found in SAM lists of installed software and depot. &lt;BR /&gt;Harry said,&lt;BR /&gt;&lt;BR /&gt;I need to specify the directory for installing the product to be e.g /var/prod1 or /opt/prod1&lt;BR /&gt;And the depot file is sitting in /tmp/prod1.depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance. &lt;BR /&gt;- Jessica  &lt;BR /&gt;    &lt;BR /&gt;</description>
    <pubDate>Mon, 25 Nov 2002 18:52:11 GMT</pubDate>
    <dc:creator>jessica Koo</dc:creator>
    <dc:date>2002-11-25T18:52:11Z</dc:date>
    <item>
      <title>swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2851619#M93744</link>
      <description>Hello all, &lt;BR /&gt;&lt;BR /&gt;I have a install.sh script that do &lt;BR /&gt;the following: &lt;BR /&gt;&lt;BR /&gt;swreg -l depot /tmp/prod1.depot &lt;BR /&gt;swinstall -s /tmp/prod1.depot @ /var/prod1 &lt;BR /&gt;&lt;BR /&gt;and prod1.depot is created with swpackage using &lt;BR /&gt;a psf file of prodname prod1. &lt;BR /&gt;&lt;BR /&gt;prod1 is successfully installed at the directory /var/prod1 &lt;BR /&gt;&lt;BR /&gt;However, &lt;BR /&gt;&lt;BR /&gt;1. prod1 cannot be located in SAM &lt;BR /&gt;&lt;BR /&gt;2. &lt;BR /&gt;using command line &lt;BR /&gt;'swlist | grep prod1' shows nothing. &lt;BR /&gt;&lt;BR /&gt;3. &lt;BR /&gt;using command line &lt;BR /&gt;'swlist @ /var/prod1 shows prod1 in the list.&lt;BR /&gt;&lt;BR /&gt;So, how is it that prod1 cannot be found in SAM lists of installed software and depot. &lt;BR /&gt;Harry said,&lt;BR /&gt;&lt;BR /&gt;I need to specify the directory for installing the product to be e.g /var/prod1 or /opt/prod1&lt;BR /&gt;And the depot file is sitting in /tmp/prod1.depot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance. &lt;BR /&gt;- Jessica  &lt;BR /&gt;    &lt;BR /&gt;</description>
      <pubDate>Mon, 25 Nov 2002 18:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2851619#M93744</guid>
      <dc:creator>jessica Koo</dc:creator>
      <dc:date>2002-11-25T18:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2851620#M93745</link>
      <description>Hi Jessica,&lt;BR /&gt;&lt;BR /&gt;as far as I see, you are installing into another "root" filesystem, NOT into a specific target directory on your system!&lt;BR /&gt;And the consequence is that you will get another IPD (Installed Product Database) for that other "root" - in your case that would be "/var/prod1/var/spool/sw/products/".&lt;BR /&gt;&lt;BR /&gt;So the question is: what was/is your goal? Installing something into another directory, but still on your locla system and into your existing IPD?&lt;BR /&gt;Or to install something into another "root"? But that is almost always useful only for a mounted root-filesystem of another computer...&lt;BR /&gt;&lt;BR /&gt;FWIW,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2002 20:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2851620#M93745</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-11-28T20:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2851621#M93746</link>
      <description>&lt;BR /&gt;If I am correct, You want to install the depot in a diff. place other than the default location.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If so, pls do.&lt;BR /&gt;&lt;BR /&gt;# swinstall -s &lt;SW source=""&gt; &lt;MYSOFTWARE&gt;,l=&lt;LOCATION i="" want="" to="" install=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;~ Kars&lt;BR /&gt;&lt;/LOCATION&gt;&lt;/MYSOFTWARE&gt;&lt;/SW&gt;</description>
      <pubDate>Fri, 29 Nov 2002 05:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-problem/m-p/2851621#M93746</guid>
      <dc:creator>Karvendhan M</dc:creator>
      <dc:date>2002-11-29T05:56:04Z</dc:date>
    </item>
  </channel>
</rss>

