Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Treatment of excessive oracle 11g RAC crfclust.bdb

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

find / -type f -size +500M | xargs du -hm | sort -nr

ora.crf service is a service for Cluster Health Monitor (CHM), which is used to automatically collect the usage of operating system resources (CPU, memory, SWAP, process, I/O, network, etc.). Due to bug 10165314, the files generated by the ora.crf service (all crf*.bdb and $HOSTNAME.ldb in the $GI_HOME/crf/db/$HOMENAME/directory) can be large, putting pressure on the usage of $GI_HOME.

Here are the steps to delete all crf*.bdb and $HOSTNAME.ldb files in the $GI_HOME/crf/db/$HOMENAME/directory and to disable ora.crf from starting with ohas.

== check

crsctl stat res ora.crf -init -t

== stop

crsctl stop res ora.crf -init

== delete

rm *.bdb

== start

crsctl start res ora.crf -init

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report