(OAM Pilot) OAM 11gR2 PS3 upgrade from PS2 - OAM Component Bootstrap Failed with WLS Admin Startup
Hi All,
I have this weird issue during OAM 11gR2PS2 to PS3 upgrade.
Document followed link http://docs.oracle.com/cd/E52734_01/core/IAMUP/upg_psone_oam.htm#IAMUP4574
Here are the steps performed.
1. Backup MW_HOME and OAM Db schemas of PS2.
2. Ensure we have java version "1.7.0_65"
3. set USER_MEM_ARGS in setDomainEnv.sh as below
# Added for OAM 11.1.2.3 upgrade
USER_MEM_ARGS="-Xms4096m -Xmx4096m -XX:MaxPermSize=512m"
export USER_MEM_ARGS
if [ "${USER_MEM_ARGS}" != "" ] ; then
MEM_ARGS="${USER_MEM_ARGS}"
export MEM_ARGS
fi
4. Apply the below mandatory WLS patches for 10.3.6
18398295 (FSG4)
14404715 (ZARV)
16844206 (NPM3)