- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Patch Preview failed !!
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-11-2006 05:16 AM
10-11-2006 05:16 AM
Patch Preview failed !!
Im trying to do a patch preview on server-a. The depot is on server-b. Using the following command on server-a
swinstall -p -x patch_match_target=true -s server-b:/var/depot/GOLDQPK11i_B.11.11.06.depot
But Im getting the following error:
ERROR: The source you have chosen is a tape device which must be local to the single selected target. Since the hostname of
the tape device "server-b" does not match the hostname of the single selected target "server-a", this source is not allowed.
* Selection had errors.
Any inputs.. WH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 05:23 AM
10-11-2006 05:23 AM
Re: Patch Preview failed !!
Register the depot on server-b (with 'swreg'):
# swreg -l depot /var/depot/GOLDQPK11i_B.11.11.06.depot
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 05:25 AM
10-11-2006 05:25 AM
Re: Patch Preview failed !!
Sorry not mentioned, I had registered using 'swreg -l' also. But still getting the same error. Im able to see the depot from server-a thro' 'swinstall' GUI.
Regds, WH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 05:25 AM
10-11-2006 05:25 AM
Re: Patch Preview failed !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 05:29 AM
10-11-2006 05:29 AM
Re: Patch Preview failed !!
Tried your option. Still no success..WH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 05:35 AM
10-11-2006 05:35 AM
Re: Patch Preview failed !!
Try restarting your 'swagentd' daemon:
# /usr/sbin/swagentd -r
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 05:36 AM
10-11-2006 05:36 AM
Re: Patch Preview failed !!
Just for information, Im able to view the depots from server-a kept in server-b:
From server-a:
$ sudo swlist -l depot @server-b
Password:
# Initializing...
# Target "server-b" has the following depot(s):
/var/adm/crash/sw/depot
/var/depot/GOLDQPK11i_B.11.11.06.depot
Regds, Wh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 05:49 AM
10-11-2006 05:49 AM
Re: Patch Preview failed !!
Try to re-package it on server-a with:
swpackage -s GOLDQPK11i_B.11.11.06.depot -d /var/depot/newdir -x target_type=/var/depot
or man swpackage