{"id":6422,"date":"2021-09-13T22:46:48","date_gmt":"2021-09-13T22:46:48","guid":{"rendered":"https:\/\/swiv.com.br\/solved-issue-crfclust-bdb-file-is-too-large\/"},"modified":"2026-05-27T20:02:29","modified_gmt":"2026-05-27T19:02:29","slug":"solved-issue-crfclust-bdb-file-is-too-large","status":"publish","type":"post","link":"https:\/\/swiv.com.br\/index.php\/2021\/09\/13\/solved-issue-crfclust-bdb-file-is-too-large\/","title":{"rendered":"[Solved] Issue: crfclust.bdb file is too large"},"content":{"rendered":"\n<p>Fui acionado certa vez por um FS quase estourado, e percebi que o arquivo ofensor era o &#8220;crfclust.bdb&#8221;, com 12GB de tamanho:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;grid@oel6 oel6]$ pwd\n\/apl\/grid\/11.2.0\/product\/crf\/db\/oel6\n&#x5B;grid@oel6 oel6]$ du -hs *\n227M    crfalert.bdb\n12G     crfclust.bdb\n8.0K    crfconn.bdb\n227M    crfcpu.bdb\n222M    crfhosts.bdb\n280M    crfloclts.bdb\n180M    crfts.bdb\n12K     __db.001\n392K    __db.002\n2.6M    __db.003\n796K    __db.004\n904K    __db.005\n12K     __db.006\n16M     log.0000001642\n12M     log.0000001643\n8.0K    repdhosts.bdb\n115M    oel6.ldb\n&#x5B;grid@oel6 oel6]$\n<\/pre><\/div>\n\n\n<p>Encontrei um Oracle Note reportando um problema conhecido e o procedimento de resolu\u00e7\u00e3o:&nbsp;<strong>Oracle Cluster Health Monitor (CHM) using large amount of space (more than default) (Doc ID 1343105.1)<\/strong>. Link&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/support.oracle.com\/epmos\/faces\/DocumentDisplay?_afrLoop=152929491894641&amp;id=1343105.1&amp;_adf.ctrl-state=1411yyqbrj_52\" target=\"_blank\">AQUI<\/a>.<\/p>\n\n\n\n<p>Baixando o servi\u00e7o CRF:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;grid@oel6 oel6]$ cd $ORACLE_HOME\/bin\n&#x5B;grid@oel6 bin]$ pwd\n\/apl\/grid\/11.2.0\/product\/bin\n&#x5B;grid@oel6 bin]$ sudo \/apl\/grid\/11.2.0\/product\/bin\/crsctl stop res ora.crf -init\nCRS-2673: Attempting to stop &#039;ora.crf&#039; on &#039;oel6&#039;\nCRS-2677: Stop of &#039;ora.crf&#039; on &#039;oel6&#039; succeeded\n&#x5B;grid@oel6 bin]$\n<\/pre><\/div>\n\n\n<p>Removendo todos os arquivos com extens\u00e3o &#8220;.bdb&#8221;:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;root@oel6 oel6]# rm *.bdb\nrm: remove regular file `crfalert.bdb&#039;? y\nrm: remove regular file `crfclust.bdb&#039;? y\nrm: remove regular file `crfconn.bdb&#039;? y\nrm: remove regular file `crfcpu.bdb&#039;? y\nrm: remove regular file `crfhosts.bdb&#039;? y\nrm: remove regular file `crfloclts.bdb&#039;? y\nrm: remove regular file `crfts.bdb&#039;? y\nrm: remove regular file `repdhosts.bdb&#039;? y\n<\/pre><\/div>\n\n\n<p>Subindo novamente o servi\u00e7o:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;grid@oel6 oel6]$ cd $ORACLE_HOME\/bin\n&#x5B;grid@oel6 bin]$ sudo \/apl\/grid\/11.2.0\/product\/bin\/crsctl start res ora.crf -init\nCRS-2672: Attempting to start &#039;ora.crf&#039; on &#039;oel6&#039;\nCRS-2676: Start of &#039;ora.crf&#039; on &#039;oel6&#039; succeeded\n&#x5B;grid@oel6 bin]$\n<\/pre><\/div>\n\n\n<p>Ambiente normalizado. Os arquivos removidos foram recriados ap\u00f3s o start do servi\u00e7o:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;grid@oel6 bin]$ cd \/apl\/grid\/11.2.0\/product\/crf\/db\/oel6\n&#x5B;grid@oel6 oel6]$ ll\ntotal 156216\n-rw-r----- 1 root root    114688 Sep 10 10:08 crfalert.bdb\n-rw-r----- 1 root root   5439488 Sep 10 10:08 crfclust.bdb\n-rw-r----- 1 root root    131072 Sep 10 10:08 crfcpu.bdb\n-rw-r----- 1 root root    110592 Sep 10 10:08 crfhosts.bdb\n-rw-r----- 1 root root    131072 Sep 10 10:08 crfloclts.bdb\n-rw-r----- 1 root root     94208 Sep 10 10:08 crfts.bdb\n-rw-r----- 1 root root     24576 Sep 10 10:06 __db.001\n-rw-r----- 1 root root    401408 Sep 10 10:08 __db.002\n-rw-r----- 1 root root   2629632 Sep 10 10:08 __db.003\n-rw-r----- 1 root root   2162688 Sep 10 10:08 __db.004\n-rw-r----- 1 root root   1187840 Sep 10 10:08 __db.005\n-rw-r----- 1 root root     57344 Sep 10 10:08 __db.006\n-rw-r----- 1 root root  16777216 Sep 10 10:06 log.0000001643\n-rw-r----- 1 root root  16777216 Sep 10 10:08 log.0000001644\n-rw-r----- 1 root root      8192 Sep 10 10:08 repdhosts.bdb\n-rw-r--r-- 1 root root 120000000 Aug 26 08:37 oel6.ldb\n&#x5B;grid@oel6 oel6]$ du -hs *\n112K    crfalert.bdb\n5.2M    crfclust.bdb\n128K    crfcpu.bdb\n108K    crfhosts.bdb\n128K    crfloclts.bdb\n96K     crfts.bdb\n12K     __db.001\n392K    __db.002\n2.5M    __db.003\n2.1M    __db.004\n904K    __db.005\n12K     __db.006\n16M     log.0000001643\n11M     log.0000001644\n8.0K    repdhosts.bdb\n115M    oel6.ldb\n&#x5B;grid@oel6 oel6]$\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>Fui acionado certa vez por um FS quase estourado, e percebi que o arquivo ofensor era o &#8220;crfclust.bdb&#8221;, com 12GB de tamanho: Encontrei um Oracle Note reportando um problema conhecido e o procedimento de resolu\u00e7\u00e3o:&nbsp;Oracle Cluster Health Monitor (CHM) using large amount of space (more than default) (Doc ID 1343105.1). Link&nbsp;AQUI. Baixando o servi\u00e7o CRF: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-6422","post","type-post","status-publish","format-standard","hentry","category-clustering"],"_links":{"self":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts\/6422","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=6422"}],"version-history":[{"count":1,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts\/6422\/revisions"}],"predecessor-version":[{"id":9047,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts\/6422\/revisions\/9047"}],"wp:attachment":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=6422"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/categories?post=6422"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/tags?post=6422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}