Applying Patch 19637463: SU Patch [12UV]: Oracle WebLogic Server (WLS) PATCH SET UPDATE 10.3.6.0.10
Verify the latest version of the WLS
------------------------------------
bash-3.2$ cd /instance_name/fmw/product/111/wlserver_10.3/server/bin
bash-3.2$ . ./setWLSEnv.sh;java weblogic.version |grep 'WebLogic Server'
latest version in instance_name
WebLogic Server 10.3.6.0.8 PSU Patch for BUG18040640 THU MARCH 27 15:54:42 IST 2014
WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050
bash-3.2$
Download & copy the patch to below patch
----------------------------------------
Path - /instance_name/fmw/product/111/utils/bsu/cache_dir
Ensure that the directory has the write and executable permissions.
cp 12UV.jar /instance_name/fmw/product/111/utils/bsu/cache_dir
cp patch-catalog_22147.xml /instance_name/fmw/product/111/utils/bsu/cache_dir
Uninstall existing conflicting patches
---------------------------------------
Navigate back to location /instance_name/fmw/product/111/utils/bsu
cd /instance_name/fmw/product/111/utils/bsu/
Example: Remove conflicting patch T5F1
./bsu.sh -remove -patchlist=T5F1 -prod_dir=/instance_name/fmw/product/111/wlserver_10.3/
$ ./bsu.sh -remove -patchlist=T5F1 -prod_dir=/instance_name/fmw/product/111/wlserver_10.3
Checking for conflicts...
No conflict(s) detected
Removing Patch ID: T5F1..
Result: Success
Apply patch set 12UV
cd /instance_name/fmw/product/111/utils/bsu/
./bsu.sh -install -patch_download_dir=/instance_name/fmw/product/111/utils/bsu/cache_dir -patchlist=12UV -verbose -prod_dir=/instance_name/fmw/product/111/wlserver_10.3/
Verify Patch is listed as applied
---------------------------------
./bsu.sh -view -status=applied -prod_dir=/instance_name/fmw/product/111/wlserver_10.3/
$ ./bsu.sh -install -patch_download_dir=/instance_name/fmw/product/111/utils/bsu/cache_dir
-patchlist=12UV -prod_dir=/instance_name/fmw/product/111/wlserver_10.3
Checking for conflicts...
No conflict(s) detected
Installing Patch ID: 12UV..
Result: Success
Validate Patch is applied or not.
Example : Check new Version:
-------------------------------
bash-3.2$ cd /instance_name/fmw/product/111/wlserver_10.3/server/bin
bash-3.2$ . ./setWLSEnv.sh;java weblogic.version |grep 'WebLogic Server'
$ ./bsu.sh -view -status=applied -prod_dir=/instance_name/fmw/product/111/wlserver_10.3
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 SCA,WebLogic Server/WebLogic JDBC
Drivers,WebLogic Server/Third Party JDBC Drivers,WebLogic S
erver/WebLogic Server Clients,WebLogic Server/WebLogic Web S
erver Plugins,WebLogic Server/UDDI and Xquery Support,WebLog
ic Server/Workshop Code Completion Support
BEAHome: /instance_name/fmw/product/111
ProductHome: /instance_name/fmw/product/111/wlserver_10.3
PatchSystemDir: /instance_name/fmw/product/111/utils/bsu
PatchDir: /instance_name/fmw/product/111/patch_wls1036
Profile: Default
DownloadDir: /instance_name/fmw/product/111/utils/bsu/cache_dir
JavaVersion: 1.6.0_29
JavaVendor: Sun
Patch ID: 12UV (19637463)
Related posts:
Applying Patch 21364493: WLS PATCH SET UPDATE 12.1.2.0.7
Applying Patch 20844228: WLS PATCH SET UPDATE 12.1.2.0.6
Oracle WebLogic Server WLS 10.3.6.0.13 - Applying Patch 21984589: SU Patch [S8C2]: WLS PATCH SET UPDATE 10.3.6.0.13
Applying Patch 20780171: SU Patch [EJUW]: WLS PATCH SET UPDATE 10.3.6.0.12
Applying Patch 20181997: SU Patch [YUIS]: WLS PATCH SET UPDATE 10.3.6.0.11
Applying Patch 19182814: SU Patch [FSR2]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.9
Applying Patch 20474010: SU Patch [S8H6]: SPURIOUS HARVESTING OF CONNECTION BY WLS POOL
Verify the latest version of the WLS
------------------------------------
bash-3.2$ cd /instance_name/fmw/product/111/wlserver_10.3/server/bin
bash-3.2$ . ./setWLSEnv.sh;java weblogic.version |grep 'WebLogic Server'
latest version in instance_name
WebLogic Server 10.3.6.0.8 PSU Patch for BUG18040640 THU MARCH 27 15:54:42 IST 2014
WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050
bash-3.2$
Download & copy the patch to below patch
----------------------------------------
Path - /instance_name/fmw/product/111/utils/bsu/cache_dir
Ensure that the directory has the write and executable permissions.
cp 12UV.jar /instance_name/fmw/product/111/utils/bsu/cache_dir
cp patch-catalog_22147.xml /instance_name/fmw/product/111/utils/bsu/cache_dir
Uninstall existing conflicting patches
---------------------------------------
Navigate back to location /instance_name/fmw/product/111/utils/bsu
cd /instance_name/fmw/product/111/utils/bsu/
Example: Remove conflicting patch T5F1
./bsu.sh -remove -patchlist=T5F1 -prod_dir=/instance_name/fmw/product/111/wlserver_10.3/
$ ./bsu.sh -remove -patchlist=T5F1 -prod_dir=/instance_name/fmw/product/111/wlserver_10.3
Checking for conflicts...
No conflict(s) detected
Removing Patch ID: T5F1..
Result: Success
Apply patch set 12UV
cd /instance_name/fmw/product/111/utils/bsu/
./bsu.sh -install -patch_download_dir=/instance_name/fmw/product/111/utils/bsu/cache_dir -patchlist=12UV -verbose -prod_dir=/instance_name/fmw/product/111/wlserver_10.3/
Verify Patch is listed as applied
---------------------------------
./bsu.sh -view -status=applied -prod_dir=/instance_name/fmw/product/111/wlserver_10.3/
$ ./bsu.sh -install -patch_download_dir=/instance_name/fmw/product/111/utils/bsu/cache_dir
-patchlist=12UV -prod_dir=/instance_name/fmw/product/111/wlserver_10.3
Checking for conflicts...
No conflict(s) detected
Installing Patch ID: 12UV..
Result: Success
Validate Patch is applied or not.
Example : Check new Version:
-------------------------------
bash-3.2$ cd /instance_name/fmw/product/111/wlserver_10.3/server/bin
bash-3.2$ . ./setWLSEnv.sh;java weblogic.version |grep 'WebLogic Server'
$ ./bsu.sh -view -status=applied -prod_dir=/instance_name/fmw/product/111/wlserver_10.3
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 SCA,WebLogic Server/WebLogic JDBC
Drivers,WebLogic Server/Third Party JDBC Drivers,WebLogic S
erver/WebLogic Server Clients,WebLogic Server/WebLogic Web S
erver Plugins,WebLogic Server/UDDI and Xquery Support,WebLog
ic Server/Workshop Code Completion Support
BEAHome: /instance_name/fmw/product/111
ProductHome: /instance_name/fmw/product/111/wlserver_10.3
PatchSystemDir: /instance_name/fmw/product/111/utils/bsu
PatchDir: /instance_name/fmw/product/111/patch_wls1036
Profile: Default
DownloadDir: /instance_name/fmw/product/111/utils/bsu/cache_dir
JavaVersion: 1.6.0_29
JavaVendor: Sun
Patch ID: 12UV (19637463)
Related posts:
Applying Patch 21364493: WLS PATCH SET UPDATE 12.1.2.0.7
Applying Patch 20844228: WLS PATCH SET UPDATE 12.1.2.0.6
Oracle WebLogic Server WLS 10.3.6.0.13 - Applying Patch 21984589: SU Patch [S8C2]: WLS PATCH SET UPDATE 10.3.6.0.13
Applying Patch 20780171: SU Patch [EJUW]: WLS PATCH SET UPDATE 10.3.6.0.12
Applying Patch 20181997: SU Patch [YUIS]: WLS PATCH SET UPDATE 10.3.6.0.11
Applying Patch 19182814: SU Patch [FSR2]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.9
Applying Patch 20474010: SU Patch [S8H6]: SPURIOUS HARVESTING OF CONNECTION BY WLS POOL
No comments:
Post a Comment