- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstll 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
10-09-2007 03:38 AM
10-09-2007 03:38 AM
swinstll command
Is there a way to specify the target (install directoty) when we execute swinstall command?
Appricate the comments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 03:55 AM
10-09-2007 03:55 AM
Re: swinstll command
man page reveals,
[-t target_file]
Perhaps other options should be tried as well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 03:59 AM
10-09-2007 03:59 AM
Re: swinstll command
Normally , with swinstall command we select the source depot ( with -s option) and the software that you install knows where to copy / install the files.
for more info on target see - man swinstall which talks about using the target with the '@' sign.
rgds / james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 04:06 AM
10-09-2007 04:06 AM
Re: swinstll command
To specify the target directory
swinstall -s
Make sure
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 04:12 AM
10-09-2007 04:12 AM
Re: swinstll command
If by your question you mean that you want to choose a different installation path than is normally used, then the filesets contained in the package must have their 'is_relocatable' attribute marked "true.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 05:02 AM
10-09-2007 05:02 AM
Re: swinstll command
Where would I see this variable set or not?
'is_relocatable' attribute marked "true
OR
Is there a way to cahnge this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 05:50 AM
10-09-2007 05:50 AM
Re: swinstll command
Sorry, that attribute should have read 'is_locatable'. You can see its setting by adding the '-v' flag to a 'swlist'. For example:
# swlist -v -l product TextEditors
The attribute defines whether a product or bundle can be installed to any product directory, or whether it must be installed into a specific directory.
The 'directory' attribute defines the absolute pathname into which the product 's files are installed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 07:55 PM
10-09-2007 07:55 PM
Re: swinstll command
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1132499
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1165706
>SEP: [-t target_file]
This only works with: (Applies only to HP OpenView Software Distributor.)
@ may be what Kesh wants?
>WK: To specify the target directory
swinstall -s
No, "-s" is for source.
>JRF: If by your question you mean that you want to choose a different installation path than is normally used,
Right. See above links. This is in contrast to the alternate root with "@".