服务器2008 R2
当尝试启动WDS服务时,我们将得到以下错误:
Windows could not start the Windows Deployment Services Server on Local Computer. For more information review the System Event Log. If this is a non-Microsoft service, contact the service vendor and refer to service-specific error code 8.
那好吧。在系统日志中,我们看到以下内容:
The Windows Deployment Service Server service terminated with service-specific error Not enough storage is available to process this command.
这不是磁盘空间问题,因为所有磁盘上都有很多可用的。
我们认为这可能是Windows内部数据库的问题吗?但老实说,我不知道如何开始解决这个问题。
MSSQL应用程序日志中还有其他可能支持此理论的信息消息吗?
The description for Event ID 18456 from source MSSQL$MICROSOFT##SSEE cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
NT AUTHORITY\NETWORK SERVICE [CLIENT: ]
The specified resource type cannot be found in the image file
值得注意的是,这似乎是在我们将WSUS从另一个服务器迁移到这个服务器之后开始发生的。
我一直在网上搜索有这个准确错误的人,但我没有找到任何东西。(你不讨厌发生这种事吗?)
我试过完全删除WDS角色并重新安装它--没有帮助。
我想如果有人有任何想法的话,我真的很想知道该怎么做。
发布于 2013-05-10 15:48:34
好吧,我已经开始服务了.但我有点搞不懂发生了什么。
我开始在C:\Windows\SYSMSI\SSEE\MSQL.2005\MSSQL\LOG中查看SQL日志,并发现一行内容如下:
The current event was not reported to the Windows Events Log. Operating system error = 1502 (The events log is full.). You may need to clear the windows events log if it is full.
然后我回去发现应用程序日志已经满了。保存内容,清除它,尝试重新启动WDS (看看现在应用程序日志中是否出现了新的错误,因为它是空的),令我惊讶的是,“WDS服务已经成功启动了!”消息。哇哦。
不知道发生了什么。这是我唯一做的事..。我必须授予自己进入MSSQL文件夹的权限.但那不应该解决任何问题。
一个完整的事件日志真的可以像WDS那样砖块吗?这似乎不对..。是吗?
发布于 2013-05-10 14:20:29
如果您将WSUS配置为使用WID,那么WID听起来可能出了问题。您应该能够让这两个应用程序使用相同的WID实例,所以这不一定是兼容性问题。
我要么从预置的WSUS备份恢复并重新安装WSUS,要么完全卸载WDS、WSUS角色并删除WID功能,然后全部重新安装。
发布于 2013-05-10 14:19:36
禁用自动托管页文件大小并增加页文件大小。禁用所有不必要的启动项并重新启动,然后手动启动WDS服务。
如果这不起作用,请查找I/O错误和较高的内存利用率。
参考资料:http://technet.microsoft.com/en-us/library/cc978735.aspx
https://serverfault.com/questions/506703
复制相似问题