- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: trying to install QPK1000 from tape
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-23-2004 08:26 AM
03-23-2004 08:26 AM
trying to install QPK1000 from tape
running this
swinstall -s /dev/rmt/1mn -x patch_match_target=true -x autoreboot=true -x "patch_filter=*.*, c=critical" -x rpc_timeout=7 -x rpc_retry=1
i get the following error
nning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swinstall.last".
* "lombardi:/": 6 filesets have the selected revision already
installed.
* Analysis succeeded.
* Beginning Execution
ERROR: RPC exception: "Connection closed (dce / rpc)" 03/23/04
14:45:15 CST
ERROR: Could not perform the requested operation for "lombardi:/",
possibly due to a network communications failure or the agent
timing out. Check that the host is still accessible from the
network, and the agent_timeout_minutes option is not set too
low.
I CAN GET TO THIS SYSTEM ON IT'S OWN LAN. SO I KNOW THE NIC IS WORKING JUST FINE. ANY IDEAS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 08:31 AM
03-23-2004 08:31 AM
Re: trying to install QPK1000 from tape
Curiously can you ping the hostname of the server your patching from the console.
Regards
Martin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 08:35 AM
03-23-2004 08:35 AM
Re: trying to install QPK1000 from tape
is swpackage the right way to put this on the tape? i am wondering if that is what is causing this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 08:38 AM
03-23-2004 08:38 AM
Re: trying to install QPK1000 from tape
Couple of things:
1) Bounce the swagentd on this system
/usr/sbin/swagentd -r
2) SD utils require all NICs that are in an "UP" state to be working & have a link. So do a
lanscan
and verify that all that are in "Hdw State" UP are actually connected to a switch or something & in use. IF not connected & not being used then
ifconfig down
them
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 08:44 AM
03-23-2004 08:44 AM
Re: trying to install QPK1000 from tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 01:32 AM
03-24-2004 01:32 AM
Re: trying to install QPK1000 from tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:05 AM
03-24-2004 02:05 AM
Re: trying to install QPK1000 from tape
Ok If this is a local install, there's no need for the rpc_* options, so remove them. And I'm not sure what you're trying to specify with the patch_filter spec. The default IS *.* & you would be excluding enhancement patches by using only c=critical. So I'd also recommend you drop that parm as well & just use the patch_match & autoreboot parms & see what happens.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:17 AM
03-24-2004 02:17 AM
Re: trying to install QPK1000 from tape
here is my latest
swinstall -s /dev/rmt/1mn -x patch_match_target=true -x autoreboot=true
the "patch_filter" only install the critical patches which is all i ever do for the QPK's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:30 AM
03-24-2004 02:30 AM
Re: trying to install QPK1000 from tape
Is there enough disk space for you to unpack the tape to disk and install off disk?
Your original symptoms are classic for having to restart the swagent daemon as JS notes.
I have a drawer full of patches on tape, and my predecessor did not have problems doing the installs(10.20 9.04).
Can you check the syslog for related errors?
You could have a SCSI lbolt that is bothering the tape drive communications.
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
03-24-2004 02:33 AM
03-24-2004 02:33 AM
Re: trying to install QPK1000 from tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:33 AM
03-24-2004 02:33 AM
Re: trying to install QPK1000 from tape
* "lombardi:/": 6 filesets have the selected revision already
installed.
Could it be that you already have all the criticals installed?
I suggest you analyze the depot for the criticals & compare to the system.
Although I'd think that if you did have them all the analysis should "fail". But stranger things have happened.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:35 AM
03-24-2004 02:35 AM