I have two set of questions.
1) To skip killing some process automatically.
2) To kill other process and capture their log.
I have set of process, some needs to be killed gracefully and others should be skipped.
Hi,
I'm new to Linux.
I have a windows server that run many processes on it.
In some cases the processes doesn't exit properly or just stop working and the process needs to be killed.
I was wondering how i can automatically (couple of times a day) check which process doesn't use any CPU time and then to kill it.
Any help would be appreciated!
I am running Atlassian JIRA on Ubuntu 12.04 LTS (Precise Pangolin). I would like to automatically start JIRA whenever the system boots. For this purpose, I created script jira in /etc/init.d, similar to the one described in Atlassian's Wiki.
I can manually start / stop JIRA by calling /etc/init.d/jira accordingly. However, JIRA does not start during the boot process.
I used the init.d skeleton template to create an init.d script that starts up a basic java process. When I run my init.d script, the process starts up and works fine. The only problem is that the process doesn't produce the required log files while it's running.
Hi All,
i want to check all the child processes attached to a specific process.
Say for a example; my process is a java process. then i wanna know what are the processes attached to that java process.
at the moment i use the command # ps aux|grep java ; this gives the details about the currently running java process.
i am trying to figure out if a gameserver is running. I found a lot of dirty methods so i wanted to make it basically easy by calling a php script which checks if a process is running.
I usually run few Java applications, one for server running locally and other for some IDE like NetBeans. And from time to time, after lots of redeployments, my server get stuck on OutOfMemoryException so I need to kill Java process in order to reboot.
So I do pkill -9 java but this also kills my running IDE which I don't want to.
hi,
Our server maintenance has informed us the below process are not running in the unix server.
http , java , Ora_home_jre process
So some one please help what i need to do to make these process running ?
Where i need to check what would have went wrong???
Thanks in Advance,
Arun Manas:b:
When Linux is usually stable, sometimes a process just wants to mess up and hangs around unwelcomely. It just ignores your request to close up.