Greetings,
My team mates recently upgraded all of our HP servers to the latest and greatest HP drivers and utilities, and they ran into a snag with one of our Exchange DAG Nodes which runs IIS 7.5. Specifically they had to completely remove and re-add the HP NIC team, HP NIC configuration utility, and the HP drivers. Once they did this though, the following errors show up any time anyone tries to start a web service:
Log Name: System
Source: Service Control Manager
Date: 8/13/2012 1:57:42 PM
Event ID: 7000
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: EXCHANGEDN2.company.com
Description:
The HTTP service failed to start due to the following error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
Log Name: System
Source: Service Control Manager
Date: 8/13/2012 1:57:42 PM
Event ID: 7001
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: EXCHANGEDN2.company.com
Description:
The World Wide Web Publishing Service service depends on the HTTP service which failed to start because of the following error:
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
This leads us to believe there is some dependency in the HTTP "service" that is preventing it from launching, but we can't find where to check and/or change this.
When we went into IIS managers and tried to "Edit bindings" on the Default Web Site, we get a "System error." message. We then went to the command line to use the APPCMD, and this is what we saw when we told it to list the sites:
C:\Windows\System32\inetsrv>appcmd list site
SITE "Default Web Site" (id:1,bindings:http/*:80:,net.tcp/808:*,net.pipe/*,net.m
smq/localhost,msmq.formatname/localhost,https/:443:,state:Unknown)
We are hesitant to remove and reinstall IIS because this server is an Exchange DAG Node, and performing that operation is not exactly an easy or simple task.
Can anyone help us figure out how we can edit the depedencies of the "HTTP Service" which doesn't show up as a service in Server Manager? We find the "HTTP" "non-Plug and Play Driver" in the Device Manager, but we can't see where to view/edit the dependencies there either.
Thanks in advance!