切换到宽版
  • 7192阅读
  • 17回复

[求助]server  2003  安装 ccr报错 [复制链接]

上一主题 下一主题
只看该作者 10楼  发表于: 2015-12-27
我是  server 2003 sp2 的
kb921181  这个补丁不用装吧?

只看该作者 11楼  发表于: 2015-12-27
回 275483972 的帖子
275483972:http://pan.baidu.com/s/1i3SDeZF
这个是log 报错日志?(2015-12-27 15:38)?

收到。

查了相关资料,建议你检查下System Attendant邮箱的代理地址:
1. 在DC上打开ADSIEDIT
2. 连接到CN=Configuration,DC=DomainName,DC=Com(即配置分区)
3. 展开CN=Services-->CN=Microsoft Exchange-->CN=<ExchangeOrganizationName>-->CN=Administrative Groups-->CN=Exchange Administrative Group (FYDIBOHF23SPDLT)-->CN=Servers-->CN=<Exchange2007ServerName>
4. 右击CN=Microsoft System Attendant查看属性页。
检查proxy address是否有多个,如果显示有多个请只保留一个。然后重启system attendant服务再重新安装一次邮箱角色。

https://social.technet.microsoft.com/Forums/en-US/22a0cb95-36db-45cb-893b-1a94f5384029/exchange-is-unable-to-set-the-system-attendant-for-the-database-servernamefirst-storage?forum=exchangesvrdeploylegacy
Exchange中文站10周年献礼。Exchange2016中文视频教程热销中:edu.exchangecn.com/course/12
只看该作者 12楼  发表于: 2015-12-28

mailbox 还没安装前,没有这个System Attendant邮箱
安装报错之后,mailbox根本没装上去
只看该作者 13楼  发表于: 2015-12-28
我看日志中 好像 是 GC 中未找到 节点1  但安装条件测试都正常

只看该作者 14楼  发表于: 2015-12-28
回 275483972 的帖子
275483972:我看日志中 好像 是 GC 中未找到 节点1??但安装条件测试都正常?(2015-12-28 16:49)?

DCDIAG运行有问题么?
Exchange中文站10周年献礼。Exchange2016中文视频教程热销中:edu.exchangecn.com/course/12
只看该作者 15楼  发表于: 2015-12-29

51] [2] Completed 安装 of 群集事件日志记录 sub-component
[2015-12-27 14:58:51] [2] Leaving ScSetupAtom
[2015-12-27 14:58:51] [2] Ending processing.
[2015-12-27 14:58:51] [1] Executing '$provisionserver = get-provisionedexchangeserver -Identity $RoleNetBIOSName -DomainController $RoleDomainController; if ($provisionserver -ne $null) { remove-provisionedexchangeserver -Identity $RoleNetBIOSName -DomainController $RoleDomainController; uninstall-ExsetdataAtom -AtomName Server -DomainController $RoleDomainController; }', handleError = True
[2015-12-27 14:58:51] [2] Launching sub-task '$error.Clear(); $provisionserver = get-provisionedexchangeserver -Identity $RoleNetBIOSName -DomainController $RoleDomainController; if ($provisionserver -ne $null) { remove-provisionedexchangeserver -Identity $RoleNetBIOSName -DomainController $RoleDomainController; uninstall-ExsetdataAtom -AtomName Server -DomainController $RoleDomainController; }'.
[2015-12-27 14:58:51] [2] Beginning processing.
[2015-12-27 14:58:51] [2] 管理员 Active Directory 会话设置为:  查看整个林:“True”, 配置域控制器:“2003-1.abc.com”, 首选全局编录:“2003-1.abc.com”, 首选域控制器:“{ 2003-1.abc.com }”
[2015-12-27 14:58:51] [2] Searching objects "CCR01" of type "Server" under the root "$null".
[2015-12-27 14:58:51] [2] Previous operation run on domain controller '2003-1.abc.com'.
[2015-12-27 14:58:51] [2] Previous operation run on domain controller '2003-1.abc.com'.
[2015-12-27 14:58:51] [2] Preparing to output objects. Maximum result set size "unlimited".
[2015-12-27 14:58:51] [2] [ERROR] Unexpected Error
[2015-12-27 14:58:51] [2] [ERROR] The operation could not be performed because object 'CCR01' could not be found on domain controller '2003-1.abc.com'.
[2015-12-27 14:58:51] [2] Ending processing.
[2015-12-27 14:58:51] [1] The following 1 error(s) occurred during task execution:
[2015-12-27 14:58:51] [1] 0.  ErrorRecord: 由于在域控制器“2003-1.abc.com”上未找到对象“CCR01”,因此无法执行该操作。
[2015-12-27 14:58:51] [1] The previous errors were generated by a non-critical task and will be ignored.
[2015-12-27 14:58:51] [1] Setup will continue processing component tasks...
[2015-12-27 14:58:51] [1] Processing component 'InfoWorker Configuration' (正在配置邮箱助理).
[2015-12-27 14:58:51] [1] Executing '$fullPath = [System.IO.Path]::Combine($RoleInstallPath, "bin\msexchangemailboxassistants.exe"); precompile-ManagedBinary -BinaryName $fullPath;', handleError = False
[2015-12-27 14:58:51] [2] Launching sub-task '$error.Clear(); $fullPath = [System.IO.Path]::Combine($RoleInstallPath, "bin\msexchangemailboxassistants.exe"); precompile-ManagedBinary -BinaryName $fullPath;'.
[2015-12-27 14:58:51] [2] Beginning processing.
[2015-12-27 14:58:51] [2] Starting: c:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\ngen.exe arguments: install "C:\Program Files\Microsoft\Exchange Server\bin\msexchangemailboxassistants.exe" /verbose
[2015-12-27 15:00:34] [2] Process standard output: Microsoft (R) CLR Native Image Generator - Version 2.0.50727.3053

只看该作者 16楼  发表于: 2015-12-29
回 275483972 的帖子
275483972:51] [2] Completed 安装 of 群集事件日志记录 sub-component
[2015-12-27 14:58:51] [2] Leaving ScSetupAtom
[2015-12-27 14:58:51] [2] Ending processing.
[2015-12-27 14:58:51] [1] Executing '$provisionserver = get-provisionedexchangeserver -Identity  ..?(2015-12-29 10:02)?

AD里有残留信息啊,你需要清理AD配置分区的exchange对象,然后重新安装。
Exchange中文站10周年献礼。Exchange2016中文视频教程热销中:edu.exchangecn.com/course/12
只看该作者 17楼  发表于: 2015-12-29
都是全新的安装,ad  exchange不可能有残留的。

这个意思是没找到,不是有残留吧?
快速回复
限60 字节
 
上一个 下一个