Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oms is locked. cannot unsecure the agent. unsecuring agent... failed

sniperdbaFeb 9 2015 — edited Feb 18 2015

I was switching the agent URL to use IPv6.

after doing the changes to emd.properties faced the below issue.

oms is locked. cannot unsecure the agent.

unsecuring agent... failed

have checked httpd_em.conf its set to allow all

have also checked with the below query to verify if the repository database shows the oms as locked. but its not

SELECT DISTINCT oms.host_url,oms.timestamp ,DECODE(oms.value,0,'Unsecured',1,'Secured and Unlocked',2,'Secured and Locked','error:'||oms.value) lock_status

FROM   mgmt_oms_parameters oms,

      (SELECT host_url ,name ,MAX(TIMESTAMP) last_time FROM mgmt_oms_parameters WHERE name = 'oms_secure_status' GROUP BY host_url,name) s

WHERE oms.host_url = s.host_url

AND   oms.TIMESTAMP = s.last_time

AND   oms.name = s.name

ORDER BY oms.host_url;

Please help,

Thanks in advance,

Mehraz

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2015
Added on Feb 9 2015
3 comments
2,998 views