tduzan Posted September 11, 2008 Posted September 11, 2008 I've got 4 Proliant DL380s running Windows Server 2003 that I upgraded to Service Pack 2, since the upgrade they haven't responded to pings. All services run fine and accepts connections fine,but they do not respond to pings from any other hosts on the network. Pinging the loopback from the server works, and I've ensured that there are no firewalls or anything else that would be blocking ICMP between the servers and the client machines. It was brought to my attention after we deployed a new asset tracking system that enumerates Windows systems via RPC/DCOM, but pings first to see if the host is alive, and it was unable to enumerate these 4 servers. There are 6 identical servers in the same rack with them that also have SP2 installed that have no issues. I've also confirmed that there is nothing in the NIC hardware configuration itself that could be causing this issue. Any ideas, because I'm stumped?
tduzan Posted September 19, 2008 Author Posted September 19, 2008 Bumping again, 43 views, no replies? I know this is a weird issue, but I'm hoping somebody has an idea.
GrofLuigi Posted September 20, 2008 Posted September 20, 2008 Bumping again, 43 views, no replies? I know this is a weird issue, but I'm hoping somebody has an idea.I didn't reply because I thought I had nothing useful to say, but since you seem to be willing to accept anything, let's try a longshot:Some firewalls may reject network traffic that originates from Windows Server 2003 Service Pack 1-based or Windows Vista-based computersOther ideas:- anything about RPC (HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Rpc)- anything about firewall- anything about IPSECGL
cluberti Posted September 20, 2008 Posted September 20, 2008 Also, if you're using Broadcom (or rebranded Broadcom, like HP internal NICs for instance) NICs, consider disabling large send offload in the driver config as well. Broadcom drivers are known to work poorly with the Scalable Networking Pack (introduced in KB912222 and SP2 for 2K3). Broadcom isn't the only one, but they're the largest offender.Next, make the following registry changes:Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ParametersValue: EnableTCPChimneyType: REG_DWORDData: 0Value: EnableTCPAType: REG_DWORDData: 0Value: EnableRSSType: REG_DWORDData: 0Lastly, install the hotfix in KB950224.Once done, reboot, and see what happens.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now