- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 05:55 AM
08-22-2000 05:55 AM
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:00 AM
08-22-2000 06:00 AM
Re: swinstall command
Among other things, you could:-
1. move one (or more) subdirectories into /opt2 and install a soft link in /opt.
2. Mount your /opt filesystem at /opt/
Neither are as clean and tidy as having everything in /opt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:00 AM
08-22-2000 06:00 AM
Re: swinstall command
Hope this helps,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:00 AM
08-22-2000 06:00 AM
SolutionSo, I created a /disk2 filesystem and then did a 'mkdir /disk2/omni'. Then a 'ln -s /disk2/omni/ /opt/omni'
Then the swinstall worked.
But you'll need to know the names of the directories under /opt for this to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:00 AM
08-22-2000 06:00 AM
Re: swinstall command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:01 AM
08-22-2000 06:01 AM
Re: swinstall command
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:03 AM
08-22-2000 06:03 AM
Re: swinstall command
ln -s /opt2 /opt/opt2
or create a link directly to the application.
If you need space under /opt for patches, I'm afraid you need to free up a bit of space.
You can move, for ex. hpnp stuff under your opt2 if you made the link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:06 AM
08-22-2000 06:06 AM
Re: swinstall command
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.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:07 AM
08-22-2000 06:07 AM
Re: swinstall command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:21 AM
08-22-2000 06:21 AM
Re: swinstall command
I agree, but swinstall will still check the free space on /opt unless you use the option
-x enforce_dsa=true
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:37 AM
08-22-2000 06:37 AM
Re: swinstall command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 07:24 AM
08-22-2000 07:24 AM
Re: swinstall command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2000 03:47 PM
08-23-2000 03:47 PM
Re: swinstall command
You can install software where ever you want...
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