1833780 Members
2315 Online
110063 Solutions
New Discussion

Too many inetd processes

 
Neil Herring_1
Advisor

Too many inetd processes

I have a L2000 running HPUX 11.00

The only application running is iplanet6.0 and until recently all was fine.

My inetd parent process keeps spawning one new child process every 10 mins until the total number of processes allowed is met and the then the server falls over and stops all processes except the basic OS one required at boot.

No changes have been made to this server recently and I have an identical server which is used for load balancing that is working fine.

Any thoughts?
7 REPLIES 7
Kent Ostby
Honored Contributor

Re: Too many inetd processes

Can you post your inetd.conf file?

Are you saying that there are multiple inetd daemons running or it keeps launching a new iplanet6.0 thread?

"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
rick jones
Honored Contributor

Re: Too many inetd processes

Might check syslog to see what inetd is spawning. May have to up the logging level of inetd to see much though - the manpage for inetd should have details.
there is no rest for the wicked yet the virtuous have no pillows
Muthukumar_5
Honored Contributor

Re: Too many inetd processes

Start inetd as,

# inetd -l

to get logging details. Hope the problem may be becuase of service configuration in /etc/inetd.conf file.

--
Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor

Re: Too many inetd processes

Hi Neil,

It could be some problem with inetd entries. Did you check /var/adm/syslog/syslog.log for any warnings/error messages ??

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Yogeeraj_1
Honored Contributor

Re: Too many inetd processes

hi,

also verify your iplanet log files.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Neil Herring_1
Advisor

Re: Too many inetd processes

The problem seems to have been with the inetd.conf. When I ran an rpcinfo command there was an error and it was clearly not running. We had to reboot the server this morning anyway and this seems to have resolved the problem as inetd only has one daemon and the rpcinfo command provides me with an output.
Neil Herring_1
Advisor

Re: Too many inetd processes

see previous reply