Re: Can no longer use remote administration after SP2 Update
You can actually use the shutdown command to shutdown a remote
server. The fact that rdp isn't working doesn't automatically mean
that you have lost all remote access to the server.
shutdown -r -m \\<remote_server_name> would probably have done the
trick.
Anyway, since a reboot didn't help, can you check (and this has to
be done at the console) if the server is listening on port 3389?
Type "netstat -an" (without the quotes) at a command prompt.
If it doesn't, check the settings for Remote Desktop for
Administration. Is it still enabled?
If the server is listening on port 3389, try (from the console) to
connect to the server itself (use "localhost" as the servername).
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting:
http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___
=?Utf-8?B?S2V2aW4=?= <Kevin@discussions.microsoft.com> wrote on 11
jul 2007 in microsoft.public.windows.terminal_services:
> Thank you for your reply. I have rebooted the server several
> times since and still don't have any access to it remotely. (of
> course, I had to reboot while onsite instead of using the
> shutdown command since I am unable to connect to it remotely).
>
> "Vera Noest [MVP]" wrote:
>
>> I don't know what caused the problem, but I'm pretty sure that
>> in the current situation you will need to reboot the server
>> once more to fix the problem.
>> You can do that from the console, or try to reboot the server
>> remotely with the shutdown command.
>> Type shutdown /? for options.
>> _________________________________________________________
>> Vera Noest
>> MCSE, CCEA, Microsoft MVP - Terminal Server
>> TS troubleshooting: http://ts.veranoest.net
>> ___ please respond in newsgroup, NOT by private email ___
>>
>> =?Utf-8?B?S2V2aW4=?= <Kevin@discussions.microsoft.com> wrote on
>> 11 jul 2007 in microsoft.public.windows.terminal_services:
>>
>> > I logged in remotely and remotely performed the upgrade to
>> > SP2. After I rebooted server, the upgrade works fine but I
>> > can no longer use remote desktop connection to connect to my
>> > Windows 2003 Server. I cannot even use remote administration
>> > to this server when I'm on another computer on the same
>> > network. Any ideas of what may have caused this problem and
>> > a possible fix?