If you are planing to go live with a client soon, on that particular version, it is mandatory for HA to install BP4 (11.1.1.5.4) - 13647251 and the following patches.
1) 12800721
2) 11077089
3) 13700256
4) 12412604
5) 13597766
*do a quick check of each patch here to ensure you are using these components.
Note that you need to download them for the 11.1.1.5.4 version of WebCenter and install them after the BP. You'll need to update OPatch(6880880) as well.Make sure you download the version for your environment.
The patches fix critical issues in Java Object Cache, serialization and deadlock issues which occur under medium load. I recommend you apply these patches as soon as possible after install.
If you are on 11.1.1.6.0, you have the equivalent of BP4 already with a couple extra features. You may still need the individual patches mentioned.
I will make a broader post about HA soon.
Showing posts with label ps4. Show all posts
Showing posts with label ps4. Show all posts
Monday, 16 April 2012
Patches for WebCenter 11.1.1.5.0 in HA
Wednesday, 21 September 2011
Upgrade WebCenter & UCM from PS3 (11.1.1.4.0) to PS4 (11.1.1.5.0) on linux 64bit.
Download these Files (1-2 hours depending on download speed)
You may need an Oracle account.
Download link of Weblogic patchset: You can get download links of weblogic patchset from the following location:-
http://download.oracle.com/docs/cd/E23104_01/download_readme_ps4/download_readme_ps4.htm#BABEABCF
Download link of Middleware patchset: You can download the patches of Fusion Middleware (JDEV, WC, SOA, UCM etc) from the following location:-
http://download.oracle.com/docs/cd/E23104_01/download_readme_ps4/download_readme_ps4.htm#BABFICJA
WinSCP to server
Copy install zips to spare storage (I created a new drive, used Vmware/fdisk/mkfs/fstab).
PUTTY to your server with X11 turned on (check option forward X11 in connetion profile), also make sure you are running XWING.
Some files may need to be changed from root to oracle user.
chmod 755 FILENAME
chown oracle FILENAME
chgrp dba FILENAME
Stop all services
Install WLS 10.3.5.0 (5min)
*I had to move the temp directory to the new big drive as well because root ran short, wls installer needed more than 900mb to run.
as oracle
sudo mv /tmp /u04/tmp (where u04 was my new mountain storage)
sudo ln -s /u04/tmp /tmp (created a symbolic link back to the original locations, same as a windows shortcut).
*I used this practice a lot on folders with increasing file size, like the db/ucm/log locations. Ensure drives mount on every boot or install will not work.
*if you have a jar, it's the wrong file, the file should be .bin
sudo unzip FILENAME
to run just chmod +x wls1035_upgrade_linux32.bin
Install UCM 11.1.1.5.0 (10min)
./RunInstaller as oracle
*reported missing recommended os package (control-center-2.8.0-12)
Specify JRE, I used the one installed with WLS:
/u01/app/oracle/product/middleware/jrockit_160_24_D1.1.2-4/
Leave other values as default since it's using your existing Oracle home it knows where stuff is.
Install WC 11.1.1.5.0 (6min)
./RunInstaller as oracle
*reported missing recommended os package (control-center-2.8.0-12)
Set all service to start automatically if you want.
chkconfig service oralce,apache,ucm,webcenter,utils on
Reboot sudo shutdown -r 0 now
Otherwise start all services manually as usual.
Upgrade Jdev on desktop.
Load 11.1.1.4.0 projects and convert to 11.1.1.5.0
Post Install Observations
Some UI skin/page template customization were affected by the patch. Specifically page background, and some UCM image linking capabilities.
You may need an Oracle account.
Download link of Weblogic patchset: You can get download links of weblogic patchset from the following location:-
http://download.oracle.com/docs/cd/E23104_01/download_readme_ps4/download_readme_ps4.htm#BABEABCF
Download link of Middleware patchset: You can download the patches of Fusion Middleware (JDEV, WC, SOA, UCM etc) from the following location:-
http://download.oracle.com/docs/cd/E23104_01/download_readme_ps4/download_readme_ps4.htm#BABFICJA
WinSCP to server
Copy install zips to spare storage (I created a new drive, used Vmware/fdisk/mkfs/fstab).
PUTTY to your server with X11 turned on (check option forward X11 in connetion profile), also make sure you are running XWING.
Some files may need to be changed from root to oracle user.
chmod 755 FILENAME
chown oracle FILENAME
chgrp dba FILENAME
Stop all services
Install WLS 10.3.5.0 (5min)
*I had to move the temp directory to the new big drive as well because root ran short, wls installer needed more than 900mb to run.
as oracle
sudo mv /tmp /u04/tmp (where u04 was my new mountain storage)
sudo ln -s /u04/tmp /tmp (created a symbolic link back to the original locations, same as a windows shortcut).
*I used this practice a lot on folders with increasing file size, like the db/ucm/log locations. Ensure drives mount on every boot or install will not work.
*if you have a jar, it's the wrong file, the file should be .bin
sudo unzip FILENAME
to run just chmod +x wls1035_upgrade_linux32.bin
Install UCM 11.1.1.5.0 (10min)
./RunInstaller as oracle
*reported missing recommended os package (control-center-2.8.0-12)
Specify JRE, I used the one installed with WLS:
/u01/app/oracle/product/middleware/jrockit_160_24_D1.1.2-4/
Leave other values as default since it's using your existing Oracle home it knows where stuff is.
Install WC 11.1.1.5.0 (6min)
./RunInstaller as oracle
*reported missing recommended os package (control-center-2.8.0-12)
Set all service to start automatically if you want.
chkconfig service oralce,apache,ucm,webcenter,utils on
Reboot sudo shutdown -r 0 now
Otherwise start all services manually as usual.
Upgrade Jdev on desktop.
Load 11.1.1.4.0 projects and convert to 11.1.1.5.0
Post Install Observations
Some UI skin/page template customization were affected by the patch. Specifically page background, and some UCM image linking capabilities.
Subscribe to:
Posts (Atom)