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

+ Recent posts