问题描述:
早上巡检是发现一套rac的ora.chad一个节点的状态是offline,其他的均正常。
crsctl stat res -t
ora.chad
online online csdb2-bm001 stable
offline offline csdb2-bm002 stable
解决:
ora.chad是cluster health advisor (cha)的简称,属于autonomous health framework(自治健康框架)。
查看状态
crsctl status res ora.chad
name=ora.chad
type=ora.chad.type
target=online , offline
state=online on csdb2-bm001, offline
尝试重启
srvctl start cha
crsctl status res ora.chad
name=ora.chad
type=ora.chad.type
target=online , online
state=online on csdb2-bm001, online on csdb2-bm002
完成。