- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how kill a process with PPID1
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
01-31-2005 12:32 AM
01-31-2005 12:32 AM
I've process dscmc (for IBM Tsm) with a ppid 1.
I can't kill the process with kill -9.
How can i proceed, to destroy this entry without reboot.
I've HPUX 11.0
Thank you for your help
Nicolas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 12:39 AM
01-31-2005 12:39 AM
Re: how kill a process with PPID1
Sorry, if kill -9 won't do it, there's no way. Either the process is waiting on I/O to complete or it's a true zombie. If it is waiting on I/O, there's a small chance you could kill it if you could figure out how to satisfy the I/O request, but that's not very likely. A reboot is the only thing that will get rid of these.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 12:40 AM
01-31-2005 12:40 AM
Re: how kill a process with PPID1
kill -9 should kill the job.
Once the process description goes to
< defunct> they normally only disappear after a reboot.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 12:46 AM
01-31-2005 12:46 AM
Re: how kill a process with PPID1
How be sure that the process is waiting an IO.
The process backup work trough the san.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 12:52 AM
01-31-2005 12:52 AM
Re: how kill a process with PPID1
tusc may help you identify what is going on.
http://hpux.asknet.de/hppd/hpux/Sysadmin/tusc-7.7/
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 12:54 AM
01-31-2005 12:54 AM
Re: how kill a process with PPID1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 01:04 AM
01-31-2005 01:04 AM
Re: how kill a process with PPID1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 04:02 AM
01-31-2005 04:02 AM
Re: how kill a process with PPID1
We try to reboot the server this night to free the process.
Thank you for your help.