weblogic10.3.6打補丁PSU


  weblogic的補丁,非付費不能下載。。。


Oracle WebLogic Server Patch Set Update 10.3.6.0.170418

PATCH_ID - RVBS    #補丁編號
Patch number - 25388747

Preparing to Install Oracle WebLogic Server Patch Set Update 10.3.6.0.170418
-----------------------------------------------------------------------

- WebLogic Server Patch Set Update (PSU) can be applied on a per-domain basis
(or on a more fine-grained basis), Oracle recommends that PSU be applied on an installation-wide basis.
PSU applied to a WebLogic Server installation using this recommended practice
affect all domains and servers sharing that installation.

實施步驟

- Login as same "user" with which the component being patched is installed.  #按照weblogci安裝用戶執行操作
- Stop all WebLogic servers.                                                                          #關閉本機上所有的weblogic服務
- Remove any previously applied WebLogic Server Patch Set Update and associated overlay patches   #移除沖突的補丁


Installing Oracle WebLogic Server Patch Set Update 10.3.6.0.170418
-------------------------------------------------------------

- unzip p25388747_1036_Generic.zip to {MW_HOME}/utils/bsu/cache_dir or any local directory    #解壓到目錄,或者自定義

Note: You must make sure that the target directory for unzip has required write and executable permissions
for "user" with which the component being patched is installed.

- Navigate to the {MW_HOME}/utils/bsu directory.
- Execute bsu.sh -install -patch_download_dir={MW_HOME}/utils/bsu/cache_dir -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}

#weblogic-home    MW_HOME
/servyou_domain/Oracle/Middleware/wlserver_10.3
#補丁解壓位置
/servyou_domain/Oracle/Middleware/utils/bsu/cache_dir
/servyou_domain/jdk1.7.0_79

ZLNA
EJUW
RVBS

bsu.sh

#!/bin/sh
#JAVA_HOME="/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.45.x86_64"
MEM_ARGS="-Xms2048m -Xmx2048m"    #調整大小可以加快安裝速度,防止安裝完畢垃圾回收異常
"$JAVA_HOME/bin/java" ${MEM_ARGS} -jar patch-client.jar $*

實施命令

可以設置變量對應用變量替換

export    MW_HOME="/servyou_domain/Oracle/Middleware/wlserver_10.3"

#查看補丁信息
./bsu.sh -status=applied -verbose -view   -prod_dir=/servyou_domain/Oracle/Middleware/wlserver_10.3   #  ${MW_HOME} 

#移除補丁
./bsu.sh -remove -patchlist=ZLNA   -prod_dir=${MW_HOME} 

#安裝補丁

注意:會檢測到是否有補丁沖突,沖突卸載
./bsu.sh -install -patch_download_dir=/servyou_domain/Oracle/Middleware/utils/bsu/cache_dir -patchlist=RVBS -prod_dir=${MW_HOME} 


Where, WL_HOME is the path of the WebLogic home   === /servyou_domain/Oracle/Middleware/wlserver_10.3
Reference: BSU Command line interface
http://docs.oracle.com/cd/E14759_01/doc.32/e14143/commands.htm

驗證補丁

Post-Installation Instructions
------------------------------

a) Restart all WebLogic servers.

b) The following command is a simple way to determine the application of WebLogic Server PSU.

$ . $WL_HOME/server/bin/setWLSEnv.sh
$ java weblogic.version

In the following example output, 10.3.6.0.170418 is the installed WebLogic Server PSU.

WebLogic Server 10.3.6.0.170418 PSU Patch for BUG25388747

卸載補丁


Uninstalling Oracle WebLogic Server Patch Set Update 10.3.6.0.170418
---------------------------------------------------------------

- Stop all WebLogic Servers
- Navigate to the {MW_HOME}/utils/bsu directory.
- Execute bsu.sh -remove -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}


Post-Uninstallation Instructions
--------------------------------

a) Restart all WebLogic Servers.


Oracle recommends that you see following key notes
--------------------------------------------------
- My Oracle Support NOTE: 1306505.1 Announcing Oracle WebLogic Server PSUs (Patch Set Updates)
https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1306505.1
- My Oracle Support NOTE: 1470197.1 Master Note on WebLogic Server Patch Set Updates (PSUs)
https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1470197.1

 相關補丁下載:

p25388747_1036_Generic.zip

 鏈接: https://pan.baidu.com/s/1pKS1UtH 密碼: pdsm


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM