17370845950

Lync Server 2013升级Skype for Business Server 2015(1)

skype for business server 2015发布有一段时间了,网上也有很多类似的全新部署及升级的文章,此次升级就是随笔,把最简洁的升级部署写下来,供自己和大家参考!

此次升级拿Lync Server 2013 标准版前端服务器为例。

一、先决条件(前端服务器提前准备并安装)

安装Lync Server 2013累积更新

下载链接:https://www.microsoft.com/en-us/download/details.aspx?id=36820

更新步骤:以Lync Server 2013标准版为例,更新前端服务器,以及边缘服务器,以及更新监控和存档数据库

1、双击安装

LyncServerUpdateInstaller.exe

2、更新数据库

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn lync2013.byduc.com -Verbose

3、更新监控/存档/持久聊天数据库

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn sql2013.byduc.com -Verbose

4、更新中央存储数据库

Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn lync2013.byduc.com -SqlInstanceName rtc -Verbose

5、更新拓扑

Enable-CsTopology -v

6、启用UC API

%ProgramFiles%\Microsoft Lync Server 2013\Deployment\Bootstrapper.exe

边缘服务器,只需双击LyncServerUpdateInstaller.exe安装即可。

安装SQL Server 2012 SP1

下载链接:https://www.microsoft.com/en-US/download/details.aspx?id=35575

注意下载英文版SQLServer2012SP1-KB2674319-x64-ENU.exe

安装系统补丁KB

Windows Server 2008 R2 - KB2533623Windows Server 2012 - KB2858668Windows Server 2012 R2 - KB2982006

windows Server 2012 R2 KB2982006 

下载链接:https://support.microsoft.com/zh-cn/hotfix/kbhotfix?kbnum=2982006&kbln=zh-cn

二、找一台未安装Lync Server角色的加域的服务器,挂载Skype for Business Server 2015 ISO安装文件,安装后,安装管理工具

打开Skype for Business Server 2015拓扑生成器,升级并发布拓扑

三、停用前端服务器Lync服务

Disable-CsComputer -Scorch

四、打开前端服务器,挂载Skype for Business Server 2015安装介质,安装,点击接受许可后,进入升级界面,等完成

五、启动服务

打开前端服务器 ,执行命令

Start-CsPool

等Skype for Business Server 服务完全启动

六、最后的检查

打开Skype for Business Server控制面板,查看拓扑状态

升级完前端,边缘版本还是Lync Server 2013,用户登录使用正常。

下一篇讲解升级边缘服务器。