您好,登錄后才能下訂單哦!
下載wls 10.3.6
http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
漏洞說明
http://www.oracle.com/technetwork/security-advisory/cpujan2017-2881727.html??
補丁: Patch Set Update (PSU) Release Listing for Oracle WebLogic Server (WLS) (文檔 ID 1470197.1)
PSU Description Patch Download CPU Patch Availability Document Smart Update Patch ID Bugs Fixed
Document
10.3.6.0.171017 10.3.6.0.171017 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 26519424 My Oracle Support
Note 2296870.1 FMJJ HTML Attachment
10.3.6.0.170718 10.3.6.0.170718 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 25869650 My Oracle Support
Note 2261562.1 B25A HTML Attachment
10.3.6.0.170418 10.3.6.0.170418 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 25388747 My Oracle Support
Note 2228898.1 RVBS
HTML Attachment10.3.6.0.170117 10.3.6.0.170117 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 24667634 My Oracle Support
Note 2203916.1 XIDD HTML Attachment
10.3.6.0.161018 10.3.6.0.161018 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 23743997 My Oracle Support
Note 2171485.1 K25M My Oracle Support
Note 2194102.1
10.3.6.0.160719 10.3.6.0.160719 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 23094342 My Oracle Support
Note 2136219.1 UIAL My Oracle Support
Note 2162319.1
10.3.6.0.160419 10.3.6.0.160419 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 22505423 My Oracle Support
Note 2102148.1 DEM4 My Oracle Support
Note 2128296.1
10.3.6.0.13 10.3.6.0.13 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 21984589 My Oracle Support
Note 2074802.1 S8C2 My Oracle Support
Note 2097447.1
10.3.6.0.12 10.3.6.0.12 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 20780171 My Oracle Support
Note 2005667.1 EJUW My Oracle Support
Note 2030251.1
10.3.6.0.11 10.3.6.0.11 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 20181997 My Oracle Support
Note 1967243.1 YUIS My Oracle Support
Note 1997891.1
10.3.6.0.10 10.3.6.0.10 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 19637463 My Oracle Support
Note 1942215.1 12UV My Oracle Support
Note 1961046.1
10.3.6.0.9 10.3.6.0.9 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 19182814 My Oracle Support
Note 1912224.1 FSR2 My Oracle Support
Note 1935048.1
10.3.6.0.8 10.3.6.0.8 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 18040640 My Oracle Support
Note 1618213.1 T5F1 My Oracle Support
Note 1645823.1
10.3.6.0.7 10.3.6.0.7 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 17572726 My Oracle Support
Note 1594621.1 FCX7 My Oracle Support
Note 1613601.1
10.3.6.0.6 10.3.6.0.6 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 17071663 My Oracle Support
Note 1571391.1 BYJ1 My Oracle Support
Note 1589769.1
10.3.6.0.5 10.3.6.0.5 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 16619891 My Oracle Support
Note 1548709.1 L51R My Oracle Support
Note 1567735.1
10.3.6.0.4 10.3.6.0.4 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 16083651 My Oracle Support
Note 1525152.1 D33T My Oracle Support
Note 1544308.1
10.3.6.0.3 10.3.6.0.3 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 14736139 My Oracle Support
Note 1502461.1 HYKC My Oracle Support
Note 1519561.1
10.3.6.0.2 10.3.6.0.2 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 14331527 My Oracle Support
Note 1477727.1 MYFD My Oracle Support
Note 1496334.1
10.3.6.0.1 10.3.6.0.1 Patch Set Update (PSU) for WebLogic Server 10.3.6.0 Patch 14142550 My Oracle Support
Note 1455387.1 JSES My Oracle Support
Note 1466022.1
下載patch:26519424
windows篇
找到:
PATCH_ID - FMJJ
Patch number - 26519424
一 找到幾個變量
set WM_HOme=E:\Oracle\Middleware\
set WL_HOME=E:\Oracle\Middleware\wlserver_10.3
補丁存放路徑:%MW_HOME%/utils/bsu/cache_dir
二檢查版本:
%WL_HOME%/server/bin/setWLSEnv.cmd
java weblogic.version
三 打補丁
unzip p26519424_1036_Generic.zip 到 %MW_HOME%/utils/bsu/cache_dir
參考bsu.sh -install -patch_download_dir={MW_HOME}/utils/bsu/cache_dir -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}
調整bsu.cmd
@ECHO OFF
SETLOCALSET JAVA_HOME=C:\Program Files\Java\jdk1.7.0_51
FOR %%i IN ("%JAVA_HOME%") DO SET JAVA_HOME=%%~fsiSET JAVA=%1
IF DEFINED JAVA (
SET JAVA=java
) ELSE (
SET JAVA=javaw
)set MEM_ARGS=-Xms1024m -Xmx1536m
"%JAVA_HOME%\bin\%JAVA%" %MEM_ARGS% -jar patch-client.jar %*
ENDLOCAL
bsu.cmd -install -patch_download_dir=E:\Oracle\Middleware\utils\bsu\cache_dir -patchlist=FMJJ -prod_dir=E:\Oracle\Middleware\wlserver_10.3
四檢查版本:
%WL_HOME%/server/bin/setWLSEnv.cmd
java weblogic.version
10.3.5升到10.3.6參考:https://docs.oracle.com/cd/E24902_01/doc.91/e18840/upgrade_1036.htm#EOHWL193
相關程序:
https://updates.oracle.com/Orion/Services/download/p13529623_1036_Generic.zip?aru=14401561&patch_file=p13529623_1036_Generic.zip
沒賬號的用迅雷下吧
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。