Reboot Exchange server 2003 via shutdown r


hello,

i configured reboot script on 5 exchange server 2003 sp 2.

randomly, script stops services doesn't restart server. services still stopped until restart them manually.

no event error or warning.

script following:

net stop "microsoft exchange information store" /y
net stop "microsoft exchange mta stacks" /y
net stop "microsoft exchange system attendant" /y
net stop "microsoft exchange routing engine" /y
net stop "microsoft exchange management" /y
net stop "simple mail transfer protocol (smtp)" /y
net stop "world wide web publishing service" /y
net stop "iis admin service" /y
shutdown /r /d p:04:01 /c "reboot administratif normal" /t 60

could figure out issue ?

regards

shutdown /r /d p:04:01 /c "reboot administratif normal" /t 60

to sure, i'm throwing mud @ wall here, related order of parameters in shutdown command.

try instead (the order in parameters documented in shutdown /?):

shutdown /r /t 60 /d p:04:01 /c "reboot aministratif normal"


lawrence garvin, m.s., mcitp:ea, mcdba, mcsa
solarwinds head geek
microsoft mvp - software packaging, deployment & servicing (2005-2013)
mvp profile: http://mvp.support.microsoft.com/profile/lawrence.garvin
http://www.solarwinds.com/gotmicrosoft
the views expressed on post mine , not reflect views of solarwinds.



Windows Server  >  Management



Comments

Popular posts from this blog

some help on Event 540

WMI Repository 4GB limit - Win 2003 Ent Question

Event ID 1302 (error 1307) DFS replication service encountered an error while writing to the debug log file