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

部署 Lync 2010 移动电话(Internal)_Mobility

3. 安装CU4补丁

下载

部署 Lync 2010 移动电话(Internal)_Microsoft_02

启动Lync Server Management Shell

使用Stop-CsWindowsService,停止所有的Lync Sever服务

部署 Lync 2010 移动电话(Internal)_Microsoft_03

使用net stop w3svc,停止IIS 的World Wide Web Publishing Service

部署 Lync 2010 移动电话(Internal)_Iphone Lync_04

运行LyncServerUpdateInstaller.exe安装相关补丁

部署 Lync 2010 移动电话(Internal)_Lync 2010_05

选择 Install Updates安装补丁

部署 Lync 2010 移动电话(Internal)_移动_06

安装结束

部署 Lync 2010 移动电话(Internal)_移动_07

再次使用Stop-CsWindowsService命令,停止所有的Lync Sever服务

使用net start w3svc 命令启动World Wide Web Publishing Service 服务

部署 Lync 2010 移动电话(Internal)_Microsoft_08

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

部署 Lync 2010 移动电话(Internal)_Iphone Lync_09

使用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

部署 Lync 2010 移动电话(Internal)_移动_10

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

部署 Lync 2010 移动电话(Internal)_Iphone Lync_11

放置在 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

部署 Lync 2010 移动电话(Internal)_Lync 2010_12

使用命令设置移动设备是否可以外部访问

Set-CsMcxConfiguration [-ExposedWebURL <External | Internal>]

检查安装情况

部署 Lync 2010 移动电话(Internal)_Lync 2010_13

部署 Lync 2010 移动电话(Internal)_Iphone Lync_14

8. 配置证书

打开部署向导

部署 Lync 2010 移动电话(Internal)_Microsoft_15

选择“Install or Update Lync Server System”

部署 Lync 2010 移动电话(Internal)_移动_16

选择 “Request Install or Assign Certificates”

部署 Lync 2010 移动电话(Internal)_移动_17

选择“Request”

部署 Lync 2010 移动电话(Internal)_Microsoft_18

选择“Send immediately to an online certification authority”

部署 Lync 2010 移动电话(Internal)_Microsoft_19

选择CA,企业CA会被自动检测到

部署 Lync 2010 移动电话(Internal)_Mobility_20

填写证书的友好名称

部署 Lync 2010 移动电话(Internal)_移动_21

查看证书中包含的FQDN

lyncdiscover.<sipdomain>

lyncdiscoverinternal.<sipdomain>

部署 Lync 2010 移动电话(Internal)_Lync 2010_22

查看申请结果

部署 Lync 2010 移动电话(Internal)_Iphone Lync_23

查看证书的备用名称

部署 Lync 2010 移动电话(Internal)_Mobility_24

Iphone客户端的截屏

部署 Lync 2010 移动电话(Internal)_Microsoft_25