大家好~
目前有三台DC AD1 AD2 AD3
在AD1 或 AD2(皆為2003 DC) 使用dcdiag /a 都無錯誤訊息..全都test pass
Starting test: Services
......................... AD01 passed test Services
Starting test: Services
......................... AD02 passed test Services
Starting test: Services
......................... AD03 passed test Services
不過在AD3 上使用dcdiag /a (AD3 是2008 DC)
AD1 AD2的 Services 項目會有以下訊息.......AD3還是test pass
正在啟動測試: Services
不正確服務類型: AD01 的 RpcSs,目前值 WIN32_OWN_PROCESS,預期值 WIN32_SHARE_PROCESS
......................... AD01 未通過測試 Services
正在啟動測試: Services
不正確服務類型: AD02 的 RpcSs,目前值 WIN32_OWN_PROCESS,預期值 WIN32_SHARE_PROCESS
......................... AD02 未通過測試 Services
正在啟動測試: Services
......................... AD03 通過測試 Services
不知道哪邊有問題~~
試試
sc config rpcss type=share
非常感謝~~
不過完整指令是
sc \\AD01 config rpcss type= share(<---結果share前面要空一格才成功...=_=)
thank you~~
我發現 2003 server 或是一般user的XP RpcSs 預設都是 WIN32_OWN_PROCESS
然後 2008 server RpcSs 預設都是 WIN32_SHARE_PROCESS
開了SHARE會有啥影響嗎??
The Windows Server 2008/200R2 versions of DCDIAG are designed to test RPCSS for the Windows Server 2008 shared process setting - not the previous isolated process setting used in Windows Server 2003 and older operating systems. The tool does not distinguish between OSs for this service.
Do not change the service type on Windows Server 2003 to stop the error. There may be unexpected issues long-term as this is not a tested configuration. These issues would be extremely difficult to identify or trace back to this root cause.
Do not execute command: "sc config rpcss type= share"