- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installation of depots is failing using swinstall
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
03-29-2004 12:34 AM
03-29-2004 12:34 AM
I am installing Netscape 7.0 using swinstall from command prompt. Installation of first patch i.e. B6848BA for GTK+ libraries is fine with the command-----
swinstall -s /tmp/B6848BA-r2-PA_11.X B6848BA
But when I try installing the 2nd depot with the following command, it FAILS...
swinstall -s /tmp/b6835aa_b.11.00.06.01_hp-ux_b.11.00_32+64.depot B6835AA.
ERROR is as follows:::::::::::::
======= 03/29/04 14:01:36 EST BEGIN swinstall SESSION
(non-interactive) (jobid=
* Session started for user "root@
* Beginning Selection
* Target connection succeeded for "
ERROR: Could not apply the software selection "B6835AA" because it
refers to a bundle or to a product, subproduct or fileset
within a bundle but no compatible bundles meeting the
specification were found.
* Software selection failed for
"
ERROR: No software has been selected.
ERROR: Cannot continue the "swinstall" task.
* Selection had errors.
======= 03/29/04 14:01:38 EST END swinstall SESSION (non-interactive)
(jobid=
However if I install in non-default location i.e. by adding " @ /opt/abc/Pankaj " then both installation happens fine.
Installation of depots also proceeds smoothly with GUI as well.
But I require the command only as I have to build a script for automatic installation.
Regards,
Pankaj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 12:38 AM
03-29-2004 12:38 AM
Re: Installation of depots is failing using swinstall
swinstall -s /tmp/b6835aa_b.11.00.06.01_hp-ux_b.11.00_32+64.depot \*
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 12:51 AM
03-29-2004 12:51 AM
Re: Installation of depots is failing using swinstall
Its great solution. It is working for me.
Can you explain what does "\*" means instead of depot no.?
Also do you have any logic as to why it is not working although syntax and everything is fine.
But the fact remains... problem is solved.
Tons of Thanx
Pankaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 01:00 AM
03-29-2004 01:00 AM
Solution\* means install whatever software is present under the specified .depot file. It may not have worked with the following syntax,
swinstall -s /tmp/b6835aa_b.11.00.06.01_hp-ux_b.11.00_32+64.depot B6835AA
because I guess B6835AA may not be the actual product ID.
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 01:04 AM
03-29-2004 01:04 AM
Re: Installation of depots is failing using swinstall
Pankaj