有套11204集群环境,现场反馈/u01使用率100%,数据库无法使用了,本以为是aud文件太多导致的,查看后发现是crfclust.bdb多大了,有100多G了
[root@hydb1 hydb1]#du -sh crfclust.bdb
 101G    crfclust.bdb
 [root@hydb1 hydb1]#

处理办法
[root@hydb1 ~]#  su - grid
 +ASM1:/home/grid@hydb1> crsctl stop res ora.crf -init;
 +ASM1:/home/grid@hydb1> crsctl stat res -t -init;
[root@hydb1 hydb1]# rm -rf crfclust.bdb
[root@hydb1 ~]#  su - grid
 +ASM1:/home/grid@hydb1> crsctl start res ora.crf -init;
 +ASM1:/home/grid@hydb1> crsctl stat res -t -init;
mos文档
Oracle Cluster Health Monitor (CHM) using large amount of space (more than default) (Doc ID 1343105.1)


















