http://blogs.msdn.com/josrod/archive/2007/12/12/clear-the-sharepoint-configuration-cache-for-timer-job-and-psconfig-errors.aspx
内容:Clear the SharePoint Configuration Cache for Timer Job and PSCONFIG errors
If you experience issues with WSS and MOSS timer jobs failing to complete are receiving errors trying to run psconfig, clearing the configuration cache on the farm is a possible method for resolving the issue. The config cache is where we store information about timer jobs status as well as other info. Sometime this data can become corrupted and need to be cleared and rebuilt from our store. To clear the config cache on the farm, follow these steps:- Stop the OWSTIMER service on ALL of the MOSS servers in the farm.
- On the Index server, navigate to %ALLUSERSPROFILE% \Application Data\Microsoft\SharePoint\Config\<GUID> and delete all the XML files from the directory.
- Edit cache.ini and reset the number in the file to 1.
- Start the OWSTIMER service on the Index server and wait for XML files to begin to reappear in the directory.
- After you see XML files appearing on the Index server, repeat steps 2, 3 & 4 on the query server(s), waiting for XML files to appear before moving to subsequent servers.
- After the query servers have all been cleared, proceed to the WFE and Application servers in the farm, following steps 2, 3 & 4. for each server.
Central Administration -> Operations -> Logging and Reporting -> Diagnostic logging
In the Diagnostic logging page, focus on the following categories:- Event throttling: how much you log
- Trace Log: where you store the logs
- For a Dev/staging server server, you should log all or "medium events"
- For a Production server, only log errors
- The search crawler will take up most of the log space
- By Default, logs are sent to: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\LOGS\
- Store the logs on a separate drive so that at worse your drive gets full and your application stops logging, but still functions. It's a pretty standard practice for SQL server installations for instance.
- Reduce the number of log files. The default is two days worth of logging (96 files x 30 min intervals). See if this is too much for you; it might depend on how much you chose to log in the Event Throttling.
您可以更改任何单个类别或所有类别的设置。更新所有类别将会丢失对单个类别所做的更改。 跟踪日志: 如果已启用跟踪,则可能需要将跟踪日志转到某一具体位置。注意: 指定的位置必须在服务器场中的所有服务器上存在。
此外,还可以设置要维护的最大日志文件数,以及经过多长时间后开始将事件捕获到单个日志文件中。
本文出自 “努力学习的小熊” 博客,转载请与作者联系!