- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- verify patch bundle depot??
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
05-06-2002 05:04 AM
05-06-2002 05:04 AM
But when I try to verify the .depot file it gives me error.
root> swinstall -p /tmp/PATCHES
======= 05/06/02 09:07:14 EDT BEGIN swinstall SESSION
(non-interactive)
* Session started for user "root@zamn10".
* Beginning Selection
* Target connection succeeded for "zamn:/".
ERROR: There is currently no depot software on host "zamn" at
location "/var/spool/sw". Make sure that an absolute pathname
is specified for location (beginning with "/").
* Source connection failed for "zamn:/var/spool/sw".
WARNING: More information may be found in the daemon logfile on this
target (default location is zamn:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 05/06/02 09:07:17 EDT END swinstall SESSION (non-interactive)
Is it that the depot is incorrect and can't use to install the patches??
Please help !!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:08 AM
05-06-2002 05:08 AM
Re: verify patch bundle depot??
use :
swreg -l depot /dir
Hope this will help,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:11 AM
05-06-2002 05:11 AM
Re: verify patch bundle depot??
This doesn't mean any issues with your depot. If the depot is not registered, then do it with 'swreg' command. Also when specifying the source location, give the complete path. You will not have any problems during swinstall.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:15 AM
05-06-2002 05:15 AM
Re: verify patch bundle depot??
Source Depot Type
Source Host Name
Source Depot Path
over there, make sure use the full path, it should be ok.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:39 AM
05-06-2002 05:39 AM
Re: verify patch bundle depot??
I did
swreg -l depot (full path)
then
swinstall -p (fullpath with filename.)
same error..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:45 AM
05-06-2002 05:45 AM
SolutionAfter you have run
# swreg -l depot /tmp/PATCHES
try
# swlist -s /tmp/PATCHES
This must then show the depots at the location /tmp/PATCHES. If is not showing any patch bundles then there is an error while creating the patch bundle.
So so an swlist first and then go ahead and use the swinstall -p
-Sukant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:50 AM
05-06-2002 05:50 AM
Re: verify patch bundle depot??
try restarting the swagentd:
/usr/sbin/swagentd -r
Hope this will help,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:51 AM
05-06-2002 05:51 AM
Re: verify patch bundle depot??
root> swinstall -p -s /tmp/PATCHES
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 05:53 AM
05-06-2002 05:53 AM
Re: verify patch bundle depot??
The -p option is for preview. Are you trying to install or checking it ? Try these:
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
Invoke swinstall with -s and source OR
Invoke swinstall without any options, and give complete path at the target window (/tmp/PATCHES/patch.depot)
HTH,
Shiju