Weblogic Patch - U5I2 patch number 29204678

PATCH_ID - U5I2

Patch number - 29204678

# Weblogic Environment

export MW_HOME=/u01/app/oracle/product/Middleware
export WLS_HOME=$MW_HOME/wlserver_10.3
export WL_HOME=$WLS_HOME
export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.41.x86_64
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@xxxxxxxx Patches]$$unzip p29204678_1036_Generic.zip -d /u01/app/oracle/product/Middleware/utils/bsu/cache_dir/.
Archive:  p29204678_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: A
  inflating: /u01/app/oracle/product/Middleware/utils/bsu/cache_dir/./README.txt
  inflating: /u01/app/oracle/product/Middleware/utils/bsu/cache_dir/./patch-catalog_26516.xml
  inflating: /u01/app/oracle/product/Middleware/utils/bsu/cache_dir/./U5I2.jar
[oracle@xxxxxxxx Patches]$



If you get conflicts, you may have to remove previous patches, before attempting to apply the patch again.


[oracle@xxxxxxxx bsu]$./bsu.sh -install -patch_download_dir=$MW_HOME/utils/bsu/cache_dir -patchlist=U5I2 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 U5I2 is mutually exclusive and cannot coexist with patch(es): 7HKN
[oracle@xxxxxxxx bsu]$

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

Removing Patch ID: 7HKN..
Result: Success

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

Installing Patch ID: U5I2..
Result: Success

[oracle@xxxxxxxx bsu]$


No comments:

Post a Comment