閒話很少說,今天來配置lync更新CU1來實現手機客戶端的登錄。數據庫
首先須要下載CU1的更新包後端
http://www.microsoft.com/en-us/download/details.aspx?id=36820服務器
封裝成ISO文件掛載到lyncfe的服務器上。打開文件夾,運行LyncServerUpdateInstallerapp
點擊安裝更新,等待安裝完成,重啓服務器。ide
完成以後須要對數據庫進行更新,打開lyncPS,執行:spa
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn lync.lab.com –Verbose3d
其中紅色爲環境的lync後端orm
(若是有鏡像數據庫的話,能夠用如下命令進行更新:blog
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn xxx.lab.com –Verbose)ci
下來肯定數據庫的實例的具體信息
Get-CsManagementConnection
得知數據庫服務器名稱爲 lync.lab.com 實例名稱爲 rtc
更新數據庫
Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn lync.lab.com -SqlInstanceName rtc -Verbose
完成以後來進行拓撲的更新
Enable-CsTopology
檢查一下更新狀態,顯示更新時間
Get-CSManagementStoreReplicationStatus –CentralManagementStoreStatus
實現手機端登錄的最後一步:
cd\
cd '.\Program Files\Microsoft Lync Server 2013\Deployment'
.\Bootstrapper.exe
更新完成,手機端能夠登陸。