| ... |
... |
@@ -1,97 +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 |
|
-From there, download each patch... |
|
16 |
+java -jar opatch_generic.jar |
| 18 |
18 |
|
| 19 |
|
-(% class="box" %) |
| 20 |
|
-((( |
| 21 |
|
-unzip '*.zip' |
| 22 |
|
-))) |
| 23 |
23 |
|
| 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'. |
|
19 |
+In the binary_patches folder |
| 25 |
25 |
|
| 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.) |
|
21 |
+Apply the coherence_fp patch. |
| 27 |
27 |
|
| 28 |
|
-Back? |
| 29 |
|
- |
| 30 |
|
-Now let's install the remaining OPatch style patches in one fell swoop... |
| 31 |
|
- |
| 32 |
32 |
(% class="box" %) |
| 33 |
33 |
((( |
| 34 |
|
-export PATH=/opt/oracle/occas/8.1/OPatch:$PATH |
| 35 |
|
-opatch napply -id 35843968,36228321,36853044,36965445 -silent |
|
25 |
+opatch apply coherence_fp/generic/36068086 |
| 36 |
36 |
))) |
| 37 |
37 |
|
| 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. |
|
28 |
+Apply the JDBC patch: |
| 39 |
39 |
|
| 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" %) |
|
30 |
+(% class="box" %) |
| 47 |
47 |
((( |
| 48 |
|
-cd <install_dir>/inventory |
| 49 |
|
-grep "wls_server" registry.xml |
| 50 |
|
-<feature status="installed" name="wls_server" version="14.1.1.0.0"> |
|
32 |
+opatch apply jdbc/generic/32720458 |
| 51 |
51 |
))) |
| 52 |
52 |
|
| 53 |
|
-Ah, now that we know the version number, lets search for the latest WLS patches... |
|
35 |
+Apply the RDA patch: |
| 54 |
54 |
|
| 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" %) |
|
37 |
+(% class="box" %) |
| 64 |
64 |
((( |
| 65 |
|
-WLS STACK PATCH BUNDLE 14.1.1.0.241008 (Patch) |
|
39 |
+opatch apply rda/generic/35922283 |
| 66 |
66 |
))) |
| 67 |
67 |
|
| 68 |
|
-These patch bundles are released on a quarterly basis and should give us everything we need. |
|
42 |
+Apply the WLS patches |
| 69 |
69 |
|
| 70 |
|
-Unzip the patch and refer to the README.html for detail instructions. |
| 71 |
|
- |
| 72 |
|
-Here's how I did it... |
| 73 |
|
- |
| 74 |
74 |
(% class="box" %) |
| 75 |
75 |
((( |
| 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 |
|
46 |
+opatch napply wls/generic -id 36124787,36178566 |
| 87 |
87 |
))) |
| 88 |
88 |
|
| 89 |
|
-Now that we have the latest OPatch, let's use SPBAT to patch WLS. |
| 90 |
90 |
|
| 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 |
|
-))) |
| 96 |
96 |
|
| 97 |
|
-Congratulations! We are now ready to [[Configure OCCAS>>doc:Tutorials.Oracle.Communications.OCCAS.Configuration.WebHome]]. |
|
51 |
+ |
|
52 |
+ |
|
53 |
+ |