RHEL 7.2安装Oracle 11g RAC在启动时ohasd日志报“Created alert : (:OHAS00117:) : TIMED OUT WAITING FOR OHASD MONITOR”,这是Oracle 11g 的一个bug。 解决方法: 启动时执行:/bin/dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1 如果不成功,关闭crs服务重新执行。