Mantis - orca_services_collector
Viewing Issue Advanced Details
5215 crash always 2014-11-06 04:03 2014-11-06 04:03
CosmicDuck  
 
normal  
new  
open  
none    
none  
0005215: start_orca_services and stop_orca_services finds itself
The service will not start nor stop because it finds itself.
Stop:
It will find they own pid and kill himself. so the service smf will go to maintenance.

Start:
It will find they own pid and means its allready running so will not start.

In both script the line
pids=`/usr/ucb/ps auxww | $AWK '/orca_services/ && !/awk/ {print $2}'` also find himself.
To check it I duplicate and modify the line to see which process it kills:
/usr/ucb/ps auxww | $AWK '/orca_services/ && !/awk/ {print $0}'

Issue History
2014-11-06 04:03 CosmicDuck New Issue

There are no notes attached to this issue.