- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Swinstall Question
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
01-15-2004 10:46 PM
01-15-2004 10:46 PM
Swinstall Question
# swlist -l file -d @ /tmp/my.depot
Is there any way I can change this destination when doing 'swinstall'. I don't have much space left in /opt and I can't make a soft link for 'package' to other disk as this directory already contains some other packages.
Any help will be really appreciated.
Amod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 11:10 PM
01-15-2004 11:10 PM
Re: Swinstall Question
You can create SD kits that are relocatible. But the SD kit must support it. ( view description ) when you create a SDkit add relocatible=yes in the psf file.
If the software is not relocatible it is not possible, as far as i know.
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 11:41 PM
01-15-2004 11:41 PM
Re: Swinstall Question
by defualt in hp-ux all s/w will get installed under /opt. In solaris also under /opt and in AIX it's under /usr/lpp.
OS is designed like that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 01:43 AM
01-16-2004 01:43 AM
Re: Swinstall Question
Vrijhoeven is right.
Anyway keep in mind about risks:
1. swremove of application could not work;
2. problems updating your application.
Definitely it is not advisable.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 03:36 AM
01-16-2004 03:36 AM
Re: Swinstall Question
If a kit is relocatible you can use swremove the remove the software. SD also saves the location off all software installed. ( check swlist -a location )
So the software is removed. Updates are also possible with relocatible kits.
We use relocatible kits in MC/SG env.
If the KIT relocatible or not.
mark the software and go to options discription.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 03:49 AM
01-16-2004 03:49 AM
Re: Swinstall Question
Vrijhoeven said it right.
You can still try it by changing the "Target Path" in "Actions" options of 'swinstall' session. For ex., instead of / you can make it /mylocation. Then the software will get installed under /mylocation/opt/package.
If the binaries of the packages support relative path, then it may work. If not like most of the softwares, then it won't. When you get a chance, you can create links from /mylocation to wherever you want.
-Sri