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-07-25 16:40
joyclear 阅读(2400)
评论(5) 编辑 收藏 引用 所属分类:
Exchange