Remote Desktop Problems

desktopremoteserviceterminalwindows-server-2003

I rebooted our 2k3 server box, and it looks like its hanging for some reason and I can't connect via terminal services to investigate. Any suggestions to resolve this issue?

Update

  • Working on vpn – server is a stand
    alone sql server – no domain – development environment
  • Can ping
  • SQL Service, everything else is running fine, just cant connect via RD, trying console doesn't work either.

Update 5:41 PM EST

  • tried using psShutdown -r -f, and shutdown /r/f with no luck. I think I did manage to take out the RPC service though as it is no longer responding.
  • It's still responding to pings though. Also, just for kicks I tried to telnet to the remote port, something seems to be listening on 3389.

  • When trying to use mstsc in any mode i get the Remote Desktop Disconnected Message.

6:04 PM EST
– Going to need a manual reboot I think. Thanks everyone for the advice, I learned some good tips.

Best Answer

Does your server have multiple NIC's installed? We ran into a behavior that occurs on some servers where the server gets rebooted but you cannot connect via RDP, but it doesn't happen every time.

We finally tracked it down to an obscure bug (IMHO) where having the RDP bound to all interfaces (which is the default) can cause the behavior. Fortunately, the first server we had that happen on had a DRAC which allowed us to correct the problem remotely. The second one did not.

The solution was to explicity bind RDP to the interface it was suppose to be using. Since then we haven't had a problem. In the case of our second server we were able to issue a reboot command from another machine on the network and when it came back up we were able to connect and fix the issue. The command was:

shutdown /r /f /t 000 /m \\<servername>

or you can use this command to show the GUI for it

shutdown /i
Related Topic