Exchange System Attendant Service not starting after backup
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Exchange System Attendant Service not starting after backup

 
Post new topic   Reply to topic    Windows Server Forum Index -> Small Business Server 2000
Author Message
Pieter Hendriks
Guest





Posted: Thu Oct 20, 2005 12:51 pm    Post subject: Exchange System Attendant Service not starting after backup Reply with quote

Hello everyone,

I am a system-engineer for an SBS-2000 Server with Exchange on it.
Every now and then after the back-up-job is finished the server hangs and i
have to preform a cold reboot.

What happens.... every night at 02:00 we preform a back-up with
ARCServe2000, before the back-up starts we run a exchstop.bat and after the
backup we run a exchstart.bat (both files with net stop and net start
commands.)
After the cold reboot it looks like everything is going right but after
aprox 14 days the same problem re-occurs.

The event-viewer for the system reports :

- The Microsoft Exchange System Attendant service failed to start due to the
following error: The service did not respond to the start or control request
in a timely fashion.

After that the rest of the exchange-services can't start and the cliënts
can't login.
The only solution is to reboot the server.

Does anybody have a solution to this problem ???
Back to top
Cris Hanna [SBS-MVP]
Guest





Posted: Thu Oct 20, 2005 8:51 pm    Post subject: Re: Exchange System Attendant Service not starting after bac Reply with quote

is ArcServ not Exchange Aware??

could your batch file not be taking into account service dependencies??? (need to stop one before you stop another?)

--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote in message news:E0774077-629C-4675-BBA8-1E115B3F195E@microsoft.com...
Hello everyone,

I am a system-engineer for an SBS-2000 Server with Exchange on it.
Every now and then after the back-up-job is finished the server hangs and i
have to preform a cold reboot.

What happens.... every night at 02:00 we preform a back-up with
ARCServe2000, before the back-up starts we run a exchstop.bat and after the
backup we run a exchstart.bat (both files with net stop and net start
commands.)
After the cold reboot it looks like everything is going right but after
aprox 14 days the same problem re-occurs.

The event-viewer for the system reports :

- The Microsoft Exchange System Attendant service failed to start due to the
following error: The service did not respond to the start or control request
in a timely fashion.

After that the rest of the exchange-services can't start and the cliënts
can't login.
The only solution is to reboot the server.

Does anybody have a solution to this problem ???
Back to top
Pieter Hendriks
Guest





Posted: Fri Oct 21, 2005 8:51 am    Post subject: Re: Exchange System Attendant Service not starting after bac Reply with quote

Cris,

First of all, Thank you for your reply.

This ArcServe version is a standard version (not a exchange premium add-on
exchange agent) so we have to make a full back-up of the database (priv1.edb).

This is the procedure i use :

Before the backup starts we run EXCHSTOP.BAT (ARCServe runs it):

Net Stop msexchangesa /y


After the back-up is completed we run EXCHSTART.BAT :

NET START MSEXCHANGESA

NET START MSEXCHANGEIS

rem NET START MSEXCHANGEDS

NET START MSEXCHANGEMTA

rem NET START MSEXCHANGEIMC

Normally everything goes right but once in a while the problem occurs as i
described.

Thanks for your answer in advance.

Pieter Hendriks


"Cris Hanna [SBS-MVP]" wrote:

Quote:
is ArcServ not Exchange Aware??

could your batch file not be taking into account service dependencies??? (need to stop one before you stop another?)

--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote in message news:E0774077-629C-4675-BBA8-1E115B3F195E@microsoft.com...
Hello everyone,

I am a system-engineer for an SBS-2000 Server with Exchange on it.
Every now and then after the back-up-job is finished the server hangs and i
have to preform a cold reboot.

What happens.... every night at 02:00 we preform a back-up with
ARCServe2000, before the back-up starts we run a exchstop.bat and after the
backup we run a exchstart.bat (both files with net stop and net start
commands.)
After the cold reboot it looks like everything is going right but after
aprox 14 days the same problem re-occurs.

The event-viewer for the system reports :

- The Microsoft Exchange System Attendant service failed to start due to the
following error: The service did not respond to the start or control request
in a timely fashion.

After that the rest of the exchange-services can't start and the cliënts
can't login.
The only solution is to reboot the server.

Does anybody have a solution to this problem ???
Back to top
Cris Hanna [SBS-MVP]
Guest





Posted: Fri Oct 21, 2005 8:51 pm    Post subject: Re: Exchange System Attendant Service not starting after bac Reply with quote

I'm not a big scripting guy
But perhaps you might be better to stop each idividual Exchange in your Bat file, rather than relying on SA to shut down all the others.
--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote in message news:4CC477BA-9F74-441D-B730-283CFA3CCC47@microsoft.com...
Cris,

First of all, Thank you for your reply.

This ArcServe version is a standard version (not a exchange premium add-on
exchange agent) so we have to make a full back-up of the database (priv1.edb).

This is the procedure i use :

Before the backup starts we run EXCHSTOP.BAT (ARCServe runs it):

Net Stop msexchangesa /y


After the back-up is completed we run EXCHSTART.BAT :

NET START MSEXCHANGESA

NET START MSEXCHANGEIS

rem NET START MSEXCHANGEDS

NET START MSEXCHANGEMTA

rem NET START MSEXCHANGEIMC

Normally everything goes right but once in a while the problem occurs as i
described.

Thanks for your answer in advance.

Pieter Hendriks


"Cris Hanna [SBS-MVP]" wrote:

Quote:
is ArcServ not Exchange Aware??

could your batch file not be taking into account service dependencies??? (need to stop one before you stop another?)

--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote in message news:E0774077-629C-4675-BBA8-1E115B3F195E@microsoft.com...
Hello everyone,

I am a system-engineer for an SBS-2000 Server with Exchange on it.
Every now and then after the back-up-job is finished the server hangs and i
have to preform a cold reboot.

What happens.... every night at 02:00 we preform a back-up with
ARCServe2000, before the back-up starts we run a exchstop.bat and after the
backup we run a exchstart.bat (both files with net stop and net start
commands.)
After the cold reboot it looks like everything is going right but after
aprox 14 days the same problem re-occurs.

The event-viewer for the system reports :

- The Microsoft Exchange System Attendant service failed to start due to the
following error: The service did not respond to the start or control request
in a timely fashion.

After that the rest of the exchange-services can't start and the cliënts
can't login.
The only solution is to reboot the server.

Does anybody have a solution to this problem ???
Back to top
Pieter Hendriks
Guest





Posted: Sat Oct 22, 2005 8:50 am    Post subject: Re: Exchange System Attendant Service not starting after bac Reply with quote

Chris,

With stopping the services everything goes right, it's with starting the
services after the back-up.


"Cris Hanna [SBS-MVP]" wrote:

Quote:
I'm not a big scripting guy
But perhaps you might be better to stop each idividual Exchange in your Bat file, rather than relying on SA to shut down all the others.
--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote in message news:4CC477BA-9F74-441D-B730-283CFA3CCC47@microsoft.com...
Cris,

First of all, Thank you for your reply.

This ArcServe version is a standard version (not a exchange premium add-on
exchange agent) so we have to make a full back-up of the database (priv1.edb).

This is the procedure i use :

Before the backup starts we run EXCHSTOP.BAT (ARCServe runs it):

Net Stop msexchangesa /y


After the back-up is completed we run EXCHSTART.BAT :

NET START MSEXCHANGESA

NET START MSEXCHANGEIS

rem NET START MSEXCHANGEDS

NET START MSEXCHANGEMTA

rem NET START MSEXCHANGEIMC

Normally everything goes right but once in a while the problem occurs as i
described.

Thanks for your answer in advance.

Pieter Hendriks


"Cris Hanna [SBS-MVP]" wrote:

is ArcServ not Exchange Aware??

could your batch file not be taking into account service dependencies??? (need to stop one before you stop another?)

--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote in message news:E0774077-629C-4675-BBA8-1E115B3F195E@microsoft.com...
Hello everyone,

I am a system-engineer for an SBS-2000 Server with Exchange on it.
Every now and then after the back-up-job is finished the server hangs and i
have to preform a cold reboot.

What happens.... every night at 02:00 we preform a back-up with
ARCServe2000, before the back-up starts we run a exchstop.bat and after the
backup we run a exchstart.bat (both files with net stop and net start
commands.)
After the cold reboot it looks like everything is going right but after
aprox 14 days the same problem re-occurs.

The event-viewer for the system reports :

- The Microsoft Exchange System Attendant service failed to start due to the
following error: The service did not respond to the start or control request
in a timely fashion.

After that the rest of the exchange-services can't start and the cliënts
can't login.
The only solution is to reboot the server.

Does anybody have a solution to this problem ???
Back to top
Kathy
Guest





Posted: Sat Oct 22, 2005 8:50 pm    Post subject: Re: Exchange System Attendant Service not starting after bac Reply with quote

You aren't stopping smtp, etc, although technically you only need to
dismount the stores (stop the IS) for an offline backup.

net start "Microsoft Exchange System Attendant" net start "Microsoft
Exchange Event" net start "Microsoft Exchange IMAP4" net start "Microsoft
Exchange MTA Stacks" net start "Microsoft Exchange POP3" net start
"Microsoft Exchange Routing Engine"This is the list of services to be
stopped (and started again)

net stop MSExchangeMGMT /yes
net stop RESvc /yes
net stop POP3Svc /yes
net stop IMAP4Svc /yes
net stop NntpSvc /yes
net stop SMTPSVC /yes
net stop MSExchangeES /yes
net stop MSExchangeIS /yes
net stop MSExchangeMTA /yes
net stop MSExchangeSA /yesI hope you are remembering to backup the priv1.stm
and the logs and well as the edb (no public folders?).

Also remember that your logs won't be getting purged until you reboot -
that could be the problem. And an offline backup doesn't check the store
for corruption.

Also check that you are not backing up the M: drive or virus checking the
store or M: drive - that can cause problems.

You could use ntbackup to do a online backup of Exchange (see
http://www.msexchange.org/articles/MF020.html) - or pray that you never have
to restore your offline backup!. See
http://support.microsoft.com/?kbid=296788

HTH

Kathy

"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote in
message news:6E874468-62E7-4AF4-A012-1C7F0C416B23@microsoft.com...
Quote:
Chris,

With stopping the services everything goes right, it's with starting the
services after the back-up.


"Cris Hanna [SBS-MVP]" wrote:

I'm not a big scripting guy
But perhaps you might be better to stop each idividual Exchange in your
Bat file, rather than relying on SA to shut down all the others.
--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the
Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote in
message news:4CC477BA-9F74-441D-B730-283CFA3CCC47@microsoft.com...
Cris,

First of all, Thank you for your reply.

This ArcServe version is a standard version (not a exchange premium
add-on
exchange agent) so we have to make a full back-up of the database
(priv1.edb).

This is the procedure i use :

Before the backup starts we run EXCHSTOP.BAT (ARCServe runs it):

Net Stop msexchangesa /y


After the back-up is completed we run EXCHSTART.BAT :

NET START MSEXCHANGESA

NET START MSEXCHANGEIS

rem NET START MSEXCHANGEDS

NET START MSEXCHANGEMTA

rem NET START MSEXCHANGEIMC

Normally everything goes right but once in a while the problem occurs
as i
described.

Thanks for your answer in advance.

Pieter Hendriks


"Cris Hanna [SBS-MVP]" wrote:

is ArcServ not Exchange Aware??

could your batch file not be taking into account service
dependencies??? (need to stop one before you stop another?)

--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the
Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote
in message news:E0774077-629C-4675-BBA8-1E115B3F195E@microsoft.com...
Hello everyone,

I am a system-engineer for an SBS-2000 Server with Exchange on it.
Every now and then after the back-up-job is finished the server
hangs and i
have to preform a cold reboot.

What happens.... every night at 02:00 we preform a back-up with
ARCServe2000, before the back-up starts we run a exchstop.bat and
after the
backup we run a exchstart.bat (both files with net stop and net
start
commands.)
After the cold reboot it looks like everything is going right but
after
aprox 14 days the same problem re-occurs.

The event-viewer for the system reports :

- The Microsoft Exchange System Attendant service failed to start
due to the
following error: The service did not respond to the start or
control request
in a timely fashion.

After that the rest of the exchange-services can't start and the
cliënts
can't login.
The only solution is to reboot the server.

Does anybody have a solution to this problem ???
Back to top
Kevin Rains
Guest





Posted: Tue Oct 25, 2005 8:51 pm    Post subject: Re: Exchange System Attendant Service not starting after bac Reply with quote

I think Kathy hit the nail on the head when she mentioned using NTBackup to
backup Exchange. You can then use ArcServe to backup the backup.

Kevin

"Kathy" <vbtskje@nospam.postalias> wrote in message
news:eUf5Kty1FHA.3924@TK2MSFTNGP14.phx.gbl...
Quote:
You aren't stopping smtp, etc, although technically you only need to
dismount the stores (stop the IS) for an offline backup.

net start "Microsoft Exchange System Attendant" net start "Microsoft
Exchange Event" net start "Microsoft Exchange IMAP4" net start "Microsoft
Exchange MTA Stacks" net start "Microsoft Exchange POP3" net start
"Microsoft Exchange Routing Engine"This is the list of services to be
stopped (and started again)

net stop MSExchangeMGMT /yes
net stop RESvc /yes
net stop POP3Svc /yes
net stop IMAP4Svc /yes
net stop NntpSvc /yes
net stop SMTPSVC /yes
net stop MSExchangeES /yes
net stop MSExchangeIS /yes
net stop MSExchangeMTA /yes
net stop MSExchangeSA /yesI hope you are remembering to backup the
priv1.stm
and the logs and well as the edb (no public folders?).

Also remember that your logs won't be getting purged until you reboot -
that could be the problem. And an offline backup doesn't check the store
for corruption.

Also check that you are not backing up the M: drive or virus checking the
store or M: drive - that can cause problems.

You could use ntbackup to do a online backup of Exchange (see
http://www.msexchange.org/articles/MF020.html) - or pray that you never
have
to restore your offline backup!. See
http://support.microsoft.com/?kbid=296788

HTH

Kathy

"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote in
message news:6E874468-62E7-4AF4-A012-1C7F0C416B23@microsoft.com...
Chris,

With stopping the services everything goes right, it's with starting the
services after the back-up.


"Cris Hanna [SBS-MVP]" wrote:

I'm not a big scripting guy
But perhaps you might be better to stop each idividual Exchange in
your
Bat file, rather than relying on SA to shut down all the others.
--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the
Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com> wrote
in
message news:4CC477BA-9F74-441D-B730-283CFA3CCC47@microsoft.com...
Cris,

First of all, Thank you for your reply.

This ArcServe version is a standard version (not a exchange premium
add-on
exchange agent) so we have to make a full back-up of the database
(priv1.edb).

This is the procedure i use :

Before the backup starts we run EXCHSTOP.BAT (ARCServe runs it):

Net Stop msexchangesa /y


After the back-up is completed we run EXCHSTART.BAT :

NET START MSEXCHANGESA

NET START MSEXCHANGEIS

rem NET START MSEXCHANGEDS

NET START MSEXCHANGEMTA

rem NET START MSEXCHANGEIMC

Normally everything goes right but once in a while the problem
occurs
as i
described.

Thanks for your answer in advance.

Pieter Hendriks


"Cris Hanna [SBS-MVP]" wrote:

is ArcServ not Exchange Aware??

could your batch file not be taking into account service
dependencies??? (need to stop one before you stop another?)

--
Cris Hanna [SBS-MVP]
-------------------------------------------------
Please do not email me directly for assistance. Reply only in the
Newsgroups for the benefit of everyone
"Pieter Hendriks" <PieterHendriks@discussions.microsoft.com
wrote
in message news:E0774077-629C-4675-BBA8-1E115B3F195E@microsoft.com...
Hello everyone,

I am a system-engineer for an SBS-2000 Server with Exchange on
it.
Every now and then after the back-up-job is finished the server
hangs and i
have to preform a cold reboot.

What happens.... every night at 02:00 we preform a back-up with
ARCServe2000, before the back-up starts we run a exchstop.bat
and
after the
backup we run a exchstart.bat (both files with net stop and net
start
commands.)
After the cold reboot it looks like everything is going right
but
after
aprox 14 days the same problem re-occurs.

The event-viewer for the system reports :

- The Microsoft Exchange System Attendant service failed to
start
due to the
following error: The service did not respond to the start or
control request
in a timely fashion.

After that the rest of the exchange-services can't start and the
cliënts
can't login.
The only solution is to reboot the server.

Does anybody have a solution to this problem ???


Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Small Business Server 2000 All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB