<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438572#M6308</link>
    <description>Thanks Chris. It worked for me, however, I only needed omniback and I knew it's directory name.</description>
    <pubDate>Tue, 22 Aug 2000 13:37:57 GMT</pubDate>
    <dc:creator>Andy Monks</dc:creator>
    <dc:date>2000-08-22T13:37:57Z</dc:date>
    <item>
      <title>swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438562#M6298</link>
      <description>Hi, there:&lt;BR /&gt;I just want to install a bundle of hp application from cdrom, I use "swinstall", but my problem is the /opt will be full, so I create a new /opt2 and try to install them to /opt2, I don't want to extend the size of /opt. Any good ideas? thanks a lot!</description>
      <pubDate>Tue, 22 Aug 2000 12:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438562#M6298</guid>
      <dc:creator>Sunny Chen</dc:creator>
      <dc:date>2000-08-22T12:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438563#M6299</link>
      <description>swinstall will insist on installing in /opt.&lt;BR /&gt;&lt;BR /&gt;Among other things, you could:-&lt;BR /&gt;&lt;BR /&gt;1. move one (or more) subdirectories into /opt2 and install a soft link in /opt.&lt;BR /&gt;2. Mount your /opt filesystem at /opt/&lt;WHATEVER&gt; and amend /etc/fstab accordingly&lt;BR /&gt;&lt;BR /&gt;Neither are as clean and tidy as having everything in /opt.&lt;/WHATEVER&gt;</description>
      <pubDate>Tue, 22 Aug 2000 13:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438563#M6299</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-22T13:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438564#M6300</link>
      <description>You could mount another lvol under /opt to take the place of a large directory there.  Another option would be to link a directory to another mountpoint (don't know if linking directories to /opt is a great idea though).  Not sure why you don't want to extend /opt, but that may be the best choice.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 22 Aug 2000 13:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438564#M6300</guid>
      <dc:creator>Steve Sauve</dc:creator>
      <dc:date>2000-08-22T13:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438565#M6301</link>
      <description>If you know the directories involved it's possible. I had the same problem with omniback recently.&lt;BR /&gt;&lt;BR /&gt;So, I created a /disk2 filesystem and then did a 'mkdir /disk2/omni'. Then a 'ln -s /disk2/omni/ /opt/omni'&lt;BR /&gt;&lt;BR /&gt;Then the swinstall worked. &lt;BR /&gt;&lt;BR /&gt;But you'll need to know the names of the directories under /opt for this to work.</description>
      <pubDate>Tue, 22 Aug 2000 13:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438565#M6301</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-08-22T13:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438566#M6302</link>
      <description>swinstall will be looking at /opt. Even though you don't want to, to be clean you will need to increase /opt</description>
      <pubDate>Tue, 22 Aug 2000 13:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438566#M6302</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-22T13:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438567#M6303</link>
      <description>&lt;BR /&gt;No, I dont think it is a good idea to create a new /opt2 and try to install there - im note sure you could anyway, swinstall will still try to install to /opt. The preferred option is to increase /opt. If you really cant do this then you could move some directories to a new filesystem and create a symbolic link from /opt/&lt;DIR&gt; to /&lt;NEW filesystem=""&gt;/&lt;DIR&gt;. This would free up some space on /opt and hopefully enough to install your product.&lt;/DIR&gt;&lt;/NEW&gt;&lt;/DIR&gt;</description>
      <pubDate>Tue, 22 Aug 2000 13:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438567#M6303</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-22T13:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438568#M6304</link>
      <description>You can do:&lt;BR /&gt;ln -s /opt2 /opt/opt2&lt;BR /&gt;or create a link directly to the application.&lt;BR /&gt;If you need space under /opt for patches, I'm afraid you need to free up a bit of space.&lt;BR /&gt;You can move, for ex. hpnp stuff under your opt2 if you made the link.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2000 13:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438568#M6304</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-22T13:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438569#M6305</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I would see if anything is in /opt that shouldn't be -- perhaps a stray core file.  I would simply lvextend /opt.  If you have online JFS you can do this "on-the-fly", otherwise you will need to unmount /opt which generally forces you to do the extension in single-user-mode.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 22 Aug 2000 13:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438569#M6305</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-22T13:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438570#M6306</link>
      <description>SUNNY, THE BEST WAY IS TO DO IT ANDY'S WAY.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2000 13:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438570#M6306</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-22T13:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438571#M6307</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree, but swinstall will still check the free space on /opt unless you use the option &lt;BR /&gt;&lt;BR /&gt;     -x enforce_dsa=true&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Rik</description>
      <pubDate>Tue, 22 Aug 2000 13:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438571#M6307</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2000-08-22T13:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438572#M6308</link>
      <description>Thanks Chris. It worked for me, however, I only needed omniback and I knew it's directory name.</description>
      <pubDate>Tue, 22 Aug 2000 13:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438572#M6308</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-08-22T13:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438573#M6309</link>
      <description>Thanks All, the reason I don't want to extend /opt just because I don't want shutdown the server, and the file system is HFS, I got your ideas, thanks a lot.</description>
      <pubDate>Tue, 22 Aug 2000 14:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438573#M6309</guid>
      <dc:creator>Sunny Chen</dc:creator>
      <dc:date>2000-08-22T14:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438574#M6310</link>
      <description>Sorry guys I tend to disagree...&lt;BR /&gt;You can install software where ever you want...&lt;BR /&gt;When you are in swinstall mark the sofware for installation click on it, then go to the Actions menu, and select "Change Product Location"  now you can install it where ever you want even /opt2</description>
      <pubDate>Wed, 23 Aug 2000 22:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-command/m-p/2438574#M6310</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-08-23T22:47:20Z</dc:date>
    </item>
  </channel>
</rss>

