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

Summary

Details

Page properties
Content
... ... @@ -1,103 +1,53 @@
1 1  Instructions for patching OCCAS...
2 2  
3 -= OCCAS Patches =
3 +1) Download the latest OCCAS patch. At the time of this writing, it contained an entirely new installer.
4 +
4 4  
5 -Download the latest OCCAS patches. At the time of this writing, it contained an entirely new installer.
6 +2) Download the latest WLS Stack patch.
6 6  
7 -From support.oracle.com, click on the **//Patches & Updates//** tab.
8 +For WLS Stack patch, unzip...
8 8  
9 -In the **//Patch Search//** window, click on //**Product or Family (Advanced)**// tab.
10 +Update OPatch
10 10  
11 -Enter...
12 +mv $ORACLE_HOME/OPatch $ORACLE_HOME/OPatchOld
12 12  
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**
14 +unzip the opatch file in the 'tools' directory.
16 16  
17 -**[[image:patch_search.png]]**
16 +java -jar opatch_generic.jar
18 18  
19 -From there, download each patch and unzip each patch.
20 20  
21 -(% class="box" %)
22 -(((
23 -unzip '*.zip'
24 -)))
19 +In the binary_patches folder
25 25  
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'.
21 +Apply the coherence_fp patch.
27 27  
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 -
34 34  (% class="box" %)
35 35  (((
36 -export PATH=/opt/oracle/occas/8.1/OPatch:$PATH
37 -opatch napply -id 35843968,36228321,36853044,36965445 -silent
25 +opatch apply coherence_fp/generic/36068086
38 38  )))
39 39  
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.
28 +Apply the JDBC patch:
41 41  
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" %)
30 +(% class="box" %)
49 49  (((
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">
32 +opatch apply jdbc/generic/32720458
54 54  )))
55 55  
56 -Ah, now that we know the version number, lets search for the latest WLS patches...
35 +Apply the RDA patch:
57 57  
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" %)
37 +(% class="box" %)
70 70  (((
71 -WLS STACK PATCH BUNDLE 14.1.1.0.241008 (Patch)
39 +opatch apply rda/generic/35922283
72 72  )))
73 73  
74 -These patch bundles are released on a quarterly basis and should give us everything we need.
42 +Apply the WLS patches
75 75  
76 -Unzip the patch and refer to the README.html for detail instructions.
77 -
78 -Here's how I did it...
79 -
80 80  (% class="box" %)
81 81  (((
82 -export ORACLE_HOME=/opt/oracle/occas/8.1
83 -export PATH=$ORACLE_HOME/OPatch:$PATH
84 -
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
46 +opatch napply wls/generic -id 36124787,36178566
93 93  )))
94 94  
95 -Now that we have the latest OPatch, let's use SPBAT to patch WLS.
96 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 102  
103 -Congratulations! We are now ready to [[Configure OCCAS>>doc:Tutorials.Oracle.Communications.OCCAS.Configuration.WebHome]].
51 +
52 +
53 +
patch_search.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.jeff
Size
... ... @@ -1,1 +1,0 @@
1 -54.7 KB
Content