Re: Remote Desktop Fails on Server 2K3 After Every Restart
- From: Jason H. <JasonH@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 13:01:13 -0800
I was able to ping both ways but I haven't tried the Telnet option yet. I'll
report back when I do. However, I did notice that after this happens, the
Terminal Services service options are grayed out both via remote computer
management (I can do this, I just can't remote desktop into the server) and
sitting in front of the machine itself. Someone mentioned that it's because
I might not have sufficient priveleges but I'm logged in as the admin. Any
other thoughts?
(The options for the RPC service are also grayed out but I suspected that it
was because the TS service was in whatever state it's in now.)
"Pegasus (MVP)" wrote:
When I see this message then I invariably do this:.
- I ping the RD host by its IP address to ensure that it is correct.
- I ping the RD host by its name to ensure that it can be resolved.
- I run telnet to check if the RD port is open, e.g.
telnet MyServer 3389
And no, I have never seen this phenomenon.
"Jason H." <JasonH@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0A0B855E-59AF-44D1-885A-B323E81C4649@xxxxxxxxxxxxxxxx
Thanks for the prompt reply. Unfortunately, the logs show nothingrelating
to Terminal Services at the time of reboot - in fact, nothing relating toto
anything pertinent.
I can implement the script you've provided (many thanks for that) but it's
definitely not the ideal solution. Have you never heard of anything like
this?
Anyways, to answer your question, the message I get when I try to connect
the server is: "The computer can't connect to the remote computer. Tryremote
connecting again. If the problem continues, contact the owner of the
computer or your network administrator."Remote
Thanks again for that script.
- JH
"Pegasus (MVP)" wrote:
"Jason H." <JasonH@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D9D788AD-3FFC-4493-83F7-8097EA2B589A@xxxxxxxxxxxxxxxx
For about 6 months now, our 2K3 servers have had the same issue:
theDesktop stops working after a restart (be it for patches or just
maintenance.) Every single time, we have to log on to the machine at
serverconsole and restart it again. This fixes the problem - EVERY SINGLETIME -
and we're able to remote desktop into the servers again after this
Anyonerestart. This issue does NOT apply to our Win2K servers. We have noproblem
connecting to those via Remote Desktop after they are restarted.
have
any idea what may be going on? Restarting a server that's hostingcritical
services can be taxing enough - have to reboot it twice is just
frustrating...for us and our users.
You should examine the Event Log on these servers and check specifically
for messages about the Terminal Server service.
What exactly is the message you see when you attempt to launch an RD
session?
Until you find the cause of your problem, you should implement an
automatic second reboot. Manually create a file c:\windows\reboot.txt,
then use the Task Scheduler to run this batch file at boot time:
@echo off
if not exist c:\windows\reboot.txt goto :eof
del c:\windows\reboot.txt
shutdown /.. /.. /..
Select the appropriate switches to reboot the machine within
five minutes.
- References:
- Re: Remote Desktop Fails on Server 2K3 After Every Restart
- From: Pegasus \(MVP\)
- Re: Remote Desktop Fails on Server 2K3 After Every Restart
- From: Pegasus \(MVP\)
- Re: Remote Desktop Fails on Server 2K3 After Every Restart
- Prev by Date: Re: Best Way to Recover from Failed Windows 2003 Domain Upgrade?
- Next by Date: File Sharing in Workgroup
- Previous by thread: Re: Remote Desktop Fails on Server 2K3 After Every Restart
- Next by thread: Re: Reconfigure a Domain Controller
- Index(es):
Relevant Pages
|