ODA 12.1.2.7.0 patch的新变化

Patch steps before 12.1.2.6.0:
1. Copy the patch bundle on both nodes(all nodes):
# /tmp/p18284007_210000_Linux-x86-64_1of2.zip
# /tmp/p18284007_210000_Linux-x86-64_2of2.zip

2. Unpack the patch bundle on both nodes(all nodes):
# /opt/oracle/oak/bin/oakcli unpack –package /tmp/p18284007_210000_Linux-x86-64_1of2.zip
# /opt/oracle/oak/bin/oakcli unpack –package /tmp/p18284007_210000_Linux-x86-64_2of2.zip

3. Verify the components getting patched(First nodes):
# /opt/oracle/oak/bin/oakcli update -patch  2.10.0.0.0 --verify

4. Apply the patch to the Infra components(First nodes):
# /opt/oracle/oak/bin/oakcli update -patch  2.10.0.0.0 --infra

5. Apply the Patch to the GI components(First nodes):
# /opt/oracle/oak/bin/oakcli update -patch  2.10.0.0.0 --gi

6. Apply the Patch to the Database(First nodes):
# /opt/oracle/oak/bin/oakcli update -patch  2.10.0.0.0  --database

7. check version:
# /opt/oracle/oak/bin/oakcli show version -detail



ODA 12.1.2.6.0 patch,主要的变化:
(1). Update OS from OL5 to OL6.7.
(2). Patching infra with a mandatory parameter '-local'.
(3). Patching GI  with '-local' parameter in no particular order. It can also be executed from the 1st node with the backward compatible way without '-local' parameter.



ODA 12.1.2.7.0 patch,主要的变化:
(1). Re-group the components to: SERVER 、 STORAGE and DATABASE.  The SERVER component is consists of infra and gi.
(2). Introduces a new option to patch each server nodes independently. The following are steps:
a. Copy the patch bundle on both nodes(all nodes):
# /tmp/p22896543_121270_Linux-x86-64_1of2.zip
# /tmp/p22896543_121270_Linux-x86-64_2of2.zip

b. Unpack the patch bundle on both nodes(all nodes):
# /opt/oracle/oak/bin/oakcli unpack –package /tmp/p22896543_121270_Linux-x86-64_1of2.zip
# /opt/oracle/oak/bin/oakcli unpack –package /tmp/p22896543_121270_Linux-x86-64_2of2.zip

c. Verify the components getting patched(First nodes):
# /opt/oracle/oak/bin/oakcli update -patch  12.1.2.7.0 –verify

d. Apply the patch to the server components:
# /opt/oracle/oak/bin/oakcli update -patch  12.1.2.7.0 --server <-local>

e. Apply the Patch to the storage components(First nodes):
# /opt/oracle/oak/bin/oakcli update -patch  12.1.2.7.0 –-storage

f. Apply the Patch to the Database:
# /opt/oracle/oak/bin/oakcli update -patch  12.1.2.7.0 --database <-local>

g. check version:
# /opt/oracle/oak/bin/oakcli show version -detail
posted @ 2022-08-23 11:51  石云华  阅读(31)  评论(0编辑  收藏  举报