To version 2.1
edited by Jeffrey McDonald
on 2024/12/07 11:50
on 2024/12/07 11:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,53 +1,98 @@ 1 1 Instructions for patching OCCAS... 2 2 3 -1) Download the latest OCCAS patch. At the time of this writing, it contained an entirely new installer. 4 - 3 += OCCAS Patches = 5 5 6 - 2)Download the latestWLSStackpatch.5 +Download the latest OCCAS patches. At the time of this writing, it contained an entirely new installer. 7 7 8 -F orWLS Stackpatch,unzip...7 +From support.oracle.com, click on the **//Patches & Updates//** tab. 9 9 10 - UpdateOPatch9 +In the **//Patch Search//** window, click on //**Product or Family (Advanced)**// tab. 11 11 12 - mv $ORACLE_HOME/OPatch $ORACLE_HOME/OPatchOld11 +Enter... 13 13 14 -unzip the opatch file in the 'tools' directory. 13 +Product is: **Oracle Communications Application Server** 14 +Release is: **Oracle Communications Application Server 8.1.0.0.0** 15 +Platform is: **Linux x86-64** 15 15 16 - java-jar opatch_generic.jar17 +From there, download each patch... 17 17 19 +(% class="box" %) 20 +((( 21 +unzip '*.zip' 22 +))) 18 18 19 - In thebinary_patches folder24 +Wow! One of the patches (p35908669) contains a new **occas_generic.jar** file. Let's use that to install OCCAS instead of using the one from 'edelivery.oracle.com'. 20 20 21 - Applythe coherence_fppatch.26 +Follow the steps in [[OCCAS Installation>>doc:Tutorials.Oracle.Communications.OCCAS.Installation.WebHome]] and return here when you are done. (Do not configure OCCAS just yet.) 22 22 28 +Back? 29 + 30 +Now let's install the remaining OPatch style patches in one fell swoop... 31 + 23 23 (% class="box" %) 24 24 ((( 25 -opatch apply coherence_fp/generic/36068086 34 +export PATH=/opt/oracle/occas/8.1/OPatch:$PATH 35 +opatch napply -id 35843968,36228321,36853044,36965445 -silent 26 26 ))) 27 27 28 - Apply theJDBCpatch:38 +That was easy! Sometimes it's not so easy. Sometimes the patches require a newer version of OPatch to work. If that's a problem for you, see below for updating OPatch from the WLS stack bundle patch. 29 29 30 -(% class="box" %) 40 += Download WebLogic Patches = 41 + 42 +In addition to the OCCAS patches, we need to install the latest WebLogic Server (WLS) patches. 43 + 44 +But, which version of WebLogic does OCCAS use? Let's find out! 45 + 46 +(% class="box infomessage" %) 31 31 ((( 32 -opatch apply jdbc/generic/32720458 48 +cd <install_dir>/inventory 49 +grep "wls_server" registry.xml 50 +<feature status="installed" name="wls_server" version="14.1.1.0.0"> 33 33 ))) 34 34 35 -A pplytheRDApatch:53 +Ah, now that we know the version number, lets search for the latest WLS patches... 36 36 37 -(% class="box" %) 55 +Product is: **Oracle WebLogic Server** 56 +Release is: **Oracle WebLogic Server 14.1.1.0.0** 57 +Platform is: **Linux x86-64** 58 +Show recommended patches only **(check)** 59 +Exclude superseded patches **(check)** 60 + 61 +That's a lot of patches! We only need to download the latest WLS stack bundle: 62 + 63 +(% class="box infomessage" %) 38 38 ((( 39 - opatchapplyrda/generic/3592228365 +WLS STACK PATCH BUNDLE 14.1.1.0.241008 (Patch) 40 40 ))) 41 41 42 - ApplytheWLSpatches68 +These patch bundles are released on a quarterly basis and should give us everything we need. 43 43 70 +Unzip the patch and refer to the README.html for detail instructions. 71 + 72 +Here's how I did it... 73 + 44 44 (% class="box" %) 45 45 ((( 46 -opatch napply wls/generic -id 36124787,36178566 76 +opatch version 77 +OPatch Version: 13.9.4.2.3 78 +\\cd WLS_SPB_14.1.1.0.241008/tools/opatch/generic 79 +unzip p28186730_1394217_Generic.zip 80 +cd 6880880 81 +java -jar opatch_generic.jar -silent oracle_home=/opt/oracle/occas/8.1 -ignoreSysPrereqs 82 +\\opatch version 83 +OPatch Version: 13.9.4.2.17 47 47 ))) 48 48 86 +Now that we have the latest OPatch, let's use SPBAT to patch WLS. 49 49 88 +(% class="box" %) 89 +((( 90 +export ORACLE_HOME=/opt/oracle/occas/8.1 91 +\\cd WLS_SPB_14.1.1.0.241008/tools/spbat/generic/SPBAT 92 +./spbat.sh -phase precheck -oracle_home $ORACLE_HOME 93 +./spbat.sh -phase apply -oracle_home $ORACLE_HOME 94 +))) 50 50 96 +Congratulations! We are now ready to [[Configure OCCAS>>doc:Tutorials.Oracle.Communications.OCCAS.Configuration.WebHome]]. 51 51 52 - 53 53