Search Results

Search: Posts Made By: kumarabhi84
8,959
Posted By kumarabhi84
thnx yaar !!! thats working one more...
thnx yaar !!! thats working


one more thing what the significance of >/dev/null

whr can I see that??
8,959
Posted By kumarabhi84
How to fetch running/failed process
I am trying to fetch failed process but while doing that unable to do so. like;

(1)ps -ef | grep snmpCollect

o/p is coming like -

root 12423 4393 1 19:44:06 pts/0 0:00 grep...
2,629
Posted By kumarabhi84
I m trying following command but still not able...
I m trying following command but still not able to find whether process has stopped or not.

ps -ef | grep $process_name | grep -v "grep" | awk '{print $9}'

hw do we check that? so that I can...
2,629
Posted By kumarabhi84
yeah u r right failed process is not running...
yeah u r right failed process is not running process.

ov is set of process starting with ov like ovstatus,ovcheck ovbhht...
2,629
Posted By kumarabhi84
script for failed processes
I want to write a script that log all the failed processes and start the same process.

For that I have already write a script that gives all the PID

#!/bin/ksh
pid= `ps -ef |grep "ov" |grep...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 10:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy