Simulator Discussions

Simulator Issue mdb.recovery.unsuccessful:EMERGENCY

HowardChen
2,334 Views

我用19.7、9.8、9.9後會報錯

 

[集群名稱:callhome.mdb.recovery.unsuccessful :EMERGENCY]:
回撥MDB RECOVERY UNSECCFUL FOR THE coresegd警告。

 

有什麼辦法可以解決嗎?

 

謝謝~

 

 

1 ACCEPTED SOLUTION

darb0505
2,292 Views

@HowardChen,

 

This might be caused by the root volume being full which will crash the RDBs.  Can you attempt to expand the root volume to a bigger size?

 

Thanks,

Brad

Team NetApp

View solution in original post

4 REPLIES 4

HowardChen
2,317 Views

Simulator 9.7 9.8 9.9 An error occurs after a few hours of use 

 

[ClusterName:callhome.mdb.recovery.unsuccessful:EMERGENCY]:
call home for MDB RECOVERY UNSECCFUL FOR THE coresegd WARNING.

 

Is there any way to fix it ?

 

Thank you

darb0505
2,293 Views

@HowardChen,

 

This might be caused by the root volume being full which will crash the RDBs.  Can you attempt to expand the root volume to a bigger size?

 

Thanks,

Brad

Team NetApp

yannb
2,284 Views

That's my go-to anytime I have an unclean shutdown :

 

set diag
systemshell
sudo -s kenv -up bootarg.init.boot_recovery kenv -up bootarg.rdb_corrupt rm /mroot/etc/cluster_config/monitor_mroot.nvfail reboot

yannb
1,713 Views

And any time I need to make some space :

 

find /mroot/etc/log/ -name "*log.00*" -exec rm -f {} \;
find /mroot/etc/www/webjail/apache/mroot/etc/mlog/ -name "*log.00*" -exec rm -f {} \;
find /mroot/etc/log/autosupport -name "*.*.files" -exec rm -rf {} \;
find /mroot/etc/www/webjail/apache/mroot/etc/mlog -name "*.previous*" -exec rm -f {} \;
Public