-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows server core: Errors on installing IIS (due to unsupported features) #387
Comments
This is because there is no ui on server correct. |
@EasyAsABC123 that is correct for the IIS-ManagementConsole, however IIS-ASPNET will fail as well as it is not supported by Core. |
right, i have a fix for the IIS-ManagementConsole i believe...ASPNET i am still looking into, you aren't running a Nano Server right? |
because this says you can install IIS-ASPNET on the server |
Should be resolved in #388 if you want to test it |
@EasyAsABC123 thanks for the quick response, however the change will not work. I tried manually installing the IIS-ASPNET, IIS-ManagementService features and it failed confirming that it is not supported in Windows Core. screenshot below |
k, yeah Core isn't supported in the current version this is just a quick attempt to get it working for you. I'm in Europe on Holiday for another 7 days but i might do some work on this on the planes or trains i'll be riding. The issue being I don't have a Windows Core server to test with on me and the internet in europe thus far has been much much below sub-par. So consider this in-progress but delayed. |
@prajaktk if you could run https://technet.microsoft.com/en-us/library/jj574158(v=ws.11).aspx#Anchor_0 the Get Features command and then post it here or link it to me. |
FYI. this will still happen on 2012 and 2016 if the image has some Windows updates (2966827 or |
You mean on core versions? |
standard as well |
So if I uninstall this hotrod I should experience this issue in the kitchen tests? |
@prajaktk @joshoohaah k so just to make sure i can recap, we need to check that a hotfix is installed, also need to test this on core server. |
Is this fixed I'm running into this same issue ? |
@Dave3of5 no it isn't, it is still an open issue. I don't have a copy of windows core, the information i need is
|
Cookbook version
4.1.0 (but this error will occur with all version)
Chef-client version
12.19.36
Platform Details
Windows Server 2016 Core
Scenario:
Installing IIS using the iis cookbook fails on server core machine during installation of the IIS-ASPNET, IIS-ManagementConsole and IIS-ManagementService features (not supported features in windows core https://docs.microsoft.com/en-us/iis/manage/working-with-server-core/iis-70-on-server-core)
Steps to Reproduce:
The mod_aspnet and mod_management recipes fail when the iis cookbook is run on a Windows 2016 Server Core machine
Expected Result:
The mod_aspnet and mod_management recipes are skipped and IIS is installed.
Actual Result:
The text was updated successfully, but these errors were encountered: