1

我正在使用 Microsoft 的 WSSv3 演示 Virtual PC 演示,并且 VHD 越来越失控。

使用文件夹大小,我能够将其追溯到 WSS 日志文件。
今天我有两个日志文件变得过大。

1) 30 分钟内 2.5GB,然后

2)2小时内2.1GB

我正在尝试使用LTFViewer查看内容,但由于查看器冻结,文件可能会太大周围的日志文件具有以下内容,每 5 分钟重复一次

OWSTIMER.EXE (0x06C0)    E-Mail    The Incoming E-Mail service has completed a batch.  
OWSTIMER.EXE (0x06C0)    E-Mail    The Incoming E-Mail service has completed a batch.  
OWSTIMER.EXE (0x06C0)    E-Mail    The Incoming E-Mail service has completed a batch. 
w3wp.exe (0x0C44)        General   Entering MRU trim routine.    
w3wp.exe (0x0C44)        General   Initial table size: 41125202 in 222 entries   
w3wp.exe (0x0C44)        General   Final table size: 41125202 in 222 entries     
w3wp.exe (0x0C44)        General   Exiting MRU trim routine.     
w3wp.exe (0x071C)        General   Entering MRU trim routine.    
w3wp.exe (0x071C)        General   Initial table size: 19857672 in 90 entries    
w3wp.exe (0x071C)        General   Final table size: 19857672 in 90 entries  
w3wp.exe (0x071C)        General   Exiting MRU trim routine.     
OWSTIMER.EXE (0x06C0)    General   Entering MRU trim routine.    
OWSTIMER.EXE (0x06C0)    General   Initial table size: 0 in 0 entries    
OWSTIMER.EXE (0x06C0)    General   Final table size: 0 in 0 entries  
OWSTIMER.EXE (0x06C0)    General   Exiting MRU trim routine.     
OWSTIMER.EXE (0x06C0)    E-Mail    The Incoming E-Mail service has completed a batch.  
OWSTIMER.EXE (0x06C0)    E-Mail    The Incoming E-Mail service has completed a batch.  
OWSTIMER.EXE (0x06C0)    E-Mail    The Incoming E-Mail service has completed a batch.

同样,这只是今天才开始,我的主机上的硬盘空间不足。

谢谢

4

3 回答 3

2

弄清楚了

以下行每毫秒记录 x30 次。

Timestamp
04/03/2009 09:48:47.86 

Process
OWSTIMER.EXE (0x0DE8)

TID
0x06D0

Area
Windows SharePoint Services

Category
Timer

EventID
5uuf

Level
Monitorable

Message
The previous instance of the timer job 'Config Refresh', id
'{975F79C9-1B0D-4D14-BD60-C531FF142500}' for service
'{6C881CF7-F11F-457B-A757-68862E0059E6}' is still running, so the
current instance will be skipped. Consider increasing the interval
between jobs.

这篇博文描述了如何修复

http://blogs.vertigo.com/personal/steventap/Blog/archive/2007/01/19/managing-sharepoint-2007-moss-application-log-size.aspx

谢谢大卫,

要总结博客文章,请更改您的诊断日志记录级别。如果在本地虚拟机中开发,还建议将这些日志写入 VHD 外部的共享文件夹

管理中心 > 操作 > 记录和报告 > 诊断记录

于 2009-04-03T19:04:43.053 回答
1

可以通过对象模型 (SPDiagnosticsService) 对日志文件设置限制,但不能通过 STSADM 命令行工具 - 直到现在:

http://stsadm.blogspot.com/2008/06/trace-log-settings.html

这是 STSADM 的插件,可让您将日志移动到不同的驱动器、限制日志文件计数和日志时间。

-Oisin

于 2009-04-03T18:56:39.080 回答
0

我在我的日志中看到了同样的事情,但史蒂夫建议的修复没有奏效。

起作用的是确保时钟设置在正确的时间。时钟被调到过去 20 分钟。一旦我将服务器上的时间更新为正确,错误就停止了。

于 2011-03-10T22:45:32.010 回答