- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dead processes
Operating System - HP-UX
1820117
Members
3162
Online
109619
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
Discussions
Discussions
Discussions
Forums
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
тАО06-24-2004 02:11 PM
тАО06-24-2004 02:11 PM
Our system has limit the no. of concurrent login , it only allow 300 users can access the system at the same time , but sometimes I found there are dead processes in the system ( due to different reasons ) , so that the users can't access to the system when the total no. of login not reach to 300 , how can i prevent it , how can I kill the dead processes ? please suggest , thx in advance.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2004 02:29 PM
тАО06-24-2004 02:29 PM
Solution
hi,
could you reply the output of the following kernel parameters:
# kmtune -q nproc
# kmtune -q maxuser
also, what is the dead processes, e.g defunct? you may use kill command, e.g.
# kill -9 `ps -ef|grep 'defunct'|grep bin|awk '{print $2}'`
regards.
could you reply the output of the following kernel parameters:
# kmtune -q nproc
# kmtune -q maxuser
also, what is the dead processes, e.g defunct? you may use kill command, e.g.
# kill -9 `ps -ef|grep 'defunct'|grep bin|awk '{print $2}'`
regards.
what you do not see does not mean you should not believe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2004 06:42 PM
тАО06-24-2004 06:42 PM
Re: Dead processes
Peter,
I agree with Joseph's suggestion
I think you might be referring to defunct processes on your unix system. If that is the case then you may use
kill -9 pid
As a word of caution, if you are not very familiar, throw the output requested by Joseph and we can look at that and let you know if those could be killed
regards
Mobeen
I agree with Joseph's suggestion
I think you might be referring to defunct processes on your unix system. If that is the case then you may use
kill -9 pid
As a word of caution, if you are not very familiar, throw the output requested by Joseph and we can look at that and let you know if those could be killed
regards
Mobeen
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP