我用19.7、9.8、9.9後會報錯
[集群名稱:callhome.mdb.recovery.unsuccessful :EMERGENCY]:回撥MDB RECOVERY UNSECCFUL FOR THE coresegd警告。
有什麼辦法可以解決嗎?
謝謝~
@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
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
That's my go-to anytime I have an unclean shutdown :
set diagsystemshellsudo -skenv -up bootarg.init.boot_recoverykenv -up bootarg.rdb_corruptrm /mroot/etc/cluster_config/monitor_mroot.nvfailreboot
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 {} \;