... |
... |
@@ -1,53 +1,97 @@ |
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 |
+From there, download each patch... |
17 |
17 |
|
|
19 |
+(% class="box" %) |
|
20 |
+((( |
|
21 |
+unzip '*.zip' |
|
22 |
+))) |
18 |
18 |
|
19 |
|
-In the binary_patches folder |
|
24 |
+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 |
|
-Apply the coherence_fp patch. |
|
26 |
+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.) |
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 the JDBC patch: |
|
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 |
|
-Apply the RDA patch: |
|
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 |
|
-opatch apply rda/generic/35922283 |
|
65 |
+WLS STACK PATCH BUNDLE 14.1.1.0.241008 (Patch) |
40 |
40 |
))) |
41 |
41 |
|
42 |
|
-Apply the WLS patches |
|
68 |
+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 |
+export ORACLE_HOME=/opt/oracle/occas/8.1 |
|
77 |
+export PATH=$ORACLE_HOME/OPatch:$PATH |
|
78 |
+ |
|
79 |
+opatch version |
|
80 |
+OPatch Version: 13.9.4.2.3 |
|
81 |
+\\cd WLS_SPB_14.1.1.0.241008/tools/opatch/generic |
|
82 |
+unzip p28186730_1394217_Generic.zip |
|
83 |
+cd 6880880 |
|
84 |
+java -jar opatch_generic.jar -silent oracle_home=$ORACLE_HOME -ignoreSysPrereqs |
|
85 |
+\\opatch version |
|
86 |
+OPatch Version: 13.9.4.2.17 |
47 |
47 |
))) |
48 |
48 |
|
|
89 |
+Now that we have the latest OPatch, let's use SPBAT to patch WLS. |
49 |
49 |
|
|
91 |
+(% class="box" %) |
|
92 |
+((( |
|
93 |
+cd WLS_SPB_14.1.1.0.241008/tools/spbat/generic/SPBAT |
|
94 |
+./spbat.sh -phase apply -oracle_home $ORACLE_HOME |
|
95 |
+))) |
50 |
50 |
|
51 |
|
- |
52 |
|
- |
53 |
|
- |
|
97 |
+Congratulations! We are now ready to [[Configure OCCAS>>doc:Tutorials.Oracle.Communications.OCCAS.Configuration.WebHome]]. |