Operating System - HP-UX
1855678 Members
2515 Online
104103 Solutions
New Discussion

Re: PHSS_25662 required to fix iPlanet

 
SOLVED
Go to solution
David Connolly
Regular Advisor

PHSS_25662 required to fix iPlanet

I'm seeing the following error in my iPlanet server 4.1 sp11 on HPUX 11.11

"Error accepting connection -5974, oserr=233 (Insufficient resources)"

I did a search on the web, and found the article http://www.experts-exchange.com/Operating_Systems/Unix/Q_20268608.html which says that I need PHSS_25662.

Yet when I search for this patch on itrc, I can't find it.

Has anyone come across a similar error, or know where the patch is?

Thanks

Dave
6 REPLIES 6
Ramkumar Devanathan
Honored Contributor
Solution

Re: PHSS_25662 required to fix iPlanet

Dave,

Probably you should look for its replacement patch - PHSS_28198.

-- without much knowledge of the problem. --

- ramd.
HPE Software Rocks!
Alex Glennie
Honored Contributor

Re: PHSS_25662 required to fix iPlanet

Looks like it's been superceeded by PHSS_28198 Virtual Vaults 4.0 NES libproxy fix patch
Robert-Jan Goossens
Honored Contributor

Re: PHSS_25662 required to fix iPlanet

David Connolly
Regular Advisor

Re: PHSS_25662 required to fix iPlanet

Thanks folks,

This patch appears specific to this "VirtualVault" package which I don't have installed! I have libproxy.so, which is patched by this fileset, but that's provided by BEA as part of WLS6.1.

I'll raise with BEA, but I'm wondering has anyone else seen this error? I have iPlanet Webserver 4.1 sp11 talking to BEA Weblogic6.1 sp3 (on the same machine).
Ramkumar Devanathan
Honored Contributor

Re: PHSS_25662 required to fix iPlanet

Dave,

The error message says insufficient resources - why don't you increase some kernel parameters -

here are some we used for iplanet 4.1 SP2 -

max_thread_proc maximum threads per process 8192
nkthread maximum threads in system 32768
maxdsiz max data segment size limit, heap memory use 1 GB (0x040000000)
maxtsiz max text size use 64 MB (0x04000000)
maxfiles_lim max number of open files per process 32768
nfile max number of files system wide 65536
ninode max number inodes in memory 32768

- ramd.
HPE Software Rocks!
Gary Yu
Super Advisor

Re: PHSS_25662 required to fix iPlanet

Hi Dave,

We had similar problems before, and resolved it by increasing some kernel parameters, like max_thread_proc...

thanks,
Gary