Scenario:
========
We have copied the Ias from different machine and while starting opmn we get the following error:
Error :
======
[oracle@doyen ~]$ opmnctl startall
opmnctl: starting opmn and all managed processes...
opmn id=doyen.com:6299
0 of 1 processes started.
ias-instance id=standalone
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ias-component/process-type/process-set:
HTTP_Server/HTTP_Server/HTTP_Server
Error
--> Process (pid=10533)
failed to start a managed process after the maximum retry limit
Log:
/u01/apex/iassquid/opmn/logs/HTTP_Server~1
Solution:
========
[oracle@doyen ~]$ su - root
Password:
[root@doyen oracle]# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
Now Retest the issue :
=====================
[oracle@doyen ~]$ opmnctl startall
opmnctl: starting opmn and all managed processes...
[oracle@doyen ~]$ opmnctl status
Processes in Instance: standalone
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
HTTP_Server | HTTP_Server | 10884 | Alive
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | N/A | Down
2 comments:
Not working..!!
worked thanks.
Post a Comment