1. 部署前的准备
Microsoft Lync Server 2010 Mobility Guide
http://www.microsoft.com/download/en/details.aspx?id=28355
Lync Server 2010 Hotfix KB 2493736(CU4)
http://www.microsoft.com/download/en/details.aspx?id=11551
Microsoft Lync Server 2010 移动服务和 Microsoft Lync Server 2010 自动发现服务
http://www.microsoft.com/downloads/zh-cn/details.aspx?familyid=919f20c9-6111-47f4-96bc-37d487552efe&displaylang=zh-cn
2. 配置内部DNS
新建内部DNS的别名记录别名:lyncdiscoverinternal
目标主机FQDN指向Director角色的FQDN;如果没有Director角色,将目标主机指向前端或者池的FQDN
3. 安装CU4补丁
下载
启动Lync Server Management Shell
使用Stop-CsWindowsService,停止所有的Lync Sever服务
使用net stop w3svc,停止IIS 的World Wide Web Publishing Service
运行LyncServerUpdateInstaller.exe安装相关补丁
选择 Install Updates安装补丁
安装结束
再次使用Stop-CsWindowsService命令,停止所有的Lync Sever服务
使用net start w3svc 命令启动World Wide Web Publishing Service 服务
4. 更新后端数据库
Lync标准版命令如下:
Install-CsDatabase –Update –LocalDatabases
Lync企业版无其他角色(如监控、存档)
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn <SQL Server FQDN>
Lync企业版含其他角色
Install-CsDatabase –Update –ConfiguredDatabases –SqlServerFqdn <SQL Server FQDN> -ExcludeCollocatedStores
使用Start-CsWindowsService 命令启动所以Lync服务
5. 配置监听端口
打开新的Lync Server Management Shell 执行命令
Set-CsWebServer -Identity <name of pool> -McxSipPrimaryListeningPort 5086
Set-CsWebServer -Identity <name of pool>-McxSipExternalListeningPort 5087
如:
Set-CsWebServer -Identity lync.contoso.com -McxSipPrimaryListeningPort 5086
Set-CsWebServer -Identity lync.contoso.com -McxSipExternalListeningPort 5087
使用Enable-CsTopology让拓扑生效
6. 安装IIS先决条件
在Lync Server Management Shell 里执行:
Import-Module ServerManager
7.安装移动设备的自动发现服务
将Microsoft Lync Server 2010 移动服务和 Microsoft Lync Server 2010 自动发现服务
http://www.microsoft.com/downloads/zh-cn/details.aspx?familyid=919f20c9-6111-47f4-96bc-37d487552efe&displaylang=zh-cn
放置在 C:\ProgramData\Microsoft\Lync Server\Deployment\cache\4.0.7577.0\setup\ 目录下
Lync Server Management Shell 的运行路径切换到 C:\Program Files\Microsoft Lync Server 2010\Deployment
cd “C:\Program Files\Microsoft Lync Server 2010\Deployment”
然后运行.\Bootstrapper.exe
使用命令设置移动设备是否可以外部访问
Set-CsMcxConfiguration [-ExposedWebURL <External | Internal>]
检查安装情况
8. 配置证书
打开部署向导
选择“Install or Update Lync Server System”
选择 “Request Install or Assign Certificates”
选择“Request”
选择“Send immediately to an online certification authority”
选择CA,企业CA会被自动检测到
填写证书的友好名称
查看证书中包含的FQDN
lyncdiscover.<sipdomain>
lyncdiscoverinternal.<sipdomain>
查看申请结果
查看证书的备用名称
Iphone客户端的截屏
本文出自 “UC.uc 统一沟通” 博客,转载请与作者联系!