From version 1.1
edited by Jeffrey McDonald
on 2024/08/09 19:29
Change comment: Imported from XAR
To version 13.1
edited by Jeffrey McDonald
on 2025/05/06 12:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Patching
1 +03-Patching
Content
... ... @@ -1,53 +1,114 @@
1 -Instructions for patching OCCAS...
1 += Prerequisites =
2 2  
3 -1) Download the latest OCCAS patch. At the time of this writing, it contained an entirely new installer.
4 -
3 +For convenience, let's set the ORACLE_HOME environment variable:
5 5  
6 -2) Download the latest WLS Stack patch.
5 +In your (% class="mark" %)~~/.bash_profile(%%) script, add the following lines:
7 7  
8 -For WLS Stack patch, unzip...
7 +(% class="box" %)
8 +(((
9 +export ORACLE_HOME=/opt/oracle/occas-8.1
10 +export PATH=$ORACLE_HOME/OPatch:$PATH
11 +)))
9 9  
10 -Update OPatch
13 +Load the variables by logging out and logging back in. (Or, you can type "source ~~/.bash_profile".)
11 11  
12 -mv $ORACLE_HOME/OPatch $ORACLE_HOME/OPatchOld
15 +Let's find out which version of WebLogic OCCAS is running on:
13 13  
14 -unzip the opatch file in the 'tools' directory.
17 +(% class="box" %)
18 +(((
19 +grep "distribution" $ORACLE_HOME/inventory/registry.xml
20 +)))
15 15  
16 -java -jar opatch_generic.jar
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 +)))
17 17  
30 +Now let's find out which version of WebLogic (WLS) OCCAS is running on:
18 18  
19 -In the binary_patches folder
32 +(% class="box" %)
33 +(((
34 +grep "wls_server" $ORACLE_HOME/inventory/registry.xml
35 +)))
20 20  
21 -Apply the coherence_fp patch.
37 +(% class="box infomessage" %)
38 +(((
39 + <feature status="installed" name="wls_server" version="14.1.1.0.0">
40 +)))
22 22  
23 -(% class="box" %)
42 +Fantastic! Now we know what patches to download and install...
43 +
44 += WebLogic Server Patches =
45 +
46 +From [[Oracle's My Support>>https://support.oracle.com]] download the latest //WLS Stack Patch Bundle//:
47 +
48 +[[image:wls_patch_search.png]]
49 +
50 +These patch bundles are released on a quarterly basis and should give us everything we need.
51 +
52 +(% class="box infomessage" %)
24 24  (((
25 -opatch apply coherence_fp/generic/36068086
54 +WLS STACK PATCH BUNDLE 14.1.1.0.250114 (Patch)
26 26  )))
27 27  
28 -Apply the JDBC patch:
57 +Unzip the patch and refer to the README.html for detail instructions.
29 29  
59 +First, we must upgrade the patching program (opatch) itself.
60 +
61 +Follow these instructions:
62 +
30 30  (% class="box" %)
31 31  (((
32 -opatch apply jdbc/generic/32720458
65 +$ opatch version
66 +OPatch Version: 13.9.4.2.3
67 +\\$ unzip p37476502_141100_Generic.zip
68 +$ cd WLS_SPB_14.1.1.0.241008/tools/opatch/generic
69 +$ unzip p37476502_141100_Generic.zip
70 +$ cd 6880880
71 +$ java -jar opatch_generic.jar -silent oracle_home=$ORACLE_HOME -ignoreSysPrereqs
72 +\\$ opatch version
73 +OPatch Version: 13.9.4.2.18
33 33  )))
34 34  
35 -Apply the RDA patch:
76 +If you're using Linux (RHEL etc), there's a script we can run to patch everything all at once:
36 36  
37 37  (% class="box" %)
38 38  (((
39 -opatch apply rda/generic/35922283
80 +cd WLS_SPB_14.1.1.0.241008/tools/spbat/generic/SPBAT
81 +./spbat.sh -phase apply -oracle_home $ORACLE_HOME
40 40  )))
41 41  
42 -Apply the WLS patches
84 +If you're on an unsupported operating system (Window, MacOS, etc.), you will have to install the patches manually using "opatch apply".
43 43  
86 += OCCAS Patches =
87 +
88 +From [[Oracle's My Support>>https://support.oracle.com]] download the latest //OCCAS patches~://
89 +
90 +**[[image:patch_search.png]]**
91 +
92 +Download each patch and unzip them.
93 +
44 44  (% class="box" %)
45 45  (((
46 -opatch napply wls/generic -id 36124787,36178566
96 +$ unzip '*.zip'
47 47  )))
48 48  
99 +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'.
49 49  
101 +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.)
50 50  
103 +Now let's install the remaining patches one-by-one:
51 51  
105 +(% class="box" %)
106 +(((
107 +$ opatch apply -silent 35843968
108 +$ opatch apply -silent 36228321
109 +$ opatch apply -silent 36853044
110 +$ opatch apply -silent 36965445
111 +$ opatch apply -silent 37467100
112 +)))
52 52  
53 -
114 +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
wls_patch_search.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.jeff
Size
... ... @@ -1,0 +1,1 @@
1 +51.8 KB
Content