- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to kill process....
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-07-2008 07:53 AM
02-07-2008 07:53 AM
Unable to kill process....
The agent processes that stay alive cannot be killed even with kill -9.
But insteed to startup script, after system boot, if agent start then I can stop/kill the process.
Is there any other way to automate the process? Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 08:31 AM
02-07-2008 08:31 AM
Re: Unable to kill process....
If a 'kill -9' doesn't terminate a process it's because the process is waiting on an evert (often an I/O) that until satisfied cannot allow the process to resume.
For a signal to be acted upon, the process must be running.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 08:52 AM
02-07-2008 08:52 AM
Re: Unable to kill process....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 09:04 AM
02-07-2008 09:04 AM
Re: Unable to kill process....
What does your dmesg tell you. If it is a missing nfs mount point you can start the nfs server again on the server site of the nfs. The you should be able to stop the processes.
The mount command will give you the needed information.
Does the bdf command hang?
You could reboot you system but first edit the files that do the mount of the nfs (/etc/fstab, cluster conf or automount in the etc.
It could be a failed mountpoint the dmesg and /var/adm/syslog/syslog.log should give some information. and you can use the vgdisplay -v vgXX to get information on the volumegroups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 12:22 PM
02-07-2008 12:22 PM
Re: Unable to kill process....
If kill -9 doesn't work, it means it is an application hang in the kernel.
If it is not related to a hard NFS mount hang,
you should take a 'TOC' of the system, and contact hp support.