Lync & SFB & Team

Skype for business Server 2015. 필수 구성요소 KB2982006 가 설치되지 않는 증상

Pepuri 2017. 12. 25. 04:18
반응형

최근에는 롤업 형태로 업데이트가 제공되어서 혹시나 하는 마음에 KB2982006 설치를 하지 않고 진행해 보았습니다.

 

Windows Server 2012 R2 환경에서 구성요소 설치 진행

 

다음과 같이 오류가 발생하는 것을 확인할 수 있습니다.

 

필수 구성 요소가 충족되지 않음: 비즈니스용 Skype 서버 2015를 설치하기 전에 Windows Server 2012 R2 업데이트를 설치해야 합니다. 업데이트에 관한 자세한 내용은 http://go.microsoft.com/fwlink/?LinkId=519376에서 Microsoft 기술 자료 문서 2982006, "Windows 8.1 또는 Windows Server 2012 R2에서 기본 문서를 요청 하는 경우에 종종 IIS 충돌"을 참조하세요.

 

로그는 다음과 같이 나타납니다.

 

오류: 필수 구성 요소가 충족되지 않음: 비즈니스용 Skype 서버 2015를 설치하기 전에 Windows Server 2012 R2 업데이트를 설치해야 합니다. 업데이트에 관한 자세한 내용은 http://go.microsoft.com/fwlink/?LinkId=519376에서 Microsoft 기술 자료 문서 2982006, "Windows 8.1 또는 Windows Server 2012 R2에서 기본 문서를 요청 하는 경우에 종종 IIS 충돌"을 참조하세요.

 

안내사항대로 아래의 기술자료에 접속하여 Hotfix  를 다운로드 및 설치 작업을  진행해 보았습니다.

 

 

IIS crashes occasionally when a request is sent to a default document in Windows 8.1 or Windows Server 2012 R2

https://support.microsoft.com/en-us/help/2982006/iis-crashes-occasionally-when-a-request-is-sent-to-a-default-document

 

설치시 다음과 같이 오류 발생

 

The update is not applicable your computer.

 

이벤트 로그 확인

 

Windows update  could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\system32\wusa.exe" "C:\Users\lync-admin\Desktop\Windows8.1-KB2982006-x64.msu" ")

 

관련하여 아래의 Technet Blog 글에 자세히 나와 있습니다.

Prerequisite (KB2982006) not satisfied when trying to install Skype for Business Server 2015

https://blogs.technet.microsoft.com/uclobby/2015/07/11/prerequisite-kb2982006-not-satisfied-when-trying-to-install-sfb-server-2015/

 

 

Expand -F:* C:\Update\Windows8.1-KB2982006-x64.msu C:\Update\KB2982006

dism /Online /Add-Package /PackagePath:C:\Update\KB2982006\Windows8.1-KB2982006-x64.cab

 

 

명령어 예시)

Expand -F:* C:\Update\Windows8.1-KB2982006-x64.msu C:\Update\KB2982006

dism /Online /Add-Package /PackagePath:C:\Update\KB2982006\Windows8.1-KB2982006-x64.cab

 

정상적으로 진행 완료

반응형