Showing posts with label T5F1. Show all posts
Showing posts with label T5F1. Show all posts

Saturday, 25 April 2015

Applying Patch 19637463: SU Patch [12UV]: Oracle WebLogic Server (WLS) PATCH SET UPDATE 10.3.6.0.10

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


Sunday, 16 November 2014

Applying Patch 18040640 - SU Patch [T5F1]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.8 on OBIEE client

Applying Patch 18040640 - SU Patch [T5F1]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.8 on OBIEE client 


Check existing WLS details by executing below command


cd $MW_HOME\utils\bsu

./bsu.cmd -view -status=applied -prod_dir=$MW_HOME\wlserver_10.3


ProductName:       WebLogic Server
ProductVersion:    10.3 MP5

Components:        WebLogic Server/Core Application Server,WebLogic Server/Administration Console,WebLogic Server/Configuration Wizard and

                   Upgrade Framework,WebLogic Server/Web 2.0 HTTP Pub-Sub Server,WebLogic Server/WebLogic SCA,WebLogic Server/WebLogic JDBC

                   Drivers,WebLogic Server/Third Party JDBC Drivers,WebLogic Server/WebLogic Server Clients,WebLogic Server/WebLogic Web 

                   Server Plugins,WebLogic Server/UDDI and Xquery Support,WebLogic Server/Evaluation Database,WebLogic Server/Workshop Code

                   Completion Support

BEAHome:           $MW_HOME

ProductHome:       $MW_HOME\wlserver_10.3
PatchSystemDir:    $MW_HOME\utils\bsu

PatchDir:          $MW_HOME\patch_wls1035
Profile:           Default

DownloadDir:       $MW_HOME\utils\bsu\cache_dir
JavaHome:          $MW_HOME\jdk160_24
JavaVersion:       1.6.0_24
JavaVendor:        Sun


Step 1:

$Stage_Dir\p13529623_1036_Generic>$MW_HOME\jrockit_160_24_D1.1.2-4\bin\java.exe -jar wls1036_upgrade_generic.jar

Extracting 0%...................................................................

.................................100%


Step 2: Install 10.3.6.0.8 Patch 18040640


unzip $Stage_Dir\p18040640_1036_Generic.zip to $MW_HOME\utils\bsu\cache_dir


cd $MW_HOME\utils\bsu


$MW_HOME\utils\bsu\bsu.cmd -install -patch_download_dir=$MW_HOME\utils\bsu\cache_dir -patchlist=T5F1 -prod_dir=$MW_HOME\wlserver_10.3


Patch T5F1 install SUCCESS

Related Posts:

Applying Patch 20844228: WLS PATCH SET UPDATE 12.1.2.0.6

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 19637463: SU Patch [12UV]: Oracle WebLogic Server (WLS) PATCH SET UPDATE 10.3.6.0.10

Applying Patch 19182814: SU Patch [FSR2]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.9