- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Swinstall Hang
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
01-23-2000 09:35 AM
01-23-2000 09:35 AM
Swinstall Hang
then I canceled the session and I try to install the same patch again, this
time
neither it finished the installation because the phase of analysis indicated
that the patch was installed already, I attempt again install the patch marking
the option "Reinstall filesets even if same revision exists" and I didn't can
installing it Satisfactorily.
As could I Install the patch satisfactorily?
The patch is the PHKL_11741.
S.O. HPUX 10.20
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2000 05:07 PM
01-23-2000 05:07 PM
Re: Swinstall Hang
running on your system at the time of using swinstall, particularly the
midaemon.
If these are running, stop them, kill off the midaemon,
and retry the swinstall.
You also need to ensure that the latest patch for the Software Distributor has
been loaded, as this also has fixes for hangs, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2000 05:07 PM
01-23-2000 05:07 PM
Re: Swinstall Hang
Have you tried checking this with swlist -l fileset -a state ? grep
or checked the swinstall logs in /var/adm/sw/....... ?
My advise would be to :
a) try swremoving the patch, if this fails :
b) move file under /var/adm/sw/patch acting as a lock to removing the patch
PHKL_11741
ii)reinstall PHKL_11741 ensuring BOTH the flags for same revisions AND same
file are disabled under swinstall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2000 06:42 AM
01-25-2000 06:42 AM
Re: Swinstall Hang
swinstalls you can also invoke swinstall this way:
swinstall -x rpc_binding_info=ncadg_ip_udp:[2121]
It gets around the MeasureWare problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2000 11:53 PM
01-26-2000 11:53 PM
Re: Swinstall Hang
to increase the timeout value and polling interval in /var/adm/sw/defaults. I
have had sucess with:
swinstall.rpc_binding_info = ncacn_ip_tcp:[2121] ncadg_ip_udp:[2121]
swinstall.rpc_timeout = 5
swinstall.retry_rpc = 9
swinstall.agent_timeout_minutes = 5
swinstall.polling_interval = 60
This can make your installation drag a minute or so longer, but the extra
seconds are worth it, IMO, in order to avoid the frustration of hangs and
reinstalls.