Upgrade Oracle Access Manager to 12.2.1.4 – Part 2

Share on:

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

cloud

cloud2

When the progress bar reaches 100%, click Cancel. Crosscheck config.xml file for the updated domain version.

 

cloud3

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" name="WebLogic Server for FMW" version="12.2.1.4.0">

grep "oracle.wls.weblogic.sca" registry.xml
                  <component status="installed" name="oracle.wls.weblogic.sca" version="12.2.1.4.0">
cd ../wlserver/server/lib
java -cp weblogic.jar weblogic.version

WebLogic Server 12.2.1.4.0 Thu Sep 12 04:04:29 GMT 2019 1974621
Use 'weblogic.version -verbose' to get subsystem information
Use 'weblogic.utils.Versions' to get version information for all modules

— OAM version

cd /u01/oracle/products/12.2.1.3/access/oui/bin/
./viewInventory.sh | grep "FeatureSet: oam" | grep 12.2.1.4.0

     FeatureSet: oam_core 12.2.1.4.0
     FeatureSet: oam_wlsCore 12.2.1.4.0
     FeatureSet: oam_wlsFmw 12.2.1.4.0
     FeatureSet: oam 12.2.1.4.0
cd /u01/oracle/products/12.2.1.3/access/OPatch
./opatch lsinventory -details

Crosscheck the following from the log file:

[May 1, 2023 11:25:23 AM] [INFO]    WebLogic Server for FMW                                              12.2.1.4.0
[May 1, 2023 11:25:23 AM] [INFO]    Installs Oracle Access Manager Server                                12.2.1.4.0

Bring up Node Manager, WebLogic Admin server, and OAM Managed servers.

 

References: Upgrading Oracle Access Manager Highly Available Environments, Upgrade Oracle Access Manager (OAM) 12cR2 PS4 (OAM 12.2.1.4.0) Multi-Node Environment (Doc ID 2666399.1), Upgrade Advisor for Oracle Access Manager 12cR2 PS4 (OAM 12.2.1.4.0) (Doc ID 2564763.2)

Share on:

More from this Author

Invalid Certificate Chain – Unable to Validate Signed Jar File

Invalid Certificate Chain – Unable to Validate Signed Jar File

After a typical Oracle Forms installation, it is recommended to sign custom JAR files, including jacob.jar to avoid Java run time warning messages. ... Read More

Configure WebLogic Admin and Managed Servers as Native Windows Service

Configure WebLogic Admin and Managed Servers as Native Windows Service

Following the installation of Oracle Fusion Middleware components, it is advisable to configure those as Windows operating system services. A typical ... Read More

Back to Top