Instruction to apply the CPU patch in weblogic patch 10.3.6.0
1) Down load and copy the CPU patch p30109677_1036_Generic.zip to the following location /opt/sfw/oracle/middleware/utils/bsu/cache_dir
2) unzip the same p30109677_1036_Generic.zip
3) change the directoory to the following path /opt/sfw/oracle/middleware/utils/bsu
4) Issue the following command to check the conflicting patchs ./bsu.sh -view -status=applied -prod_dir=/opt/sfw/oracle/middleware/wlserver_10.3 -verbose
5) Edit the bsu.sh script and change memory options as follows:
MEM_ARGS="-Xms1024m -Xmx3072m"
example:
[oracle@sukhoi bsu]$ ./bsu.sh -view -status=applied -prod_dir=/opt/sfw/oracle/middleware/wlserver_10.3 -verbose
ProductName: WebLogic Server
ProductVersion: 10.3 MP6
Components: WebLogic Server/Core Application Server,WebLogic Server/Admi
nistration Console,WebLogic Server/Configuration Wizard and
Upgrade Framework,WebLogic Server/Web 2.0 HTTP Pub-Sub Serve
r,WebLogic Server/WebLogic JDBC Drivers,WebLogic Server/Thir
d Party JDBC Drivers,WebLogic Server/WebLogic Server Clients
,WebLogic Server/WebLogic Web Server Plugins,WebLogic Server
/UDDI and Xquery Support,WebLogic Server/Workshop Code Compl
etion Support
BEAHome: /opt/sfw/oracle/middleware
ProductHome: /opt/sfw/oracle/middleware/wlserver_10.3
PatchSystemDir: /opt/sfw/oracle/middleware/utils/bsu
PatchDir: /opt/sfw/oracle/middleware/patch_wls1036
Profile: Default
DownloadDir: /opt/sfw/oracle/middleware/utils/bsu/cache_dir
JavaVersion: 1.6.0_29
JavaVendor: Sun
Patch ID: U5I2
PatchContainer: U5I2.jar
Checksum: 1091735558
Severity: optional
Category: General
CR/BUG: 29204678
Restart: true
Description: WLS PATCH SET UPDATE 10.3.6.0.190416
WLS PATCH SET UPDATE 10
.3.6.0.190416
Patch ID: BHT3
PatchContainer: BHT3.jar
Checksum: 352598355
Severity: optional
Category: General
CR/BUG: 28483404
Restart: true
Description: WEBLOGIC SAMPLES SPU 10.3.6.0.181016
WEBLOGIC SAMPLES SPU 10
.3.6.0.181016
Patch ID: IL49
PatchContainer: IL49.jar
Checksum: 1345789832
Severity: optional
Category: General
CR/BUG: 29800003
Restart: true
Description: 10.3.6.0.190416 Overlay : MERGE REQUEST ON TOP OF WLS PSU 10
.3.6.0.190416 FOR BUGS 29694149 29726561
Oracle WebLogic Sev
er overlay patch for 10.3.6.0.190416 which requires WLS 10.3
.6.0.190416 PSU (Patch Number: 29204678 , Patch ID :U5I2) in
the environment
Note: In this case we may have to remove the IL49 and U512
5) Stop the wls service
Example: /etc/init.d/wlsoif stop
/etc/init.d/wlsadmin stop
6) Ensure the weblogic service is stopped.
7) Command to remove the patches ./bsu.sh -remove -patchlist=IL49,U5I2 -prod_dir=/opt/sfw/oracle/middleware/wlserver_10.3/
8) Ensure there is no Conflict.
9) ./bsu.sh -install -patch_download_dir=/opt/sfw/oracle/middleware/utils/bsu/cache_dir/ -patchlist=3L3H -prod_dir=/opt/sfw/oracle/middleware/wlserver_10.3/
Note: we should get the following message.
Checking for conflicts.............
No conflict(s) detected
Installing Patch ID: 3L3H..
Result: Success
10) Once it is done reboot the node and and ensure the both the service is started.
No comments:
Post a Comment