Applying patch in weblogic using bsu utility

1 – View installed:

./bsu.sh -prod_dir=/path/wls1036/wlserver_10.3 -status=applied -view -verbose -log=/tmp/GFWX_bsu_applied.log -log_priority=trace

2 – View: Downloaded: show current patch details which is downloaded and present inside patch_dir

./bsu.sh -prod_dir=/opt/app/bea/wls1036/wlserver_10.3 -status=downloaded -view -verbose -log=/tmp/GFWX_bsu_view_down.log -log_priority=trace

– Remove: to avoid conflict

PS: You can run step#4 as well as I did earlier and it will give below error due to conflicting earlier patch:

./bsu.sh -remove -patchlist=MYFD -prod_dir=/path/wls1036/wlserver_10.3 -log=/tmp/GFWX_bsu_view.log -log_priority=trace

Once success: output will as below after view command:

./bsu.sh -prod_dir=/path/wlserver_10.3 -status=applied -view -verbose -log=/tmp/GFWX_bsu_applied.log -log_priority=trace

4 – Install: latest patchset

./bsu.sh -install -patch_download_dir=/path/wls1036/utils/bsu/cache_dir -patchlist=GFWX -prod_dir=/ path /wls1036/wlserver_10.3 -log=/tmp/GFWX_bsu_trace.log -log_priority=trace -verbose

Leave a Reply

Your email address will not be published.