Weblogic Patch - 3L3H patch number p30109677_1036_Generic.zip


PATCH_ID - 3L3H

Patch number - 30109677

export MW_HOME=/u01/app/oracle/product/middleware
export WLS_HOME=$MW_HOME/wlserver_10.3
export WL_HOME=$WLS_HOME
# Set to the appropriate JAVA_HOME
export JAVA_HOME=/u01/app/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0
export PATH=$JAVA_HOME/bin:$PATH


Applying Patch Set Updates (PSUs)The patch set updates (PSUs) come with a "README.txt" file that explains how to apply the patches. You should always follow the patch note, but the basic format is typically as follows.Unzip the patch into the correct location and shutdown all weblogic domians.

[oracle@xxxx patch]$ unzip p30109677_1036_Generic.zip -d /u01/app/oracle/product/middleware/utils/bsu/cache_dir/.
Archive:  p30109677_1036_Generic.zip
replace /u01/app/oracle/product/middleware/utils/bsu/cache_dir/./README.txt? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: /u01/app/oracle/product/middleware/utils/bsu/cache_dir/./README.txt
  inflating: /u01/app/oracle/product/middleware/utils/bsu/cache_dir/./patch-catalog_26853.xml
  inflating: /u01/app/oracle/product/middleware/utils/bsu/cache_dir/./3L3H.jar


If you get conflicts, you may have to remove previous patches, before attempting to apply the patch again.
[oracle@xxx bsu]$ ./bsu.sh -install -patch_download_dir=$MW_HOME/utils/bsu/cache_dir -patchlist=3L3H -prod_dir=$WLS_HOME  -log=/tmp/weblogic_patching.log
Checking for conflicts.............
Conflict(s) detected - resolve conflict condition and execute patch installation again
Conflict condition details follow:
Patch 3L3H is mutually exclusive and cannot coexist with patch(es): U5I2

[oracle@xxxx bsu]$ ./bsu.sh -remove -patchlist=U5I2  -prod_dir=$WLS_HOME -log=/tmp/weblogic_patching.log
Checking for conflicts..............
No conflict(s) detected

Removing Patch ID: U5I2..
Result: Success

[oracle@xxxxxxxx bsu]$ ./bsu.sh -install -patch_download_dir=$MW_HOME/utils/bsu/cache_dir -patchlist=3L3H -prod_dir=$WLS_HOME -log=/tmp/weblogic_patching.log
Checking for conflicts..
No conflict(s) detected

Installing Patch ID: 3L3h.
Result: Success

[oracle@xxxxxxxx bsu]$

No comments:

Post a Comment