Simulator Discussions
Simulator Discussions
我用19.7、9.8、9.9後會報錯
[集群名稱:callhome.mdb.recovery.unsuccessful :EMERGENCY]:
回撥MDB RECOVERY UNSECCFUL FOR THE coresegd警告。
有什麼辦法可以解決嗎?
謝謝~
Solved! See The Solution
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
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
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
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
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 {} \;