gi执行root.sh报错如下
Adding Clusterware entries to inittab
ohasd failed to start
Failed to start the Clusterware. Last 20 lines of the alert log follow:
2019-12-30 17:23:57.632:
[client(58661)]CRS-2101:The OLR was formatted using version 3
查看mos
Install of Clusterware fails while running root.sh on OL7 - ohasd fails to start (文档 ID 1959008.1)
https://www.cndba.cn/striver/article/3901https://www.cndba.cn/striver/article/3901
原因是bug引起:
There is a known issue where OL7 expects to use systemd rather than initd for running processes and restarting them and root.sh does not handle this currently.
https://www.cndba.cn/striver/article/3901
https://www.cndba.cn/striver/article/3901
https://www.cndba.cn/striver/article/3901https://www.cndba.cn/striver/article/3901
This was reported in the following Unpublished Bug
Bug 18370031 - RC SCRIPTS (/ETC/RC.D/RC., /ETC/INIT.D/ ) ON OL7 FOR CLUSTERWARE
通过打补丁解决
Because Oracle Linux 7 (and Redhat 7) use systemd rather than initd for starting/restarting processes and runs them as a service the current software install of both 11.2.0.4 & 12.1.0.1 will not succeed because the ohasd process does not start properly.https://www.cndba.cn/striver/article/3901https://www.cndba.cn/striver/article/3901https://www.cndba.cn/striver/article/3901
In OL7 it needs to be set up as a service and patch fix for Bug 18370031 needs to be applied for this , BEFORE you run root.sh when prompted .
Need to apply the patch 18370031 for 11.2.0.4 .https://www.cndba.cn/striver/article/3901
这里注意一点,在安装到跑root.sh脚本前再打补丁。
版权声明:本文为博主原创文章,未经博主允许不得转载。