I need to collect baseline performance data on a SQL Server running on Windows Server 2008 R2. When I open perfmon on my computer running Windows 7 and try to add counters from the remote server, I receive an error stating "Unable to connect to the machine."
I can ping the server, and I can connect using Remote Desktop.
In addition to the perfmon issue, I cannot browse shares (e.g. \uncpath\c$), connect to the remote registry, or connect to port 445 over telnet.
I'm on the same subnet as the server, and the Windows Firewall is turned off on both the server and my computer.
localhost? Doesnetstatshow listeners where you expect them?) -- Assuming everything else you're reporting is accurate the only reason I can think of that you can't connect to this host is that it's not listening... – voretaq7♦ Dec 22 '11 at 20:29netstat -aoshows the Service process is listening on TCP 445. When logged into the server, I can establish a connection by typingtelnet localhost 445. – Rob D. Dec 22 '11 at 21:48ipsecsetting? – Remus Rusanu Dec 22 '11 at 22:24netsh ipsec dynamic show allandnetsh ipsec static show all). – Rob D. Dec 22 '11 at 22:33