It’s specific to AIX environment. While doing oms installation during the agent configuration stage it failed. Even a fresh installation of agent in oms host will fail with similar error. You will not be able to stop or start the agent.

It’s a aix bug, metalink#1298284.1 talks about it. There is a workaround provided in that note.

Workaround provided by Oracle:

1. export $ORACLE_HOME=<agent home>/sysman/lib
2. cd <agent home>/sysman/lib
3. backup env_emagent.mk
4. Modify env_emagent.mk:
   Search “LIB_JVM_LINK =”
   Remove the “-blazy” option from LIB_JVM_LINK definition
   Save the file
5. /usr/sbin/slibclean

5.1. export OBJECT_MODE=32 ==> Pls note this step is missing in the oracle document

6. make -f ins_emagent.mk agent

convert this post to pdf.