- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall problem
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
06-25-2002 01:56 AM
06-25-2002 01:56 AM
I have a L1000 (HPUX 11i) with 512Mb memory. I'm attempting to install a patch via the swinstall utility and get the following message :
%Internal DCE Threads problem (version CMA BL10+), terminating execution.
% Reason: cma__io_available: unexpected select error
% See 'cma_dump.log' for state information.
ABORT instruction (core dumped)
on selecting the patch depot to install. The patch isn't the problem as I've tried a number of patches.Has anyone seen this before?
I enclose the cma dump log file.
Any advice gratefully received.
Mark
markf@anvil.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 02:09 AM
06-25-2002 02:09 AM
SolutionHave you set the appropriate DCE kernel parameter limits as per the DCE Release notes ?
maxfiles and maxfiles_lim need to be set sufficiently high to stop DCE core dumping. The Relnotes recommend minimum of 256 but Ive seen suggestions a min of 2048 for each.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 02:17 AM
06-25-2002 02:17 AM
Re: swinstall problem
please install PHKL_25869 then get back to us ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 02:34 AM
06-25-2002 02:34 AM
Re: swinstall problem
Thanks for the last two messages. In answer to the first:
Currently, max_files is set to 60, and max_files_lim is set to 1024. I'll up the max files and see what gives. I can't up max_files_lim as sam tells me the number is out of range for any value over 1024.
I'll try the patch now...
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 03:31 AM
06-25-2002 03:31 AM
Re: swinstall problem
stop all the dce process (like /opt/dce/sbin/rpcd) and start installing again. usually DCE configuration causes some problem in swinstall,swremove, swlist.
and also unset the parameter RPC_SUPPORTED_PROTSEQS which will be set to RPC_SUPPORTED_PROTSEQS=ncadg_ip_udp when the DCE is configured.
(#unset RPC_SUPPORTED_PROTSEQS).
HP is developing a patch to over come this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 03:38 AM
06-25-2002 03:38 AM
Re: swinstall problem
you cannot bump the value as it is dependent on the nfile and ninode values
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 07:06 AM
06-26-2002 07:06 AM
Re: swinstall problem
Thanks to all who replied.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 07:10 AM
06-26-2002 07:10 AM
Re: swinstall problem
:-)
Marty