请UNIX高手看看,UNIX服务器究竟是何问题? 系统运行一段时间为何自动重启?
发布网友
发布时间:2022-04-23 16:13
我来回答
共2个回答
热心网友
时间:2023-10-09 04:30
你的这个问题应该是由下面这行错误Log引起的:
Sep 13 23:21:21 gx04-1 vmunix: panic (cpu 0): simple_lock: time limit exceeded
可能原因是由于操作系统软件出问题了,CPU无法获取锁(lock)超时,导致产生了fatal error而使系统重启了:
locktimeout (locktimeout)
The number of seconds that a CPU will wait (spin) on a simple lock. If a CPU cannot acquire a simple lock in the specified amount of time, a fatal error occurs, and the system panics and issues a "simple_lock:time limit exceeded" message.
Default value: 15 (seconds)
你找下操作系统的最新补丁打一下看,有新补丁已经发布,在其日志里面有解决了类似的问题。
热心网友
时间:2023-10-09 04:31
检查Digital UNIX Crash日志,使用WSEA分析binary.errlog,不过一般这种问题都是CPU、内存和主板方面的,也有可能是系统脏了。如需要进一步确认,将/var/adm/binary.errlog发给我QQ594486444