I discussed about availability of IAM 11gR2 PS2 (11.1.2.2) here and installation changes in IAM 11gR2 PS2 (11.1.2.2) here. In this post I am going to cover steps to upgrade IAM (OES in specific) from 11gR2 (11.1.2.0/1) to 11gR2 PS2 (11.1.2.2) . Upgrade of other IAM component (OIM, OAM, OAAM & OPAM) to follow soon.
For upgrade (or patch) from PS1 to PS2 check Oracle Documentation IAM Upgrade Guide
Note: IAM 11gR2 PS2 (11.1.2.2) is complete software that can also be used to patch 11.1.2.0 or 11.1.2.1
.
High Level Upgrade Steps for OES from 11.1.2.0/1 to 11.1.2.2
OES Upgrade has two parts
a) Upgrade OES Server
b) Upgrade OES Client i.e. OES Security Module (OESSM)
Upgrade OES Server
Note: Above step should upgrade ORACLE_HOME binaries from version 11.1.2.0.0/1 to 11.1.2.2
Upgrade OES Client
In OES client (OESSM) side you install
a) OES Client Software
b) IAM Software – Yes, you saw it right complete IAM software is also required at client side too.
Note: OES Client Software and IAM Software must be installed in separate ORACLE_HOMES
Note: Above step should upgrade OES CLIENT binaries from version 11.1.2.0.0/1 to 11.1.2.2
Note: Above step should upgrade ORACLE_HOME binaries from version 11.1.2.0.0/1 to 11.1.2.2
Lessons Learned in Upgrade from OES 11gR2 to OES 11gR2 PS2
_______
Traceback (innermost last):
File “<console>”, line 1, in ?
File “/oracle/apps/atul/mwoes/oracle_common/common/wlst/jpsWlstCmd.py”, line 1759, in upgradeOpss java.lang.OutOfMemoryError
java.lang.OutOfMemoryError: java.lang.OutOfMemoryError
_______
Add JVM size in wlst.sh ($WL_HOME/common/bin/wlst.sh) MEM_ARGS=”-Xms4096m -Xmx4096m” (Ensure that MEM_ARGS are added aftre “${WL_HOME}/server/bin/setWLSEnv.sh”)