ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

ODA 18.3 patch开始,发生的变化

2022-08-23 12:01:28  阅读:133  来源: 互联网

标签:bin opt 0.0 odacli patch oracle ODA 18.3 dcs


ODA 18.3 patch,主要的变化:
(1). When you apply the patches for this release, your bare metal deployments of Oracle Database Appliance are migrated from the OAK stack to the DCS stack.
(2). The following are patch steps:
a. Copy the patch bundle on both nodes(all nodes):
# /tmp/p28864520_183000_Linux-x86-64_1of3.zip
# /tmp/p28864520_183000_Linux-x86-64_2of3.zip
# /tmp/p28864520_183000_Linux-x86-64_3of3.zip

b. Update the repository with the server software(all nodes):
# oakcli unpack -package /tmp/p28864520_183000_Linux-x86-64_1of3.zip
# oakcli unpack -package /tmp/p28864520_183000_Linux-x86-64_2of3.zip
# oakcli unpack -package /tmp/p28864520_183000_Linux-x86-64_3of3.zip

c. Apply the patch to the server components:
# /opt/oracle/oak/bin/oakcli update -patch 18.3.0.0.0 --server

Note:When you update the server, the OAK stack is migrated to the DCS stack. You must run the ODACLI commands to patch the storage and database.

Confirm that the server update is successful:
# /opt/oracle/dcs/bin/odacli describe-job -i job_ID

d. Update the storage components:
# /opt/oracle/dcs/bin/odacli update-storage -v 18.3.0.0.0 -rolling

e. Apply the Patch to the Database:
# /opt/oracle/dcs/bin/odacli create-prepatchreport --dbhome -dbhomeid -v 18.3.0.0.0
# /opt/oracle/dcs/bin/odacli update-dbhome --dbhomeid -v 18.3.0.0.0

f. check version:
# /opt/oracle/dcs/bin/odacli show version -detail



ODA 18.7 patch steps:
1. download the patch bundle:
p30217856_187000_Linux-x86-64_1of3.zip
p30217856_187000_Linux-x86-64_2of3.zip
p30217856_187000_Linux-x86-64_3of3.zip

2. unzip the patch bundle:
unzip p30217856_187000_Linux-x86-64_1of3.zip
unzip p30217856_187000_Linux-x86-64_2of3.zip
unzip p30217856_187000_Linux-x86-64_3of3.zip

3. upload the patch bundle to First node:
oda-sm-18.7.0.0.0-190911-server1of2.zip
oda-sm-18.7.0.0.0-190911-server2of2.zip

4. Update the repository:
# /opt/oracle/dcs/bin/odacli update-repository -f /tmp/oda-sm-18.7.0.0.0-190911-server1of2.zip,/tmp/oda-sm-18.7.0.0.0-190911-server2of2.zip
# /opt/oracle/dcs/bin/odacli describe-job -i job_ID

5. Update the DCS agent:
# /opt/oracle/dcs/bin/odacli update-dcsagent -v 18.7.0.0.0        ####This command also updates Oracle Trace File Analyzer (TFA) and ORAchk Health Check Tool.

6. Update the DCS admin:
# /opt/oracle/dcs/bin/odacli update-dcsadmin -v 18.7.0.0.0

7. Update the DCS components:
# /opt/oracle/dcs/bin/odacli update-dcscomponents -v 18.7.0.0.0   ####This command updates the DCS components such as Zookeeper.

8. Apply the server update:
# /opt/oracle/dcs/bin/odacli update-server -v 18.7.0.0.0
# /opt/oracle/dcs/bin/odacli describe-job -i job_ID

9. Update the storage components.
# /opt/oracle/dcs/bin/odacli update-storage -v 18.7.0.0.0 --rolling

10. patch existing Database Homes to release 18.7:
# /opt/oracle/dcs/bin/odacli create-prepatchreport --dbhome --dbhomeid 7c67c5b4-f585-4ba9-865f-c719c63c0a6e -v 18.7.0.0.0
# /opt/oracle/dcs/bin/odacli describe-prepatchreport -i 39ef1eeb-70d3-47ad-b3f5-48960ca0607b
# /opt/oracle/dcs/bin/odacli update-dbhome --dbhomeid 7c67c5b4-f585-4ba9-865f-c719c63c0a6e -v 18.7.0.0.0
# /opt/oracle/dcs/bin/odacli list-jobs


标签:bin,opt,0.0,odacli,patch,oracle,ODA,18.3,dcs
来源: https://www.cnblogs.com/missyou-shiyh/p/16615669.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有