Лучший отвечающий
Проблема с установкой Lync Server 2013 - не видит компоненты IIS

Вопрос
-
На втором этапе установки Lync Server 2013 выдается ошибка:
Требования к обязательному компоненту не удовлетворены: До установки этого продукта необходимо установить следующие ролевые службы IIS: статическое содержимое, документ по умолчанию, ошибки HTTP, ASP.NET, .NET Extensibility, расширения Internet Server API (ISAPI), фильтры ISAPI, ведение журнала HTTP, средства ведения журнала, трассировку, проверку подлинности с сопоставлением сертификата клиента, проверку подлинности Windows, фильтрацию запросов, сжатие статического содержимого, сжатие динамического содержимого, консоль управления IIS, сценарии и средства управления IIS
При этом, все компоненты установлены. Вот что пишется в журнале ошибок:
Имя обязательного компонента: IIS7Features
Тип обязательного компонента: block
Метод проверки состояния обязательного компонента: !IIS7FeaturesInstalled(StaticContent|DefaultDocument|HttpErrors|ASPNET|NetFxExtensibility|ISAPIExtensions|ISAPIFilter|HttpLogging|LoggingLibraries|HttpTracing|ClientCertificateMappingAuthentication|WindowsAuthentication|RequestFiltering|HttpCompressionStatic|HttpCompressionDynamic|ManagementConsole|ManagementScriptingTools)
Результат проверки состояния: True Требования к обязательному компоненту не удовлетворены Трассировка стека: в Microsoft.Rtc.Internal.Tools.Bootstrapper.BootstrapperTask.AddMsiPrereq(String prereqName)
в Microsoft.Rtc.Management.Internal.Utilities.LogWriter.InvokeAndLog[T](Action`1 action, T arg)28 ноября 2013 г. 8:23
Ответы
-
Prepare Your Front End Server
- Server Requirements
- Front End server must be joined to domain
- FE must have UI installed
- Install Silverlight (will save time later)
- Front End Must have these Features
- Roles
- Web Server (IIS)
- Features
- Message Queuing | Message Queuing Services
- Remote Server Administration Tools | Role Administration Tools | AD DS and AD LDS Tools
- User Interfaces and Infrastructure | Desktop Experience
- Windows Identity Foundation 3.5
- .NET Framework 3.5 Features
- .NET Framework 3.5
- HTTP Activation (Important!)
- Non-HTTP Activation
- .NET Framework 4.5 (all options)
- Roles
- Web Server (IIS)
- Role Services
- Common Http Features Installed
- Static
- Default doc
- Https errors
- Health and Diagnostics
- Http logging
- Logging Tools
- Tracing
- Performance
- Static Content Compression
- Dynamics Content Compression
- Security
- Request Filtering
- Client Cert Mapping Authentication
- Windows Authentication
- Management Tools
- IIS Mgt Console
- IIS mgt Scripts and Tools
- Application Development
- ASP.NET 3.5
- ASP.NET 4.5
- .NET extensibility 3.5
- .NET extensibility 4.5
- ISAPI extensions
- ISAPI Filters
- Common Http Features Installed
- Role Services
- Web Server (IIS)
- Roles
Install using Windows Server 2012 “Add Roles and Features Wizard”
Reboot Front End and login as Domain Administrator.
Tip: You can also install these prerequisites using Powershell scripts:
http://www.ehloworld.com/1697
http://y0av.wordpress.com/2012/07/31/lync-2013-prerequisites/- Помечено в качестве ответа OlchaTihiro 3 декабря 2013 г. 6:40
28 ноября 2013 г. 8:28 - Server Requirements
-
Попробуйте установить из power Shell как сказано здесь
http://technet.microsoft.com/ru-ru/library/gg412871.aspx
В 64-разрядной ОС Windows Server 2008 R2 с пакетом обновления 1 (SP1) можно использовать Windows PowerShell 2.0. Сначала нужно импортировать модуль ServerManager, а затем установить роль и службы роли IIS 7.5.
Import-Module ServerManager
Add-WindowsFeature Web-Server, Web-Static-Content, Web-Default-Doc, Web-Scripting-Tools, Web-Windows-Auth, Web-Asp-Net, Web-Log-Libraries, Web-Http-Tracing, Web-Stat-Compression, Web-Dyn-Compression, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Errors, Web-Http-Logging, Web-Net-Ext, Web-Client-Auth, Web-Filtering, Web-Mgmt-Console
В Windows Server 2012 можно использовать Windows PowerShell 3.0 для установки требований IIS. Используя модуль ServerManager в Windows PowerShell 3.0, введите:
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-Framework-45-Core, NET-WCF-HTTP-Activation45, Web-Asp-Net45, Web-Mgmt-Tools, Web-Scripting-Tools, Web-Mgmt-Console Web-Mgmt-Compat, Windows-Identity-Foundation, Server-Media-Foundation, BITS -Source D:\sources\sxs
http://www.useto.ru
- Помечено в качестве ответа OlchaTihiro 28 ноября 2013 г. 12:05
28 ноября 2013 г. 8:31 -
+ ещё установить:
Windows Management Framework 3.0 - http://www.microsoft.com/en-us/download/details.aspx?id=34595
IIS 7.5 FIX - http://support.microsoft.com/kb/2708075
- Помечено в качестве ответа OlchaTihiro 3 декабря 2013 г. 6:40
28 ноября 2013 г. 11:52
Все ответы
-
Prepare Your Front End Server
- Server Requirements
- Front End server must be joined to domain
- FE must have UI installed
- Install Silverlight (will save time later)
- Front End Must have these Features
- Roles
- Web Server (IIS)
- Features
- Message Queuing | Message Queuing Services
- Remote Server Administration Tools | Role Administration Tools | AD DS and AD LDS Tools
- User Interfaces and Infrastructure | Desktop Experience
- Windows Identity Foundation 3.5
- .NET Framework 3.5 Features
- .NET Framework 3.5
- HTTP Activation (Important!)
- Non-HTTP Activation
- .NET Framework 4.5 (all options)
- Roles
- Web Server (IIS)
- Role Services
- Common Http Features Installed
- Static
- Default doc
- Https errors
- Health and Diagnostics
- Http logging
- Logging Tools
- Tracing
- Performance
- Static Content Compression
- Dynamics Content Compression
- Security
- Request Filtering
- Client Cert Mapping Authentication
- Windows Authentication
- Management Tools
- IIS Mgt Console
- IIS mgt Scripts and Tools
- Application Development
- ASP.NET 3.5
- ASP.NET 4.5
- .NET extensibility 3.5
- .NET extensibility 4.5
- ISAPI extensions
- ISAPI Filters
- Common Http Features Installed
- Role Services
- Web Server (IIS)
- Roles
Install using Windows Server 2012 “Add Roles and Features Wizard”
Reboot Front End and login as Domain Administrator.
Tip: You can also install these prerequisites using Powershell scripts:
http://www.ehloworld.com/1697
http://y0av.wordpress.com/2012/07/31/lync-2013-prerequisites/- Помечено в качестве ответа OlchaTihiro 3 декабря 2013 г. 6:40
28 ноября 2013 г. 8:28 - Server Requirements
-
Попробуйте установить из power Shell как сказано здесь
http://technet.microsoft.com/ru-ru/library/gg412871.aspx
В 64-разрядной ОС Windows Server 2008 R2 с пакетом обновления 1 (SP1) можно использовать Windows PowerShell 2.0. Сначала нужно импортировать модуль ServerManager, а затем установить роль и службы роли IIS 7.5.
Import-Module ServerManager
Add-WindowsFeature Web-Server, Web-Static-Content, Web-Default-Doc, Web-Scripting-Tools, Web-Windows-Auth, Web-Asp-Net, Web-Log-Libraries, Web-Http-Tracing, Web-Stat-Compression, Web-Dyn-Compression, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Errors, Web-Http-Logging, Web-Net-Ext, Web-Client-Auth, Web-Filtering, Web-Mgmt-Console
В Windows Server 2012 можно использовать Windows PowerShell 3.0 для установки требований IIS. Используя модуль ServerManager в Windows PowerShell 3.0, введите:
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-Framework-45-Core, NET-WCF-HTTP-Activation45, Web-Asp-Net45, Web-Mgmt-Tools, Web-Scripting-Tools, Web-Mgmt-Console Web-Mgmt-Compat, Windows-Identity-Foundation, Server-Media-Foundation, BITS -Source D:\sources\sxs
http://www.useto.ru
- Помечено в качестве ответа OlchaTihiro 28 ноября 2013 г. 12:05
28 ноября 2013 г. 8:31 -
+ ещё установить:
Windows Management Framework 3.0 - http://www.microsoft.com/en-us/download/details.aspx?id=34595
IIS 7.5 FIX - http://support.microsoft.com/kb/2708075
- Помечено в качестве ответа OlchaTihiro 3 декабря 2013 г. 6:40
28 ноября 2013 г. 11:52 -
спасибо огромное, помогло колдовство с командной строкой. а вот фиксы это для 2008 сервака, хотя ТС не обозначил версию сервера. всем спасибо
компоненты IIS с .net необходимо ставить после накатывания 4 фрэймворка, либо сразу указывать на дистриб сервака как в примере (-Source D:\sources\sxs)- Изменено ©©©® 28 января 2014 г. 7:59
28 января 2014 г. 7:56