|
|
|
系统:Windows2003 R2 sp2 安装EX2003 sp2
昨天下午有一个存储组中的5个存储统统Dismount。没去认真看系统日志的情况下先重启EX服务器(因为在上班没有太多时间慢慢去查看,希望重启一下问题可以解决),还是Mount不上去。
认真去查看日志。如下:
错误日志:
Database error 0xfffffdf9 occurred in function JTAB_BASE::EcUpdate while accessing the database "SG03\XX01".
警告日志:
Information Store (3424) SG03: Log sequence numbers for this instance have almost been completely consumed. The current log generation is 1048410 (0x000FFF5A) which is approaching the maximum log generation of 1048559 (0x000FFFEF), there are 149 (0x00000095) log generations left to be used. To begin renumbering from generation 1, the instance must be shutdown cleanly and all log files must be deleted. Backups will be invalidated.
明确指出Log sequence numbers 快用完了。只怪自己平时查看的时候没有认真去看警告的日志,造成大错。唉!
这台服务器一百多天没有重启了,一直使用正常。
只是没有想到EX的事务日志只能到FFFFF的序列号。
看来以后查看EX运行情况的时候要多留意一下事务日志的序列号 |
|