which parent processes should monitor for ensuring all the services u[p and running in EBS
Could you please help me on this: for monitoring the OS processes for ensuring that all the services (database and applications, forms, concurrent, etc) are running fine.if I issue following commands but getting so many lines as out put. I am not sure which process id I should monitor.
1)
ps -ef|grep jre---> gives 5 processes. Please confirm how many processes should be there and which one is the parent process and needs to be monitored.
2) ps -ef|grep Apache gives 30 lines .
3) ps -ef |grep FNDLIBR : which process id should monitor
1)
ps -ef|grep jre---> gives 5 processes. Please confirm how many processes should be there and which one is the parent process and needs to be monitored.
2) ps -ef|grep Apache gives 30 lines .
3) ps -ef |grep FNDLIBR : which process id should monitor
0