Operating System - HP-UX
1753637 Members
6045 Online
108798 Solutions
New Discussion юеВ

swap/paging space error in HP-UX rx2660

 
SYED SHAJEE WADOOD
Frequent Advisor

swap/paging space error in HP-UX rx2660

we are receiving the following errors and clients are facing problems accessing resources.


skgpspawn failed:category = 27142, depinfo = 11, op = fork, loc = skgpspawn5
skgpspawn failed:category = 27142, depinfo = 11, op = fork, loc = skgpspawn3
skgpspawn failed:category = 27142, depinfo = 11, op = fork, loc = skgpspawn3
Mon Feb 25 12:53:22 2008
skgpspawn failed:category = 27142, depinfo = 11, op = fork, loc = skgpspawn5
Mon Feb 25 12:53:30 2008

swapinfo provides the details as following in the attach screenshot
6 REPLIES 6
Jeeshan
Honored Contributor

Re: swap/paging space error in HP-UX rx2660

HI Syed

Where you find this error?

This is related to dispatcher.
The dispatcher was unable to spawn a new shared server process to handle requests.

This problem is occurring because you are running out of resources on your machine that are required for the servers to startup.

Solutions:
1. Increase swap or memory.
2. Reduce the number of shared servers (dispatchers) that can be started.
a warrior never quits
SYED SHAJEE WADOOD
Frequent Advisor

Re: swap/paging space error in HP-UX rx2660

Ahsan, thank you for ur response. when i check the memory resources availibility via swapinfo -m -t it provide the details. its using abt 34% of physical memory, reservce space is not allocated and its using the reserve about 27gbs . pls view the attached screen short from original post. thanks
Steven E. Protter
Exalted Contributor

Re: swap/paging space error in HP-UX rx2660

Shalom,

There appears to be adequate memory.

I'd look at kernel parameters.

nfile
nproc
maxuprc
maxfile_lim

There is not a space problem in my opinion but a kernel parameter set too low.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
SYED SHAJEE WADOOD
Frequent Advisor

Re: swap/paging space error in HP-UX rx2660

Hi SEP,


Requested parameter values are.

nfile - 65536
nproc - 4200
maxuprc - 2048
maxfiles_lim - 4096

thnx
SYED SHAJEE WADOOD
Frequent Advisor

Re: swap/paging space error in HP-UX rx2660

Hi Steven,

i increased the maxproc. limit and error subsided.

thank you for ur support. if there is any technical document you could recommend that i can go thru to counter future errors. that would be great. thanx
SYED SHAJEE WADOOD
Frequent Advisor

Re: swap/paging space error in HP-UX rx2660

after increasing the Maxproc the problem subsided.