Thursday, September 24, 2009

How to install a Weblogic patch

in the CLI:

bsu.sh -install -patchlist=98AI -prod_dir=C:\bea\home_WLS_922\weblogic92 -log=bsu.log -log_priority=trace


to do it with the GUI:

1 - Copy the content of the attached archive in your [BEA_HOME]/utils/bsu/cache_dir
directory,



2 - Launch the BSU with the bsu.cmd script, (PV: ou bien bsu.sh)



3 - Select "Work Offline"



4 - Select your Weblogic 9.2 MP2 installation on the left column and click on the "Manage Patches" tab. Then click on the green arrow of the
Patch ID 98AI.



5 - Restart your server and the patch should now be applied.



6 - Ensure of course to install this patch on every machine that is hosting servers of your domain. Ensure also that all servers have been
restarted then.

to view all patches:

cd $BEA_HOME/utils/bsu
./bsu.sh -view -status=applied -prod_dir=/opt/tuxedo/platform922/weblogic92


to install with command line interface:

bsu.sh -install -patchlist=98AI -prod_dir=$BEA_HOME/weblogic92 -log=bsu.log
-log_priority=trace

http://download.oracle.com/docs/cd/E14759_01/doc.32/e14143/commands.htm

2 comments:

Zakki said...

Hi,

nice post, I've written a similar post

http://zakkiahmed.wordpress.com/2010/12/29/applying-patches-using-oracle-smart-updatebsu-on-weblogic-server/

let me know your thoughts.

Regards,

Zakki

vernetto said...

Zakki you have done an excellent job! Kudos!