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