Showing posts with label java weblogic.version. Show all posts
Showing posts with label java weblogic.version. Show all posts

Sunday, 31 January 2016

WLS 12.1.1.0 - Applying Patch 20780188: SU Patch [M2RW]: WLS PATCH SET UPDATE 12.1.1.0.12

WLS 12.1.1.0 - Applying Patch 20780188: SU Patch [M2RW]: WLS PATCH SET UPDATE 12.1.1.0.12

- Download Patch 20780188 (p20780188_12110_Generic.zip)


Applying Patch 20780188

- Stop MT services

- Remove any existing conflicting patches already applied

- Unzip the patch 

$ unzip p20780188_12110_Generic.zip

- $ cd PATCH_TOP/20780188

- Copy contents of the patch zip file except README to $MW_HOME/utils/bsu/cache_dir/

- $ cd $MW_HOME/utils/bsu/cache_dir/

- Take backup of existing patch-catalog.xml and rename the one copied from patch zip file to patch-catalog.xml

- Apply the patch using Smart Update Utility

$ ./bsu.sh -prod_dir=$MW_HOME/WL_Home patch_download_dir=$MW_HOME/utils/bsu/cache_dir -patchlist=M2RW  -verbose -install

- Start MT services

- Verify WebLogic Server PSU

$ . $WL_HOME/server/bin/setWLSEnv.sh 


$ java weblogic.version

Related Posts

FMW 12.1.3.0.0 - Applying Oracle WebLogic Server Patch 21983457: WLS PATCH SET UPDATE 12.1.3.0.6

WLS 12.1.1.0.12 - Applying Patch 14228070: SU Patch [NSFS] :12.1.1.0.12 Overlay: EXCEPTION ENCOUNTERED USING MAXTHREADS CONSTRAINT (12.1.1 VS 10.3.5)

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 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

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

Tuesday, 19 January 2016

Oracle WebLogic Server WLS 10.3.6.0.13 - Applying Patch 21984589: SU Patch [S8C2]: WLS PATCH SET UPDATE 10.3.6.0.13

Oracle WebLogic Server WLS 10.3.6.0.13 - Applying Patch 21984589: SU Patch [S8C2]: WLS PATCH SET UPDATE 10.3.6.0.13

- Download Patch 21984589 (p21984589_1036_Generic.zip)

Installing WLS PSU 10.3.6.0.13

- Unzip and copy contents of the patch zip file except README file to $MW_HOME/utils/bsu/cache_dir/

- $ cd $MW_HOME/utils/bsu/cache_dir/

- Take backup of existing patch-catalog.xml and rename the one copied from patch zip file to patch-catalog.xml

- Apply the patch using Smart Update Utility

$ ./bsu.sh -prod_dir=$MW_HOME/111/wlserver_10.3 -patch_download_dir=$MW_HOME/111/utils/bsu/cache_dir -patchlist=S8C2  -verbose -install

- Start MT services

- Verify WebLogic Server PSU

$ . $WL_HOME/server/bin/setWLSEnv.sh 

$ java weblogic.version

WebLogic Server 10.3.6.0.13 PSU Patch for BUG21984589


Removing WLS PSU 10.3.6.0.13

If any issues after applying the PSU, follow below steps to remove / uninstall it.

- Stop MT services

- cd $MW_HOME/utils/bsu

- Run below bsu.sh command

$ ./bsu.sh -remove -patchlist=S8C2 -prod_dir=$MW_HOME/111/wlserver_10.3


- Restart MT services

Related Posts

WLS 10.3.6 Patch 15997291: SU Patch [ZM8B] :10.3.6.0.13 Overlay: NEED ABILITY TO BYPASS PROXY SERVER FOR DEPLOYMENT SERVICE HTTP CONNECTIONS

WLS 10.3.6.0.13 Applying Patch 14228070: SU Patch [JKM8] :10.3.6.0.13 Overlay: EXCEPTION ENCOUNTERED USING MAXTHREADS CONSTRAINT

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

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

Wednesday, 16 September 2015

WLS 10.3.6 - Applying Patch 14463779: SU Patch [UJIZ]: STRESS:REGRESSION; STUCK THREADS AND FAILURES DURING STOCK TRADER CONV WEB-SVCS

WLS 10.3.6 - Applying Patch 14463779: SU Patch [UJIZ]: STRESS:REGRESSION; STUCK THREADS AND FAILURES DURING STOCK TRADER CONV WEB-SVCS

Download and copy the patch file p14463779_1036_Generic.zip to staging area

Copy the patch files to /sid/fmw/product/112/utils/bsu/cache_dir

cp $STAGE_DIR/patches/YUIS.jar $MW_HOME/product/112/utils/bsu/cache_dir/

cp $STAGE_DIR/patches/patch-catalog_20336.xml $MW_HOME/product/112/utils/bsu/cache_dir/

cd $MW_HOME/product/112/utils/bsu

Backup existing patch-catalog.xml

cp patch-catalog.xml patch-catalog_orig.xml

mv patch-catalog_20336.xml patch-catalog.xml

- cd /sid/fmw/product/112/utils/bsu/

Applying the patch

./bsu.sh -prod_dir=/sid/fmw/product/112/wlserver_10.3 
-patch_download_dir=/sid/fmw/product/112/utils/bsu/cache_dir -patchlist=UJIZ  -verbose -install


- To validate the patch

./bsu.sh -view -status=applied -prod_dir=/sid/fmw/product/112/wlserver_10.3


- Start services

Related Posts:

WebCenter Content 11.1.1.8.9 Stuck Threads Issue - Applying Patch 20319643: STUCK THREADS DUE TO UNSAFE RIDC CODE - HASHMAP

FMW 11.1.1.7.0 - Applying Patch 16810628: BOTTLENECK IN WEBLOGIC EXHAUSTING WEBLOGIC THREADS

FMW 11.1.1.6.0 - Applying Patch 17634864: MERGE LABEL REQUEST ON TOP OF 11.1.1.6.0 FOR BUGS 16810628 16224473

Applying Patch 21364493: WLS PATCH SET UPDATE 12.1.2.0.7

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

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

Applying Patch 20181997: SU Patch [YUIS]: WLS PATCH SET UPDATE 10.3.6.0.11

Applying Patch 20181997: SU Patch [YUIS]: WLS PATCH SET UPDATE 10.3.6.0.11


Download and copy the patch p20181997_1036_Generic.zip to staging area.

Copy the patch files to /sid/fmw/product/112/utils/bsu/cache_dir

cp $STAGE_DIR/patches/YUIS.jar $MW_HOME/product/112/utils/bsu/cache_dir/

cp $STAGE_DIR/patches/patch-catalog_22580.xml $MW_HOME/product/112/utils/bsu/cache_dir/

cd $MW_HOME/product/112/utils/bsu

Backup existing patch-catalog.xml

cp patch-catalog.xml patch-catalog_orig.xml

mv patch-catalog_22580.xml patch-catalog.xml

(Note: Remove any existing patches that may conflict with the new patch.
Run ./bsu.sh -remove -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME})


Applying the patch 

- Stop the services

./bsu.sh -install -patch_download_dir=$MW_HOME/product/112/utils/bsu/cache_dir/ -patchlist=YUIS -prod_dir=$MW_HOME/product/112/wlserver_10.3
Checking for conflicts...

No conflict(s) detected

Installing Patch ID: YUIS..
Result: Success

- Restart services

- Verify the patch applied

./bsu.sh -view -status=applied -prod_dir=$MW_HOME/product/111/wlserver_10.3

bash-4.1$ . $MW_HOME/product/111/wlserver_10.3/server/bin/setWLSEnv.sh

bash-4.1$ java weblogic.version

WebLogic Server 10.3.6.0.11 PSU Patch for BUG20181997 TUE NOV 12 15:54:42 IST 2015

Uninstalling the patch

 - Stop MT services
 - Navigate to the {MW_HOME}/utils/bsu directory.
 - Run ./bsu.sh -remove -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}
 - Start MT services 

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 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

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

Tuesday, 25 August 2015

Applying Patch 20780171: SU Patch [EJUW]: WLS PATCH SET UPDATE 10.3.6.0.12

Applying Patch 20780171: SU Patch [EJUW]: WLS PATCH SET UPDATE 10.3.6.0.12

- Download the patch 20780171 and copy it to the staging area of the server

To install the patch, follow below steps:

- unzip p20780171_1036_Generic.zip to {MW_HOME}/utils/bsu/cache_dir or staging area (ensure appopriate permissions are set & take backup of cache_dir)

- {MW_HOME}/utils/bsu

./bsu.sh -install -patch_download_dir={MW_HOME}/utils/bsu/cache_dir -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}

- If any patch conflicts with existing PSU patch, uninstall existing patch and re-attempt patching

- Restart MT services after applying patch

- Verify the latest version of WebLogic

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

You should see version similar to below

WebLogic Server 10.3.6.0.12 PSU Patch for BUG20780171


To unistall the patch, follow below steps:

 - Stop MT services
 - Navigate to the {MW_HOME}/utils/bsu directory.
 - Run ./bsu.sh -remove -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}
 - Start MT services 



 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

WLS 10.3.6.0.12 - Applying Patch 21325021: SU Patch [JGWA] :10.3.6.0.12 Overlay: MERGE REQUEST ON TOP OF WLS PSU 10.3.6.0.12 FOR BUGS 18057437 18438079 20062321

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

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

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 19182814: SU Patch [FSR2]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.9

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

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

- 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.
- Stop all WebLogic servers.
- Remove any previously applied WebLogic Server Patch Set Update and associated overlay patches

Execute bsu.sh -remove -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}


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

 - unzip p19182814_1036_Generic.zip to {MW_HOME}/utils/bsu/cache_dir or any local directory
   
 - 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}

   Where, WL_HOME is the path of the WebLogic home


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

On the prompt, you should be able to see WLS version as below


WebLogic Server 10.3.6.0.9 PSU Patch for BUG19182814



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

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