MS OS - Microsoft Forum to Usenet Gateway Header Right
Navbar Left Navbar Right


hi all, I have this weird and maybe funny problem and I hope that some one can give me an answer. I connected to a win 2k3 server in another



Reply
Old 11-20-2008, 04:32 PM   #1
Fadi
Guest
 
Posts: n/a
Default restart computer throw remote desktop

hi all,
I have this weird and maybe funny problem and I hope that some one can
give me an answer.
I connected to a win 2k3 server in another site by RDP
and from that server I connected to win xp within that network to configure
it and I needed to restart it so I executed shutdown -r command (without -f)
but for some reason it doesn't complete the restart process
and now... it wont restart and stucked , also didn't accept shutdown -a
command
and I cannot connect to it by RDP
and there is no one in that site tell sunday
I think the only way to access it by Scheduled Tasks (at least it didn't
stop
till now) but I don't now what should I run to force it to restart!!!!

Thanks in advance guys

Fadi



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-20-2008, 04:43 PM   #2
Pegasus \(MVP\)
Guest
 
Posts: n/a
Default Re: restart computer throw remote desktop


"Fadi" <fadi_naser@hotmail.com> wrote in message
news:%23AjSNe1SJHA.5200@TK2MSFTNGP05.phx.gbl...
> hi all,
> I have this weird and maybe funny problem and I hope that some one can
> give me an answer.
> I connected to a win 2k3 server in another site by RDP
> and from that server I connected to win xp within that network to
> configure
> it and I needed to restart it so I executed shutdown -r command
> (without -f)
> but for some reason it doesn't complete the restart process
> and now... it wont restart and stucked , also didn't accept shutdown -a
> command
> and I cannot connect to it by RDP
> and there is no one in that site tell sunday
> I think the only way to access it by Scheduled Tasks (at least it didn't
> stop
> till now) but I don't now what should I run to force it to restart!!!!
>
> Thanks in advance guys
>
> Fadi


You're probably stuck until you can get someone to the console. In the
meantime you could try this command from a Command Prompt on your server:
psexec \\ProblemPC cmd
If this works then you could try psshutdown.exe (I'm not sure about the
spelling). You can download both commands from www.sysinternals.com.


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 11-20-2008, 05:36 PM   #3
Fadi
Guest
 
Posts: n/a
Default Re: restart computer throw remote desktop

thanks for the reply Pegasus
first command run successfully
but the second one stopped like this
===============
C:\WINDOWS\system32>psshutdown -r -f

PsShutdown v2.52 - Shutdown, logoff and power manage local and remote
systems
Copyright (C) 1999-2006 Mark Russinovich
Sysinternals - www.sysinternals.com
===============

actually I thought that if I could kill some of main processes on that pc
the OS will forced itself to reboot... could I?
and if yes... witch process should I kill??


"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
news:OLCAXk1SJHA.1172@TK2MSFTNGP03.phx.gbl...
>
> "Fadi" <fadi_naser@hotmail.com> wrote in message
> news:%23AjSNe1SJHA.5200@TK2MSFTNGP05.phx.gbl...
>> hi all,
>> I have this weird and maybe funny problem and I hope that some one can
>> give me an answer.
>> I connected to a win 2k3 server in another site by RDP
>> and from that server I connected to win xp within that network to
>> configure
>> it and I needed to restart it so I executed shutdown -r command
>> (without -f)
>> but for some reason it doesn't complete the restart process
>> and now... it wont restart and stucked , also didn't accept shutdown -a
>> command
>> and I cannot connect to it by RDP
>> and there is no one in that site tell sunday
>> I think the only way to access it by Scheduled Tasks (at least it didn't
>> stop
>> till now) but I don't now what should I run to force it to restart!!!!
>>
>> Thanks in advance guys
>>
>> Fadi

>
> You're probably stuck until you can get someone to the console. In the
> meantime you could try this command from a Command Prompt on your server:
> psexec \\ProblemPC cmd
> If this works then you could try psshutdown.exe (I'm not sure about the
> spelling). You can download both commands from www.sysinternals.com.
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-20-2008, 05:54 PM   #4
Pegasus \(MVP\)
Guest
 
Posts: n/a
Default Re: restart computer through remote desktop

You should test-drive psshutdown.exe on a local machine so that you know how
it behaves. If it then fails to perform as expected on the remote machine
then you're stuck. Shutting down various processes is unlikely to help you.


"Fadi" <fadi_naser@hotmail.com> wrote in message
news:%23JANDC2SJHA.3468@TK2MSFTNGP02.phx.gbl...
> thanks for the reply Pegasus
> first command run successfully
> but the second one stopped like this
> ===============
> C:\WINDOWS\system32>psshutdown -r -f
>
> PsShutdown v2.52 - Shutdown, logoff and power manage local and remote
> systems
> Copyright (C) 1999-2006 Mark Russinovich
> Sysinternals - www.sysinternals.com
> ===============
>
> actually I thought that if I could kill some of main processes on that pc
> the OS will forced itself to reboot... could I?
> and if yes... witch process should I kill??
>
>
> "Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
> news:OLCAXk1SJHA.1172@TK2MSFTNGP03.phx.gbl...
>>
>> "Fadi" <fadi_naser@hotmail.com> wrote in message
>> news:%23AjSNe1SJHA.5200@TK2MSFTNGP05.phx.gbl...
>>> hi all,
>>> I have this weird and maybe funny problem and I hope that some one can
>>> give me an answer.
>>> I connected to a win 2k3 server in another site by RDP
>>> and from that server I connected to win xp within that network to
>>> configure
>>> it and I needed to restart it so I executed shutdown -r command
>>> (without -f)
>>> but for some reason it doesn't complete the restart process
>>> and now... it wont restart and stucked , also didn't accept shutdown -a
>>> command
>>> and I cannot connect to it by RDP
>>> and there is no one in that site tell sunday
>>> I think the only way to access it by Scheduled Tasks (at least it didn't
>>> stop
>>> till now) but I don't now what should I run to force it to restart!!!!
>>>
>>> Thanks in advance guys
>>>
>>> Fadi

>>
>> You're probably stuck until you can get someone to the console. In the
>> meantime you could try this command from a Command Prompt on your server:
>> psexec \\ProblemPC cmd
>> If this works then you could try psshutdown.exe (I'm not sure about the
>> spelling). You can download both commands from www.sysinternals.com.
>>

>
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-20-2008, 07:46 PM   #5
Fadi
Guest
 
Posts: n/a
Default Re: restart computer through remote desktop

actully i did test it,
but you are right, i tried to kill processes but it didnt help
anyway forgitting -f gives me 2 days break i think i need
thanks for help

"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
news:%230qK3L2SJHA.1164@TK2MSFTNGP03.phx.gbl...
> You should test-drive psshutdown.exe on a local machine so that you know
> how it behaves. If it then fails to perform as expected on the remote
> machine then you're stuck. Shutting down various processes is unlikely to
> help you.
>
>
> "Fadi" <fadi_naser@hotmail.com> wrote in message
> news:%23JANDC2SJHA.3468@TK2MSFTNGP02.phx.gbl...
>> thanks for the reply Pegasus
>> first command run successfully
>> but the second one stopped like this
>> ===============
>> C:\WINDOWS\system32>psshutdown -r -f
>>
>> PsShutdown v2.52 - Shutdown, logoff and power manage local and remote
>> systems
>> Copyright (C) 1999-2006 Mark Russinovich
>> Sysinternals - www.sysinternals.com
>> ===============
>>
>> actually I thought that if I could kill some of main processes on that pc
>> the OS will forced itself to reboot... could I?
>> and if yes... witch process should I kill??
>>
>>
>> "Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
>> news:OLCAXk1SJHA.1172@TK2MSFTNGP03.phx.gbl...
>>>
>>> "Fadi" <fadi_naser@hotmail.com> wrote in message
>>> news:%23AjSNe1SJHA.5200@TK2MSFTNGP05.phx.gbl...
>>>> hi all,
>>>> I have this weird and maybe funny problem and I hope that some one can
>>>> give me an answer.
>>>> I connected to a win 2k3 server in another site by RDP
>>>> and from that server I connected to win xp within that network to
>>>> configure
>>>> it and I needed to restart it so I executed shutdown -r command
>>>> (without -f)
>>>> but for some reason it doesn't complete the restart process
>>>> and now... it wont restart and stucked , also didn't accept shutdown -a
>>>> command
>>>> and I cannot connect to it by RDP
>>>> and there is no one in that site tell sunday
>>>> I think the only way to access it by Scheduled Tasks (at least it
>>>> didn't stop
>>>> till now) but I don't now what should I run to force it to restart!!!!
>>>>
>>>> Thanks in advance guys
>>>>
>>>> Fadi
>>>
>>> You're probably stuck until you can get someone to the console. In the
>>> meantime you could try this command from a Command Prompt on your
>>> server:
>>> psexec \\ProblemPC cmd
>>> If this works then you could try psshutdown.exe (I'm not sure about the
>>> spelling). You can download both commands from www.sysinternals.com.
>>>

>>
>>

>
>



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-24-2008, 12:41 PM   #6
Pegasus \(MVP\)
Guest
 
Posts: n/a
Default Re: restart computer through remote desktop

"Fadi" <fadi_naser@hotmail.com> wrote in message
news:eHAEkK3SJHA.5904@TK2MSFTNGP06.phx.gbl...
> actully i did test it,
> but you are right, i tried to kill processes but it didnt help
> anyway forgitting -f gives me 2 days break i think i need
> thanks for help


This link might explain why your remote machine hung:
http://support.microsoft.com/?scid=k...30045&x=16&y=8


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-22-2008, 11:24 AM   #7
Bill
Guest
 
Posts: n/a
Default Re: restart computer through remote desktop

I have also seen this issue sporadically on a number of servers and it is
very frustrating. I've seen a number of articles that recommend applying
Hotfix KB930045. I've also seen where that will not fix all RDP reboot
issues. Is that the case? Also, what can be done to resolve the RDP issue
without rebooting? I have production servers that cannot be rebooted at this
time and users need to RDP to them? They do not have ILO or Virtual Center
access or other means of accessing these servers.

"Pegasus (MVP)" wrote:

> "Fadi" <fadi_naser@hotmail.com> wrote in message
> news:eHAEkK3SJHA.5904@TK2MSFTNGP06.phx.gbl...
> > actully i did test it,
> > but you are right, i tried to kill processes but it didnt help
> > anyway forgitting -f gives me 2 days break i think i need
> > thanks for help

>
> This link might explain why your remote machine hung:
> http://support.microsoft.com/?scid=k...30045&x=16&y=8
>
>
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to access server with remote desktop after server restart inenewbl Windows 2003 Server 2 11-24-2008 11:23 AM
Re: Remote Desktop Fails on Server 2K3 After Every Restart netitnow Windows 2003 Server 0 11-10-2008 09:50 AM
Remote Desktop connection restarts the connected computer? lovekamaimai@gmail.com Windows XP 0 05-09-2008 12:22 PM
Remote Desktop Cannot Find The Remote Computer anthony@necrofiends.com Windows NT Server 2 03-28-2008 01:37 PM
trying to print on home computer when logged into remote desktop Tom Windows XP 3 11-01-2007 07:48 PM


All times are GMT -5. The time now is 03:27 PM.


Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Skin designed by CompletevB
Copyright © 2005-2008 Robert Schwarz, Sr. - All rights reserved - MS OS is an independent web site and is not affiliated with Microsoft Corporation.