Upgrade Oracle Access Manager to 12.2.1.4 – part 2

After upgrading OAM to 12.2.1.4, proceed with reconfiguring the WebLogic domain. cd /u01/oracle/products/12.2.1.3/access/oracle_common/common/bin ./reconfig.sh -log=oam_reconfg.log -log_priority=ALL -- -- When the progress bar reaches 100%, click Cancel. Crosscheck config.xml file for the updated domain version. -- grep domain-version $DOMAIN_HOME/config/config.xml <domain-version>12.2.1.4.0</domain-version> Post Upgrade validation -- WLS version cd /u01/oracle/products/12.2.1.3/access/inventory grep "WebLogic Server for FMW" registry.xml <distribution status="installed" … Continue reading Upgrade Oracle Access Manager to 12.2.1.4 – part 2

Upgrade Oracle Access Manager to 12.2.1.4

The supported version to upgrade to Oracle Access Manager 12.2.1.4 is Oracle Access Manager 12.2.1.3.0. This blog provides instructions to upgrade a highly available(Admin server listening on virtual IP), two node cluster deployment of OAM 12.2.1.3 following in-place upgrade method. The Admin server configuration directory is placed on shared storage between the two nodes to support … Continue reading Upgrade Oracle Access Manager to 12.2.1.4

OAM SSO login failure due to missing communication protocol with LDAP

After a recent quarterly security patching on your OAM environment, you might have found out that a routine sanity check fails with SSO login errors.At a first glance, you might be tempted to believe that there is something wrong with LDAP.However, the underlying cause can be attributed to the TLS 1.2 requirements mandated for OAM … Continue reading OAM SSO login failure due to missing communication protocol with LDAP