- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 2 inetd processes 100% cpu??
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
07-14-2006 12:01 AM
07-14-2006 12:01 AM
2 inetd processes 100% cpu??
We had an issue recently where the system was running extremely slow, checked top & inetd was running twice with one of the processes taking 100% cpu! I cannot find out why this happened & cannot seem to recreate it on a test server, when i try to start inetd & its already running i get the following;
# /sbin/init.d/inetd start
An inetd is already running
Usage: inetd [-l]
inetd -c
inetd -k
inetd -b
Unable to start Internet Services
Can anybody explain how 2 inetd processes could have started?
When 2 inetd processes are running is there a conflict between them that causes 100% cpu usage?
Regards,
Aidan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 12:06 AM
07-14-2006 12:06 AM
Re: 2 inetd processes 100% cpu??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 01:12 AM
07-14-2006 01:12 AM
Re: 2 inetd processes 100% cpu??
I agree that your best bet probably would be to do an '/sbin/init.d/inetd stop' to stop them. If they both don't die, then kill the leftover one. After that, restart with '/sbin/init.d/inetd start'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 01:16 AM
07-14-2006 01:16 AM
Re: 2 inetd processes 100% cpu??
I thought you could only have one of those puppies running.
I think you should reboot your system if the process won't die.
There have been a number of inetd patches over the years which you might need.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 04:35 AM
07-14-2006 04:35 AM
Re: 2 inetd processes 100% cpu??
I suspect that this was pilot error and more than one inetd was started.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 04:41 AM
07-14-2006 04:41 AM
Re: 2 inetd processes 100% cpu??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 06:00 AM
07-14-2006 06:00 AM
Re: 2 inetd processes 100% cpu??
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 12:53 PM
07-14-2006 12:53 PM
Re: 2 inetd processes 100% cpu??
Now, if you cannot get a _new_ inetd running, then establishing a new telnet session might be a problem :)
If the two inetd's spinning out of control ever happens again, it might be good to get a tusc trace of each to see what system calls, if any, they are making. That could very likely help in diagnosing the problem.
I forget what inetd does for "internal" services - if it handles them via the existing inetd process, or if it forks a new process called "inetd"