728x90

참고 - URL

https://technet.microsoft.com/ko-kr/library/gg398069(v=ocs.15).aspx

728x90
728x90

CU 설치 시, 아래 박스안의 오류가 발생 되었다.

해결 방법

제어판>방화벽>Windows 방화벽을 통해 프로그램 또는 기능 허용

Windows Management Instrumentation(WMI) 체크

 

Install-CsDatabase : Command execution failed: Cannot determine where to instal
l database files because Windows Management Instrumentation on the database ser
ver is unavailable from your computer or user account. To continue, you can res
olve this issue, or you can specify where you want to install the files.
At line:1 char:1
+ Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn be01.site1.mani4u.com

 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
    + CategoryInfo          : InvalidOperation: (:) [Install-CsDatabase], Depl
   oymentException
    + FullyQualifiedErrorId : ProcessingFailed,Microsoft.Rtc.Management.Deploy
   ment.InstallDatabaseCmdlet 

 

 

참조

http://www.wardvissers.nl/2011/01/05/microsoft-lync-error-microsoft-rtc-management-deployment-deploymentexception-cannot-determine-where-to-install-database-files-because-windows-management-instrumentation-on-the-datab/

Step 1:

  1. Click Start, and then click Control Panel.
  2. Open the Windows Firewall program.
  3. Click Change Settings to the Windows Firewall Settings dialog box.
  4. Verify that Windows Firewall is turned on, and then click the Exceptions tab.
  5. In the To enable an exception, select its check box window, scroll to locate the Remote Administration Program or Port exception.
  6. Make sure that the Remote Administration Program or Port exception is selected.
  7. Click OK to close the Windows Firewall Settings dialog box.

                image

Step 2: I had named the pool different than the server name, so I needed to add an A record or CNAME Record to DNS to get past.

 

 

끝.

728x90
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

+ Recent posts