Lync更新CU1來實現手機端登錄


閒話很少說,今天來配置lync更新CU1來實現手機客戶端的登錄。數據庫


首先須要下載CU1的更新包後端

http://www.microsoft.com/en-us/download/details.aspx?id=36820服務器


封裝成ISO文件掛載到lyncfe的服務器上。打開文件夾,運行LyncServerUpdateInstallerapp



173817675.png

點擊安裝更新,等待安裝完成,重啓服務器。ide

173817547.png

173817152.png



完成以後須要對數據庫進行更新,打開lyncPS,執行:spa

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn lync.lab.com –Verbose3d

其中紅色爲環境的lync後端orm

173817138.png

173817544.png

173818304.png


(若是有鏡像數據庫的話,能夠用如下命令進行更新:blog

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn xxx.lab.com –Verboseci


下來肯定數據庫的實例的具體信息

Get-CsManagementConnection


得知數據庫服務器名稱爲 lync.lab.com  實例名稱爲 rtc



173818260.png

更新數據庫

Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn lync.lab.com -SqlInstanceName rtc -Verbose


完成以後來進行拓撲的更新

Enable-CsTopology


173818108.png

檢查一下更新狀態,顯示更新時間

Get-CSManagementStoreReplicationStatus –CentralManagementStoreStatus


173818960.png


實現手機端登錄的最後一步:

cd\

cd '.\Program Files\Microsoft Lync Server 2013\Deployment'

.\Bootstrapper.exe

173818257.png


更新完成,手機端能夠登陸。

相關文章
相關標籤/搜索