HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Inetd deamon issue
Operating System - HP-UX
1825577
Members
2183
Online
109682
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-20-2008 10:28 PM
02-20-2008 10:28 PM
Inetd deamon issue
On one my HP-Ux server i am getting following error by monitoring tool.
NumberOfProcess=2,MinInst=1,Status=5,User=,MaxInst=1,MonStatus=2,Path=/usr/sbin,Params=,Object=inetd
when i checked found that there is only one instance is running of inetd.
#ps -ef | grep -i inetd
root 935 1 0 Jan 13 ? 1:48 /usr/sbin/inetd -l
root 25694 14102 0 07:09:52 pts/1 0:00 grep -i inetd
i tried #inetd -c but still same issue .
This is live production server. and it is in cluster.
Any suggestion ?
NumberOfProcess=2,MinInst=1,Status=5,User=,MaxInst=1,MonStatus=2,Path=/usr/sbin,Params=,Object=inetd
when i checked found that there is only one instance is running of inetd.
#ps -ef | grep -i inetd
root 935 1 0 Jan 13 ? 1:48 /usr/sbin/inetd -l
root 25694 14102 0 07:09:52 pts/1 0:00 grep -i inetd
i tried #inetd -c but still same issue .
This is live production server. and it is in cluster.
Any suggestion ?
Insanity is often the logic of mind overtasked!!!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 10:54 PM
02-20-2008 10:54 PM
Re: Inetd deamon issue
Hi,
your command should be "ps -ef | grep inetd | grep -v grep"
the "grep -v grep" is use to filter out your own grep process.
GOOD LUCK!!
your command should be "ps -ef | grep inetd | grep -v grep"
the "grep -v grep" is use to filter out your own grep process.
GOOD LUCK!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 12:41 AM
02-21-2008 12:41 AM
Re: Inetd deamon issue
Well then the problem is with your monitoring software then isn't it? But since you haven't told us what that is, there's not really any way to help...
Incidentally more efficient than 'ps -ef | grep inetd | grep -v grep' would be:
ps -ef | grep [i]netd
or even
UNIX95= ps -fC inetd
HTH
Duncan
I am an HPE Employee
Incidentally more efficient than 'ps -ef | grep inetd | grep -v grep' would be:
ps -ef | grep [i]netd
or even
UNIX95= ps -fC inetd
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2008 02:35 AM
02-21-2008 02:35 AM
Re: Inetd deamon issue
If this is transient, inetd fork() when launching a service process. If that monitoring program is looking at inetd at the time it is forking, and had not yet execve() you see 2 inetd.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP