Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)

絕刀狂花
发布: 2025-07-23 08:04:22
原创
315人浏览过

在前两篇文章中,我们已经详细介绍了如何将lync ad域控和ca证书颁发机构从物理机迁移到虚拟机。本文将继续讨论如何将lync server 2010标准版从物理机迁移到虚拟机。

在开始迁移之前,请按照以下步骤进行环境准备,并在迁移过程中逐步解决问题。

Lync Server 2010迁移至AD后下载拓扑时出现以下错误:

正在下载拓扑 ...

Get-CsTopology -asxml
登录后复制

System.Management.Automation.CmdletInvocationException: Message-"出现本地错误。"LdapError-"LocalError""dc001.uc.com":"3268" ---> Microsoft.Rtc.Management.ADConnect.SuitabilityDirectoryException: Message-"出现本地错误。"LdapError-"LocalError""dc001.uc.com":"3268" ---> System.DirectoryServices.Protocols.LdapException: 出现本地错误。 在 System.DirectoryServices.Protocols.LdapConnection.BindHelper(NetworkCredential newCredential, Boolean needSetCredential) 在 Microsoft.Rtc.Management.ADConnect.Connection.SuitabilityVerifier.CreateConnectionAndBind(String fqdn, Int32 portNumber, NetworkCredential credential) --- 内部异常堆栈跟踪的结尾 --- 在 Microsoft.Rtc.Management.ADConnect.Connection.SuitabilityVerifier.CreateConnectionAndBind(String fqdn, Int32 portNumber, NetworkCredential credential) 在 Microsoft.Rtc.Management.ADConnect.Connection.GlobalContainer.DiscoverGlobalContainer(String gcFqdn, NetworkCredential credential, String& globalDN, String& systemDN) 在 Microsoft.Rtc.Management.ADConnect.Connection.DirectoryServicesTopologyProvider.DiscoverConfigDC() 在 Microsoft.Rtc.Management.ADConnect.Connection.DirectoryServicesTopologyProvider.ReportDownServer(String serverName, ADServerRole role) 在 Microsoft.Rtc.Management.ADConnect.Connection.ADConnection.MarkDown(LdapError ldapError, String message) 在 Microsoft.Rtc.Management.ADConnect.Connection.ADConnection.AnalyzeDirectoryError(DirectoryException de) 在 Microsoft.Rtc.Management.ADConnect.Session.ADSession.AnalyzeDirectoryError(ADConnection connection, DirectoryRequest request, DirectoryException de, Int32 totalRetries, Int32 retriesOnServer) 在 Microsoft.Rtc.Management.ADConnect.Session.ADSession.Find(ADObjectId rootId, String optionalBaseDN, QueryScope scope, QueryFilter filter, SortBy sortBy, Int32 maxResults, IEnumerable1 properties, CreateObjectDelegate objectCreator, CreateObjectsDelegate arrayCreator, Boolean includeDeletedObjects) 在 Microsoft.Rtc.Management.ADConnect.Session.ADSession.Find(ADObjectId rootId, QueryScope scope, QueryFilter filter, SortBy sortBy, Int32 maxResults, IEnumerable1 properties, CreateObjectDelegate objectCtor, CreateObjectsDelegate arrayCtor) 在 Microsoft.Rtc.Management.ADConnect.Session.ADSession.Find[TResult](ADObjectId rootId, QueryScope scope, QueryFilter filter, SortBy sortBy, Int32 maxResults, IEnumerable1 properties) 在 Microsoft.Rtc.Management.ADConnect.Session.ADSession.GetTopologySetting() 在 Microsoft.Rtc.Management.ADConnect.Session.ADSession.GetBackEndServer() 在 Microsoft.Rtc.Management.Xds.ManagementConnection.GetConnectionFromActiveDirectory(OcsCmdlet cmdlet, ADSession session) 在 Microsoft.Rtc.Management.Internal.Utilities.DeImpersonator.Run\[T\](Boolean dropImpersonation, Func1 func) 在 Microsoft.Rtc.Management.Xds.ManagementConnection.SetupConnection(Boolean isLocalStore, OcsCmdlet cmdlet, Boolean shouldDropImpersonation, ManagementConnection& connection, Boolean& ownConnection) 在 Microsoft.Rtc.Management.Xds.XdsCmdlet.CmdletBeginProcessing() 在 Microsoft.Rtc.Management.OcsCmdlet.BeginProcessing() 在 System.Management.Automation.Cmdlet.DoBeginProcessing() 在 System.Management.Automation.CommandProcessorBase.DoBegin() --- 内部异常堆栈跟踪的结尾 --- 在 System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate) 在 System.Management.Automation.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context) 在 System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)

立即学习前端免费学习笔记(深入)”;

失败

已完成

修改前端DNS,开启监控与存档服务器

Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)可以正常下载拓扑

Ping dc001和dc003显示同样的IP地址

删除c:\windows\system32\drivers\etc\hosts自定义域记录

删除后c:\windows\system32\drivers\etc\hosts自定义域记录

删除后

正式开始Lync标准版从物理机迁移至虚拟机

1、准备虚拟机,安装Lync Server 2010标准版(巩固加温习)

讯飞智作-讯飞配音
讯飞智作-讯飞配音

讯飞智作是一款集AI配音、虚拟人视频生成、PPT生成视频、虚拟人定制等多功能的AI音视频生产平台。已广泛应用于媒体、教育、短视频等领域。

讯飞智作-讯飞配音 67
查看详情 讯飞智作-讯飞配音

在虚拟机准备就绪后,准备安装Lync所需的软件

1)操作系统选择的是Windows Server 2008 R2企业版

2)加入contoso.com域

3)通过旧前端Lync管理员登录虚拟机LYNC2010

4)安装.net 3.5 SP1、IIS、消息队列、Windows Media Format Runtime,并重启

通过执行如下Powershell安装

PS C:> Import-Module ServerManager
登录后复制
PS C:> Add-WindowsFeature NET-Framework,RSAT-ADDS,Telnet-Client,Web-Server,Web-Static-Content,Web-Default-Doc,Web-Http-Errors,Web-Http-Redirect,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Http-Logging,Web-Log-Libraries,Web-Http-Tracing,Web-Windows-Auth,Web-Client-Auth,Web-Filtering,Web-Stat-Compression,Web-Mgmt-Console,Web-Scripting-Tools,MSMQ-Server,MSMQ-Directory -Restart
登录后复制

Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)若要在运行 Windows Server 2008 R2 的服务器上安装 Windows Media Format Runtime,请使用以下命令:

dism.exe /online /add-package /packagepath:%windir%\servicing\Packages\Microsoft-Windows-Media-Format-Package~31bf3856ad364e35~amd64~~6.1.7600.16385.mum /ignorecheck
登录后复制

Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)5)核实安装的组件

Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)6)建立共享文件夹Lync2010share

Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)7)挂载Lync Server 2010介质安装

Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)准备AD在旧的站点已经完成,此时显示完成状态

8)准备第一个Standard Edition Server

Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)

以上就是Lync Server 2010标准版前端服务器迁移之一:新建中央站点(上)的详细内容,更多请关注php中文网其它相关文章!

最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号