时间在燃烧

挖掘你的潜能,释放我们的激情!

导航

<2025年4月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

留言簿(4)

随笔分类

随笔档案

阅读排行榜

评论排行榜

统计

最新评论

Exchange 2007服务器启动后,Information Store和System Attendant服务不能自动启动

SA和Information服务不会自动启动,手动启动正常

1) 在Exchange服务器上添加下面的注册表键值来延迟SA的启动时间

HKLM\System\CurrentControlSet\Services\MSExchangeSA\Parameters
Key (Type:DWORD): BootPause
Value: 300 (The value is in seconds <decimal>)

2) 添加下面的键值让Exchange Information Store 和Exchange Active Directory Topology 服务依赖于SA服务.

HKLM\System\CurrentControlSet\Services\MSExchangeADTopology
Key (Type: Multi_String): DependOnService
Value: MSExchangeSA

HKLM\System\CurrentControlSet\Services\MSExchangeIS
Key (Type: Multi_String): DependOnService
Value: MSExchangeSA

3) 重启Exchange服务器

posted on 2008-09-01 14:24 winfax 阅读(394) 评论(0)  编辑 收藏 引用 所属分类: Exchange