opmn issue because of a linux process?
Hi,
The opmnctl startall not able to start all the components leaving http_Server, webcache and webcacheadmin in stop status. There had been a hardware upgrade happened recently to this server and as part of it and it was rebooted. We are seeing this issue right after this. When we tried to start the process manually using opmnctl, it was giving 406 error. But when I do opmnctl status it shows up the following way..
DSA | DSA | 4306 | Alive
LogLoader | logloaderd | 4373 | Alive
HTTP_Server | HTTP_Server | 1695 | Stop
dcm-daemon | dcm-daemon | 2156 | Alive
WebCache | WebCache | 1277 | Alive
WebCache | WebCacheAdmin | 1696 | Stop
OC4J | home | 1698 | Stop
OC4J | OC4J_Forms | 1270 | Alive
When you do a ps -ef | grep 1695 which is pid for HTTP_Server it comes back with this output..
root 1695 1 0 Dec14 ? 00:00:00 [kjournald]
What does this kjournald do and this could be causing this issue?
Please adivse...