From version 11.1
edited by Jeffrey McDonald
on 2025/03/02 22:08
on 2025/03/02 22:08
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,136 +1,53 @@ 1 - = Prerequisites=1 +Instructions for patching OCCAS... 2 2 3 -For convenience, let's set the ORACLE_HOME environment variable: 3 +1) Download the latest OCCAS patch. At the time of this writing, it contained an entirely new installer. 4 + 4 4 5 - Inyour (% class="mark"%)~~/.bash_profile(%%)script,addthe following lines:6 +2) Download the latest WLS Stack patch. 6 6 7 -(% class="box" %) 8 -((( 9 -export ORACLE_HOME=/opt/oracle/occas-8.1 10 -export PATH=$ORACLE_HOME/OPatch:$PATH 11 -))) 8 +For WLS Stack patch, unzip... 12 12 13 - Loadhevariables by logging out and logging back in. (Or, you cantype "source ~~/.bash_profile".)10 +Update OPatch 14 14 15 -L et's find out whichversion of WebLogicCCAS is running on:12 +mv $ORACLE_HOME/OPatch $ORACLE_HOME/OPatchOld 16 16 17 -(% class="box" %) 18 -((( 19 -grep "distribution" $ORACLE_HOME/inventory/registry.xml 20 -))) 14 +unzip the opatch file in the 'tools' directory. 21 21 22 -(% class="box infomessage" %) 23 -((( 24 - <distributions> 25 - <distribution status="installed" name="Converged Application Server" version="8.1.0.0.0"> 26 - </distribution> 27 - </distributions> 28 -))) 16 +java -jar opatch_generic.jar 29 29 30 -Now let's find out which version of WebLogic (WLS) OCCAS is running on: 31 31 32 -(% class="box" %) 33 -((( 34 -grep "wls_server" $ORACLE_HOME/inventory/registry.xml 35 -))) 19 +In the binary_patches folder 36 36 37 -(% class="box infomessage" %) 38 -((( 39 - <feature status="installed" name="wls_server" version="14.1.1.0.0"> 40 -))) 21 +Apply the coherence_fp patch. 41 41 42 -Fantastic! Now we know what patches to download and install... 43 - 44 -Let's go to [[Oracle's My Support>>https://support.oracle.com]] and download both the OCCAS and WebLogic (WLS) patches. 45 - 46 -= WebLogic Server = 47 - 48 -[[image:wls_patch_search.png]] 49 - 50 -That's a lot of patches! We only need to download the latest //WLS Stack Patch Bundle//: 51 - 52 -(% class="box infomessage" %) 53 -((( 54 -WLS STACK PATCH BUNDLE 14.1.1.0.241008 (Patch) 55 -))) 56 - 57 -These patch bundles are released on a quarterly basis and should give us everything we need. 58 - 59 -Unzip the patch and refer to the README.html for detail instructions. 60 - 61 -First, we must upgrade the patching program (opatch) itself. 62 - 63 -Here's how I did it... 64 - 65 65 (% class="box" %) 66 66 ((( 67 -$ opatch version 68 -OPatch Version: 13.9.4.2.3 69 -\\$ unzip p37476502_141100_Generic.zip 70 -$ cd WLS_SPB_14.1.1.0.241008/tools/opatch/generic 71 -$ unzip p28186730_1394217_Generic.zip 72 -$ cd 6880880 73 -$ java -jar opatch_generic.jar -silent oracle_home=$ORACLE_HOME -ignoreSysPrereqs 74 -\\opatch version 75 -OPatch Version: 13.9.4.2.17 25 +opatch apply coherence_fp/generic/36068086 76 76 ))) 77 77 78 - Now that we have thelatestOPatch, let'suse SPBATtopatchWLS.28 +Apply the JDBC patch: 79 79 80 80 (% class="box" %) 81 81 ((( 82 -cd WLS_SPB_14.1.1.0.241008/tools/spbat/generic/SPBAT 83 -./spbat.sh -phase apply -oracle_home $ORACLE_HOME 32 +opatch apply jdbc/generic/32720458 84 84 ))) 85 85 35 +Apply the RDA patch: 86 86 87 - 88 - 89 -= OCCAS Patches = 90 - 91 -Download the latest OCCAS patches. At the time of this writing, it contained an entirely new installer. 92 - 93 -From support.oracle.com, click on the **//Patches & Updates//** tab. 94 - 95 -In the **//Patch Search//** window, click on //**Product or Family (Advanced)**// tab. 96 - 97 -Enter... 98 - 99 -Product is: **Oracle Communications Application Server** 100 -Release is: **Oracle Communications Application Server 8.1.0.0.0** 101 -Platform is: **Linux x86-64** 102 - 103 -**[[image:patch_search.png]]** 104 - 105 -From there, download each patch and unzip each patch. 106 - 107 107 (% class="box" %) 108 108 ((( 109 - unzip'*.zip'39 +opatch apply rda/generic/35922283 110 110 ))) 111 111 112 - Wow! One of thepatches (p35908669) contains a new **occas_generic.jar** file.Let's usethat to install OCCASinstead of usingtheone from 'edelivery.oracle.com'.42 +Apply the WLS patches 113 113 114 -Follow the steps in [[OCCAS Installation>>doc:Tutorials.Oracle.Communications.OCCAS.Prenstallation.WebHome]] and return here when you are done. (Do not configure OCCAS just yet.) 115 - 116 -Back? 117 - 118 -Now let's install the remaining OPatch style patches in one fell swoop... 119 - 120 120 (% class="box" %) 121 121 ((( 122 -export PATH=/opt/oracle/occas/8.1/OPatch:$PATH 123 -opatch napply -id 35843968,36228321,36853044,36965445 -silent 46 +opatch napply wls/generic -id 36124787,36178566 124 124 ))) 125 125 126 -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. 127 127 128 -= Download WebLogic Patches = 129 129 130 130 131 -(% class="box" %) 132 -((( 133 - 134 -))) 135 135 136 - Congratulations!We are now ready to [[Configure OCCAS>>doc:Tutorials.Oracle.Communications.OCCAS.Configuration.WebHome]].53 +
- patch_search.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.jeff - Size
-
... ... @@ -1,1 +1,0 @@ 1 -54.7 KB - Content
- wls_patch_search.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.jeff - Size
-
... ... @@ -1,1 +1,0 @@ 1 -51.8 KB - Content