- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall error
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-21-2007 05:30 AM
03-21-2007 05:30 AM
> /tmp/patches/BUNDLE11i_B.11.11.0306.1.depot
======= 01/24/07 09:44:23 MET BEGIN swinstall SESSION
(non-interactive) (jobid=testserv.domein1.nl-0112)
* Session started for user "root@testserv.domein1.nl".
* Beginning Selection
* Target connection succeeded for "testserv.domein1.nl:/".
ERROR: There is currently no depot software on host
"testserv.domein1.nl" at location "/var/spool/sw". Make sure
that an absolute pathname is specified for location (beginning
with "/").
* Source connection failed for
"testserv.domein1.nl:/var/spool/sw".
WARNING: More information may be found in the daemon logfile on this
target (default location is
testserv.domein1.nl:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 01/24/07 09:44:30 MET END swinstall SESSION (non-interactive)
(jobid=testserv.domein1.nl-0112)
---
What do I do wrong? The depot is in tmp/patches/ . Why is swinstall mentioning /var/spool/sw ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 05:38 AM
03-21-2007 05:38 AM
Re: swinstall error
and after depot file specify what to be installed.
For example :
swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/patches/BUNDLE11i_B.11.11.0306.1.depot \*
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 05:40 AM
03-21-2007 05:40 AM
Re: swinstall error
The default depot is '/var/spool/sw'.
Change :
# swinstall -x autoreboot=true -x patch_match_target=true \
> /tmp/patches/BUNDLE11i_B.11.11.0306.1.depot
...which redirects ouput to the depot you are trying to install! to:
# swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/patches/BUNDLE11i_B.11.11.0306.1.depot
Note the '-s filename' specifies the *source* depot.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 05:45 AM
03-21-2007 05:45 AM
Re: swinstall error
Anyway now I get this:
======= 01/24/07 10:00:30 MET BEGIN swinstall SESSION
(non-interactive) (jobid=testserv.domein1.nl-0115)
* Session started for user "root@testserv.domein1.nl".
* Beginning Selection
* Target connection succeeded for "testserv.domein1.nl:/".
NOTE: The patch match operation failed to find patches for target
software on "testserv.domein1.nl" which passed the filter.
NOTE: Cannot continue the "swinstall" task.
======= 01/24/07 10:00:47 MET END swinstall SESSION (non-interactive)
(jobid=testserv.domein1.nl-0115)
--
Does that mean I alreafdy have that bundle installed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 05:47 AM
03-21-2007 05:47 AM
Re: swinstall error
When you did:
# swinstall -x autoreboot=true -x patch_match_target=true \
> /tmp/patches/BUNDLE11i_B.11.11.0306.1.depot
...you clobbered your depot.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 05:50 AM
03-21-2007 05:50 AM
Re: swinstall error
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 05:52 AM
03-21-2007 05:52 AM
Re: swinstall error
I'd downloaded the bundle again and got that last errors. Does that mean I already have this bundle?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 05:55 AM
03-21-2007 05:55 AM
Re: swinstall error
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 06:01 AM
03-21-2007 06:01 AM
Re: swinstall error
If you have been patching properly it is very likely that you already have Bundle11i from June 2003 installed.
Another way to verify is to do:
# swlist -l bundle
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 06:11 AM
03-21-2007 06:11 AM
Re: swinstall error
Is their an option for swlist to see the patch implementation date?
Thanx guys for your help and patience ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 06:12 AM
03-21-2007 06:12 AM
Re: swinstall error
Is their an option for swlist to see the patch implementation date?
Thanx guys for your help and patience ;) I'm just new to hpux and want to learn more about it as I'm testing out NNM 7 for hpux on my own PA_RISC machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 06:19 AM
03-21-2007 06:19 AM
Re: swinstall error
> Is their an option for swlist to see the patch implementation date?
# swlist -l patch -a date
# swlist -l bundle -a date
Regards!
...JRF...