Wednesday, December 30, 2015

Securing agent... Failed - OEM 12c

Today I was installling cloude 12c agent on 2 nodes RAC that I got agent deployment failed on first node. While long troubleshooting I found the problem was not in the deployment.  It’s there in time synchronization between Oracle Management Server and RAC nodes. After fixing it got resolved.

Issue:

EM 12c: Agent Secure Fails with Error: "javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated"

[oracle@ccs_node1 bin]$ tail -100f /opt/Agent12c/agent_inst/sysman/log/secure.log

2015-30-12 12:22:40,080 [main] ERROR agent.SecureAgentCmd main.257 - Failed to secure the Agent:
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

Cause

 Time synchronization between Oracle Management Server and RAC nodes

 Solution

Fixed time on OMS and RAC nodes and retry on all nodes.

[root@ccs_node1]$ service ntpd stop

[root@ccs_node1]$ ntpd NTP-TEST

[root@ccs_node1]$ service ntpd start



No comments:

Post a Comment