728x90

최신 Lync Server 2013 Cumulative Update 파일을 다운로드 받아 둡니다.

파워쉘을 관리자 권한으로 실행합니다.

 

Step1. Get-CsPoolUpgradeReadinessState 명령어 후 State Value가 "REDY"인지 확인

PS C:\> Get-CsPoolUpgradeReadinessState


PoolName : LyncPool01.site1.mani4u.com
State : InSufficientActiveFrontEnds
TotalFrontends : 1
TotalActiveFrontends : 1
UpgradeDomains : {
UpgradeDomainName: UpgradeDomain1
IsReadyForUpgrade: True
Total FrontEnds: 1
Total Active FrontEnds: 1
Frontends: FE01.site1.mani4u.COM
}

State가 "InSufficientActiveFrontEnds"으로 표기 된다면 "stop-cswindowservice" 후

Get-CsPoolUpgradeReadinessState를 하면 State Value가 "REDY"로 변경 됩니다.

Step2. LyncServerUpdateInstaller.exe 설치

설치 완료 후 재부팅

Step3. Install-CsDatabase 설치

Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn be01.site1.mani4u.com
-Verbose

 

 

Step4. Enable the Mobility service

Enable-CsTopology

 

Step5. Enable the Unified Communications Web API

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

 

정상적으로 반영 되었는지 확인 방법

첫번째. Product

Get-WmiObject -class Win32_Product | where {$_.name -like "*Lync Server*"} | Sort-Object Name | Select Name, Version |ft -AutoSize

 

 

 

PS C:\> Get-WmiObject -class Win32_Product | where {$_.name -like "*Lync Server*
"} | Sort-Object Name | Select Name, Version |ft -AutoSize

Name Version
---- -------
Microsoft Lync Server 2013, Administrative Tools 5.0.8308.920
Microsoft Lync Server 2013, Application Host 5.0.8308.920
Microsoft Lync Server 2013, Audio Test Service 5.0.8308.920
Microsoft Lync Server 2013, Conferencing Server 5.0.8308.920
Microsoft Lync Server 2013, Core Components 5.0.8308.920
Microsoft Lync Server 2013, Front End Server 5.0.8308.920
Microsoft Lync Server 2013, Reach Fonts 5.0.8308.0
Microsoft Lync Server 2013, Web Components Server 5.0.8308.920
Microsoft Lync Server 2013, Web Conferencing Server 5.0.8308.920
Microsoft Lync Server 2013, XMPP Translating Gateway 5.0.8308.920


PS C:\>

 

 

두번째. Back End Databases 버전 체크

Test-CsDatabase -ConfiguredDatabases -SqlServerFqdn be01.site1.mani4u.com

 

아래는 CU 생성 날자별 DB 버전입니다.

Enterprise의 경우 xds와 lis는 CMS에만 존재합니다.

버전 확인 URL 참조

http://blogs.technet.com/b/dodeitte/archive/2013/07/02/how-to-verify-if-lync-server-2013-database-updates-completed-successfully.aspx

 

 

끝.

 

 

 

 

감사합니다.

728x90
728x90

 

 

Lync 2013 설치시 명령어

 

http://technet.microsoft.com/en-us/library/gg398103.aspx

http://technet.microsoft.com/en-us/library/gg412871.aspx

Install-WindowsFeature RSAT-ADDS

 

 

 

 

Import-Module ServerManager

 

 

 

 

Add-WindowsFeature Web-Server, Web-Static-Content, Web-Default-Doc, Web-Http-Errors, Web-Asp-Net, Web-Net-Ext, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Http-Tracing, Web-Basic-Auth, Web-Windows-Auth, Web-Client-Auth, Web-Filtering, Web-Stat-Compression, Web-Dyn-Compression, NET-WCF-HTTP-Activation45, Web-Asp-Net45, Web-Mgmt-Tools, Web-Scripting-Tools, Web-Mgmt-Compat, Desktop-Experience, BITS -Source f:\sources\sxs

728x90

+ Recent posts