- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to remove dead process
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
02-08-2004 06:49 PM
02-08-2004 06:49 PM
how to remove dead process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 06:52 PM
02-08-2004 06:52 PM
Re: how to remove dead process
kill 10781
if that does not work, try
kill -9 10781
If the process is hung waiting on I/O, then you will either have to wait for the I/O to complete, or probably reboot the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 07:09 PM
02-08-2004 07:09 PM
Re: how to remove dead process
Actually user logged in mfg-pro,that time top command displays TTY and USERNAME are same,after some time i.e half hour or one hour root will takes TTY. so this is dead process or any other ,i don't know.this problem for all user.
How to remove this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2004 09:55 PM
02-08-2004 09:55 PM
Re: how to remove dead process
From your top output this process is not dead but still running.
You say that a user login to mfgpro is taken over by root? - if this occurs then I would look seriously at what the users are doing when this occurs as it appears to be a MFGPRO coding problem.
use TUSC and attach to the process pid and see what it is doing.
TUSC is free and installs without a reboot.
http://www.stokely.com/unix.sysadm.resources/shareware.www.html
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 12:34 AM
02-09-2004 12:34 AM
Re: how to remove dead process
Please assign points to those who have given freely of their time to assist you.
http://forums1.itrc.hp.com/service/forums/pageList.do?userId=BR788154&listType=unassigned&forumId=1
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 02:20 PM
02-09-2004 02:20 PM
Re: how to remove dead process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 03:42 PM
02-09-2004 03:42 PM
Re: how to remove dead process
CAUTION: Use it carefully.
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
02-09-2004 03:56 PM
02-09-2004 03:56 PM
Re: how to remove dead process
Some times i killed user dead process,that time database totally hanged.so that time i killed all user process and shutdown the database and restart database.