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-22-2000 12:33 PM
02-22-2000 12:33 PM
kill -9
i want to know why some process can't be kill using command kill -9 xxx (xxx is
the pid)? Only a reboot will do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2000 10:05 PM
02-22-2000 10:05 PM
Re: kill -9
awaiting completion of some I/O traffic.
This will normally be to something like a tape drive, or disc.
If the unit fails to respond, then the process sits blocked on I/O and will
ignore a kill -9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2000 02:28 AM
02-23-2000 02:28 AM
Re: kill -9
kill s 9 xxx
instead of just
kill -9 xxx
- Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2000 09:46 AM
02-23-2000 09:46 AM
Re: kill -9
What symptoms causes this situation to occur?
Does this means I have a disk bottleneck or my disk is having problem?
Many Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2000 09:48 AM
02-23-2000 09:48 AM
Re: kill -9
I have not tried kill s 9. BUt I'll try when it occurs again. Actually what's
the difference with kill -9. I don't forsee it works either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2000 05:58 PM
02-23-2000 05:58 PM
Re: kill -9
colleague of mine recently had similar problems on hp-ux 11 where he said kill
-9 didn't seem to work.
He later told me that using kill -s 9 was now the way to do it, and that kill
-9 was 'defunct'. Whether that is totally true or not I don't know.
Worth a try anyhow, I guess. Let me know if it works for you.
- Brian