From version 1.1
edited by Jeffrey McDonald
on 2024/08/09 19:29
Change comment: Imported from XAR
To version 8.2
edited by Jeffrey McDonald
on 2025/02/25 19:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,53 +1,103 @@
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 latest WLS Stack patch.
5 +Download the latest OCCAS patches. At the time of this writing, it contained an entirely new installer.
7 7  
8 -For WLS Stack patch, unzip...
7 +From support.oracle.com, click on the **//Patches & Updates//** tab.
9 9  
10 -Update OPatch
9 +In the **//Patch Search//** window, click on //**Product or Family (Advanced)**// tab.
11 11  
12 -mv $ORACLE_HOME/OPatch $ORACLE_HOME/OPatchOld
11 +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.jar
17 +**[[image:patch_search.png]]**
17 17  
19 +From there, download each patch and unzip each patch.
18 18  
19 -In the binary_patches folder
20 -
21 -Apply the coherence_fp patch.
22 -
23 23  (% class="box" %)
24 24  (((
25 -opatch apply coherence_fp/generic/36068086
23 +unzip '*.zip'
26 26  )))
27 27  
28 -Apply the JDBC patch:
26 +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'.
29 29  
28 +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.)
29 +
30 +Back?
31 +
32 +Now let's install the remaining OPatch style patches in one fell swoop...
33 +
30 30  (% class="box" %)
31 31  (((
32 -opatch apply jdbc/generic/32720458
36 +export PATH=/opt/oracle/occas/8.1/OPatch:$PATH
37 +opatch napply -id 35843968,36228321,36853044,36965445 -silent
33 33  )))
34 34  
35 -Apply the RDA patch:
40 +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.
36 36  
37 -(% class="box" %)
42 += Download WebLogic Patches =
43 +
44 +In addition to the OCCAS patches, we need to install the latest WebLogic Server (WLS) patches.
45 +
46 +But, which version of WebLogic does OCCAS use? Let's find out!
47 +
48 +(% class="box infomessage" %)
38 38  (((
39 -opatch apply rda/generic/35922283
50 +cd <install_dir>/inventory
51 +grep "wls_server" registry.xml
52 +
53 +<feature status="installed" name="wls_server" version="14.1.1.0.0">
40 40  )))
41 41  
42 -Apply the WLS patches
56 +Ah, now that we know the version number, lets search for the latest WLS patches...
43 43  
44 -(% class="box" %)
58 +Product is: **Oracle WebLogic Server**
59 +Release is: **Oracle WebLogic Server 14.1.1.0.0**
60 +Platform is: **Linux x86-64**
61 +Show recommended patches only **(check)**
62 +Exclude superseded patches **(check)**
63 +
64 +
65 +
66 +
67 +That's a lot of patches! We only need to download the latest WLS stack bundle:
68 +
69 +(% class="box infomessage" %)
45 45  (((
46 -opatch napply wls/generic -id 36124787,36178566
71 +WLS STACK PATCH BUNDLE 14.1.1.0.241008 (Patch)
47 47  )))
48 48  
74 +These patch bundles are released on a quarterly basis and should give us everything we need.
49 49  
76 +Unzip the patch and refer to the README.html for detail instructions.
50 50  
78 +Here's how I did it...
51 51  
80 +(% class="box" %)
81 +(((
82 +export ORACLE_HOME=/opt/oracle/occas/8.1
83 +export PATH=$ORACLE_HOME/OPatch:$PATH
52 52  
53 -
85 +opatch version
86 +OPatch Version: 13.9.4.2.3
87 +\\cd WLS_SPB_14.1.1.0.241008/tools/opatch/generic
88 +unzip p28186730_1394217_Generic.zip
89 +cd 6880880
90 +java -jar opatch_generic.jar -silent oracle_home=$ORACLE_HOME -ignoreSysPrereqs
91 +\\opatch version
92 +OPatch Version: 13.9.4.2.17
93 +)))
94 +
95 +Now that we have the latest OPatch, let's use SPBAT to patch WLS.
96 +
97 +(% class="box" %)
98 +(((
99 +cd WLS_SPB_14.1.1.0.241008/tools/spbat/generic/SPBAT
100 +./spbat.sh -phase apply -oracle_home $ORACLE_HOME
101 +)))
102 +
103 +Congratulations! We are now ready to [[Configure OCCAS>>doc:Tutorials.Oracle.Communications.OCCAS.Configuration.WebHome]].
patch_search.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.jeff
Size
... ... @@ -1,0 +1,1 @@
1 +54.7 KB
Content