Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > RDP reboot request - no reboot - RDP locked

Reply
Fix Vista Errors
Thread Tools Display Modes

RDP reboot request - no reboot - RDP locked

 
 
Franz Leu
Guest
Posts: n/a

 
      11-30-2009




Hi

I again have the following situation:

- Connecting SBS2003 R2 via RDP from a W7 x64 to install WSUS updates
- Reboot is requested
- Initiating reboot
- Looks like it starts rebooting ... closing RDP

Now, no new RDP session is possible to this SBS.
Access to OWA and stuff is still possible.

Next day on the SBS:
- Console login absolutely normal
- It did not reboot
- No suspicious entries in the logs
However, RDP access is still not possible.

Can I regain RDP access without rebooting the SBS?
How do I prevent this to happen in the first place? I always have to
walk up to the server if this happens.

Thanks
Franz
 
Reply With Quote
 
Leythos
Guest
Posts: n/a

 
      11-30-2009
In article <>,
says...
> - Connecting SBS2003 R2 via RDP from a W7 x64 to install WSUS updates
> - Reboot is requested
> - Initiating reboot
> - Looks like it starts rebooting ... closing RDP
>


I never reboot a SBS server via RD connection, even with the /admin or
/console option in the RD startup.

Time and time again I was screwed by doing admin functions from a RD
session and have just accepted that I will need to use VNC to manage all
servers - now if we could just get VNC to work as smoothly under 08.

I also created a batch file to restart the server more quickly - copied
the details from somewhere on the web (credit to the person that created
it).

RESTART.BAT
:
net stop MSExchangeES /y
net stop MSExchangeIS /y
net stop MSExchangeMTA /y
net stop MSExchangeSA /y
net stop WinHttpAutoProxySvc /y
shutdown /f /r /t 5

If you do this, it will do a much quicker restart and it also works from
RD sessions MOST times.

--
You can't trust your best friends, your five senses, only the little
voice inside you that most civilians don't even hear -- Listen to that.
Trust yourself.
(remove 999 for proper email address)
 
Reply With Quote
 
Franz Leu
Guest
Posts: n/a

 
      11-30-2009

Leythos schrieb:
> In article <>,
> says...
>> - Connecting SBS2003 R2 via RDP from a W7 x64 to install WSUS updates
>> - Reboot is requested
>> - Initiating reboot
>> - Looks like it starts rebooting ... closing RDP
>>

>
> I never reboot a SBS server via RD connection, even with the /admin or
> /console option in the RD startup.
>
> Time and time again I was screwed by doing admin functions from a RD
> session and have just accepted that I will need to use VNC to manage all
> servers - now if we could just get VNC to work as smoothly under 08.
>
> I also created a batch file to restart the server more quickly - copied
> the details from somewhere on the web (credit to the person that created
> it).
>
> RESTART.BAT
> :
> net stop MSExchangeES /y
> net stop MSExchangeIS /y
> net stop MSExchangeMTA /y
> net stop MSExchangeSA /y
> net stop WinHttpAutoProxySvc /y
> shutdown /f /r /t 5
>
> If you do this, it will do a much quicker restart and it also works from
> RD sessions MOST times.
>

Thanks a lot. I will try this tonight.
Franz
 
Reply With Quote
 
Jeff Middleton [SBS-MVP]
Guest
Posts: n/a

 
      11-30-2009
Don't know if this helps much with the reboot issue, but I've always made a
habit of refusing reboot requests that pop-up, even if I want to reboot. I
always decline on screen and then once I am ready (I might stop the Exchange
store as suggested) I think click into the Start Menu - > Security options
to force the reboot. I find that this is much more reliable to actually
force the machine to reset.

Some time back (I'm thinking the Wild West days of patch management circa
2002) I also wrote a batch script that scheduled a shutdown request 5
minutes ahead in addition to the log off and reboot request I was doing.
There was a scriptable call you could make that acted at System level (not
user) and hence was not going to be denied like all these stupid hybernation
"but I don't want to shutdown cry baby apps and devices" seem to hang on
with. I've generally found the Security screen based shutdown usually works.

- Jeff Middleton SBS-MVP




"Franz Leu" <> wrote in message
news:...
> Leythos schrieb:
>> In article <>,
>> says...
>>> - Connecting SBS2003 R2 via RDP from a W7 x64 to install WSUS updates
>>> - Reboot is requested
>>> - Initiating reboot
>>> - Looks like it starts rebooting ... closing RDP
>>>

>>
>> I never reboot a SBS server via RD connection, even with the /admin or
>> /console option in the RD startup.
>>
>> Time and time again I was screwed by doing admin functions from a RD
>> session and have just accepted that I will need to use VNC to manage all
>> servers - now if we could just get VNC to work as smoothly under 08.
>>
>> I also created a batch file to restart the server more quickly - copied
>> the details from somewhere on the web (credit to the person that created
>> it).
>>
>> RESTART.BAT
>> :
>> net stop MSExchangeES /y
>> net stop MSExchangeIS /y
>> net stop MSExchangeMTA /y
>> net stop MSExchangeSA /y
>> net stop WinHttpAutoProxySvc /y
>> shutdown /f /r /t 5
>>
>> If you do this, it will do a much quicker restart and it also works from
>> RD sessions MOST times.
>>

> Thanks a lot. I will try this tonight.
> Franz



 
Reply With Quote
 
Dave Nickason [SBS MVP]
Guest
Posts: n/a

 
      11-30-2009
FWIW, I've got 5 or 6 servers running various flavors of WS03 and I've seen
this on all of them - SBS 2003, WS03 member servers, 64-bit Storage Server.
And while I've seen it mostly when clicking pop-ups as you describe (and
especially the "restart now" button at the end of patch installs), I've also
had it happen from the Start menu as well. The only thing I've found
totally reliable (at least so far) is Start -> Run -> Shutdown -i. I'm sure
a batch file would work too, and I've heard of people scheduling a shutdown
script before attempting a remote reboot - if the server reboots, they
cancel the scheduled event, but if not, they'll regain access after the
scheduled job runs.

I added our office manager to "Print Operators" with the side benefit that
he can reboot servers if I'm not here.


"Jeff Middleton [SBS-MVP]" <> wrote in message
news:...
> Don't know if this helps much with the reboot issue, but I've always made
> a habit of refusing reboot requests that pop-up, even if I want to reboot.
> I always decline on screen and then once I am ready (I might stop the
> Exchange store as suggested) I think click into the Start Menu - >
> Security options to force the reboot. I find that this is much more
> reliable to actually force the machine to reset.
>
> Some time back (I'm thinking the Wild West days of patch management circa
> 2002) I also wrote a batch script that scheduled a shutdown request 5
> minutes ahead in addition to the log off and reboot request I was doing.
> There was a scriptable call you could make that acted at System level (not
> user) and hence was not going to be denied like all these stupid
> hybernation "but I don't want to shutdown cry baby apps and devices" seem
> to hang on with. I've generally found the Security screen based shutdown
> usually works.
>
> - Jeff Middleton SBS-MVP
>
>
>
>
> "Franz Leu" <> wrote in message
> news:...
>> Leythos schrieb:
>>> In article <>,
>>> says...
>>>> - Connecting SBS2003 R2 via RDP from a W7 x64 to install WSUS updates
>>>> - Reboot is requested
>>>> - Initiating reboot
>>>> - Looks like it starts rebooting ... closing RDP
>>>>
>>>
>>> I never reboot a SBS server via RD connection, even with the /admin or
>>> /console option in the RD startup.
>>>
>>> Time and time again I was screwed by doing admin functions from a RD
>>> session and have just accepted that I will need to use VNC to manage all
>>> servers - now if we could just get VNC to work as smoothly under 08.
>>>
>>> I also created a batch file to restart the server more quickly - copied
>>> the details from somewhere on the web (credit to the person that created
>>> it).
>>>
>>> RESTART.BAT
>>> :
>>> net stop MSExchangeES /y
>>> net stop MSExchangeIS /y
>>> net stop MSExchangeMTA /y
>>> net stop MSExchangeSA /y
>>> net stop WinHttpAutoProxySvc /y
>>> shutdown /f /r /t 5
>>>
>>> If you do this, it will do a much quicker restart and it also works from
>>> RD sessions MOST times.
>>>

>> Thanks a lot. I will try this tonight.
>> Franz

>
>


 
Reply With Quote
 
Bill Sanderson
Guest
Posts: n/a

 
      11-30-2009
I haven't seen this kind of issue (broadly--hang on shutdown) in a long
time--I reboot using the Windows Security menu routinely.

However, when I have seen it, I have sometimes been able to use the shutdown
command from a workstation, via VPN and RDP (or even RWW) to get the server
to reboot.


"Dave Nickason [SBS MVP]" <> wrote in message
news:...
> FWIW, I've got 5 or 6 servers running various flavors of WS03 and I've
> seen this on all of them - SBS 2003, WS03 member servers, 64-bit Storage
> Server. And while I've seen it mostly when clicking pop-ups as you
> describe (and especially the "restart now" button at the end of patch
> installs), I've also had it happen from the Start menu as well. The only
> thing I've found totally reliable (at least so far) is Start -> Run ->
> Shutdown -i. I'm sure a batch file would work too, and I've heard of
> people scheduling a shutdown script before attempting a remote reboot - if
> the server reboots, they cancel the scheduled event, but if not, they'll
> regain access after the scheduled job runs.
>
> I added our office manager to "Print Operators" with the side benefit that
> he can reboot servers if I'm not here.
>
>
> "Jeff Middleton [SBS-MVP]" <> wrote in message
> news:...
>> Don't know if this helps much with the reboot issue, but I've always made
>> a habit of refusing reboot requests that pop-up, even if I want to
>> reboot. I always decline on screen and then once I am ready (I might stop
>> the Exchange store as suggested) I think click into the Start Menu - >
>> Security options to force the reboot. I find that this is much more
>> reliable to actually force the machine to reset.
>>
>> Some time back (I'm thinking the Wild West days of patch management circa
>> 2002) I also wrote a batch script that scheduled a shutdown request 5
>> minutes ahead in addition to the log off and reboot request I was doing.
>> There was a scriptable call you could make that acted at System level
>> (not user) and hence was not going to be denied like all these stupid
>> hybernation "but I don't want to shutdown cry baby apps and devices" seem
>> to hang on with. I've generally found the Security screen based shutdown
>> usually works.
>>
>> - Jeff Middleton SBS-MVP
>>
>>
>>
>>
>> "Franz Leu" <> wrote in message
>> news:...
>>> Leythos schrieb:
>>>> In article <>,
>>>> says...
>>>>> - Connecting SBS2003 R2 via RDP from a W7 x64 to install WSUS updates
>>>>> - Reboot is requested
>>>>> - Initiating reboot
>>>>> - Looks like it starts rebooting ... closing RDP
>>>>>
>>>>
>>>> I never reboot a SBS server via RD connection, even with the /admin or
>>>> /console option in the RD startup.
>>>>
>>>> Time and time again I was screwed by doing admin functions from a RD
>>>> session and have just accepted that I will need to use VNC to manage
>>>> all servers - now if we could just get VNC to work as smoothly under
>>>> 08.
>>>>
>>>> I also created a batch file to restart the server more quickly - copied
>>>> the details from somewhere on the web (credit to the person that
>>>> created it).
>>>>
>>>> RESTART.BAT
>>>> :
>>>> net stop MSExchangeES /y
>>>> net stop MSExchangeIS /y
>>>> net stop MSExchangeMTA /y
>>>> net stop MSExchangeSA /y
>>>> net stop WinHttpAutoProxySvc /y
>>>> shutdown /f /r /t 5
>>>>
>>>> If you do this, it will do a much quicker restart and it also works
>>>> from RD sessions MOST times.
>>>>
>>> Thanks a lot. I will try this tonight.
>>> Franz

>>
>>

>

 
Reply With Quote
 
Franz Leu
Guest
Posts: n/a

 
      12-01-2009
Dave Nickason [SBS MVP] schrieb:
> FWIW, I've got 5 or 6 servers running various flavors of WS03 and I've
> seen this on all of them - SBS 2003, WS03 member servers, 64-bit Storage
> Server. And while I've seen it mostly when clicking pop-ups as you
> describe (and especially the "restart now" button at the end of patch
> installs), I've also had it happen from the Start menu as well. The
> only thing I've found totally reliable (at least so far) is Start -> Run
> -> Shutdown -i. I'm sure a batch file would work too, and I've heard of
> people scheduling a shutdown script before attempting a remote reboot -
> if the server reboots, they cancel the scheduled event, but if not,
> they'll regain access after the scheduled job runs.
>
> I added our office manager to "Print Operators" with the side benefit
> that he can reboot servers if I'm not here.
>
>
> "Jeff Middleton [SBS-MVP]" <> wrote in message
> news:...
>> Don't know if this helps much with the reboot issue, but I've always
>> made a habit of refusing reboot requests that pop-up, even if I want
>> to reboot. I always decline on screen and then once I am ready (I
>> might stop the Exchange store as suggested) I think click into the
>> Start Menu - > Security options to force the reboot. I find that this
>> is much more reliable to actually force the machine to reset.
>>
>> Some time back (I'm thinking the Wild West days of patch management
>> circa 2002) I also wrote a batch script that scheduled a shutdown
>> request 5 minutes ahead in addition to the log off and reboot request
>> I was doing. There was a scriptable call you could make that acted at
>> System level (not user) and hence was not going to be denied like all
>> these stupid hybernation "but I don't want to shutdown cry baby apps
>> and devices" seem to hang on with. I've generally found the Security
>> screen based shutdown usually works.
>>
>> - Jeff Middleton SBS-MVP
>>
>>
>>
>>
>> "Franz Leu" <> wrote in
>> message news:...
>>> Leythos schrieb:
>>>> In article <>,
>>>> says...
>>>>> - Connecting SBS2003 R2 via RDP from a W7 x64 to install WSUS updates
>>>>> - Reboot is requested
>>>>> - Initiating reboot
>>>>> - Looks like it starts rebooting ... closing RDP
>>>>>
>>>>
>>>> I never reboot a SBS server via RD connection, even with the /admin
>>>> or /console option in the RD startup.
>>>>
>>>> Time and time again I was screwed by doing admin functions from a RD
>>>> session and have just accepted that I will need to use VNC to manage
>>>> all servers - now if we could just get VNC to work as smoothly under
>>>> 08.
>>>>
>>>> I also created a batch file to restart the server more quickly -
>>>> copied the details from somewhere on the web (credit to the person
>>>> that created it).
>>>>
>>>> RESTART.BAT
>>>> :
>>>> net stop MSExchangeES /y
>>>> net stop MSExchangeIS /y
>>>> net stop MSExchangeMTA /y
>>>> net stop MSExchangeSA /y
>>>> net stop WinHttpAutoProxySvc /y
>>>> shutdown /f /r /t 5
>>>>
>>>> If you do this, it will do a much quicker restart and it also works
>>>> from RD sessions MOST times.
>>>>
>>> Thanks a lot. I will try this tonight.
>>> Franz

>>
>>

>

Thank you guys.
I never click on the 'Restart now' and I as well always use the start
Menu to reboot.
Franz

 
Reply With Quote
Reply

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Repair DNS 4010 events... Jake Windows Server 1 11-04-2009 11:20 AM
ActiveSync 4.5 error 85010014 Tom ActiveSync 5 08-07-2007 01:07 AM
Vista Business-Clean Install-Hangs after First (1st) ReBoot Ben Windows Vista Installation 0 02-01-2007 10:17 AM
Vista Business-Clean Install-Hangs after First (1st) ReBoot Ben Windows Vista Installation 0 01-31-2007 05:42 PM
Vista Business-Clean Install-Hangs after First (1st) ReBoot during 'Completing Installation' HELP!!!! Ben Windows Vista Installation 0 01-31-2007 07:37 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59