Information store not starting (Full Version)

All Forums >> [Microsoft Exchange 2003] >> Information Stores



Message


colnar -> Information store not starting (28.Aug.2007 4:15:58 PM)

Whenever I restart my Exchange 2003 server, the information store does not start, eventhough it is set to automatic. When I go into services and start the store, it starts fine. This is a major pain as when updates are installed the store does not restart after the reboot and I get a phone call at 5am that e-mail is down. Anyone have any ideas on why this is happening?




a.grogan -> RE: Information store not starting (28.Aug.2007 4:26:30 PM)

Hiya chap. is your Exchange server a domain controller as well?

Cheers

A




colnar -> RE: Information store not starting (28.Aug.2007 4:34:31 PM)

Yes it is a DC.




a.grogan -> RE: Information store not starting (28.Aug.2007 4:46:51 PM)

Hiya mate, final question - are you running either SP1 or no SP?

Cheers

A




colnar -> RE: Information store not starting (28.Aug.2007 5:02:23 PM)

Hi. I am running SP1 on the OS and SP2 on Exchange.




a.grogan -> RE: Information store not starting (28.Aug.2007 5:08:08 PM)

Hiya mate, I have seen this many times, When Exchange starts up it normally looks for its nearest DC and GC, which in this case will be itself. - Essentially the Exchange services (more to the point the DSAccess service tries to start prior to the directory service being available - which causes the MSExchangeSa service to fail (which DSAccess is part of) and thusly other Exchange services.

I think that this was solved in Exchange 2003 SP2.

Cheers

A




colnar -> RE: Information store not starting (29.Aug.2007 8:32:42 AM)

That defintely appears to be the problem when looking at the Event Logs. However, I am already running SP2 on Exchange.




verge -> RE: Information store not starting (29.Aug.2007 10:28:54 AM)

definitely a case where delayed start in services would help... guess you have to wait till upgrade to 2008 becomes available. You could probably write a script to wait 5 minutes, then execute that services... that would probably work, not a true fix, but it would get the job done.




verge -> RE: Information store not starting (4.Sep.2007 3:24:30 PM)

bump..


so i installed updated network drivers in our mail server, and in an odd twist of irony, i have the exact same problem now. It appears as though the exchange service tries to start before the NIC is ready... thus, cannot see the domian controllers. Not a big deal since it rarely needs restarting, but still a bug i presume. Anybody had similar experiences, any way to change the startup order for services.




a.grogan -> RE: Information store not starting (4.Sep.2007 3:51:39 PM)

Hey Verge, I know that this might not help (and I could not remember the specific post here - but I did this article based on your question - I hope that it will help)

http://telnetport25.wordpress.com/2007/09/03/exchange-2003-installed-on-a-domain-controller-services-fail-to-start/

Cheers

A




verge -> RE: Information store not starting (4.Sep.2007 5:45:05 PM)

Yea, definitely one way to delay start them all up. I think i will throw up a post on dell's forums and see if they know an answer, worked fine till i updated netextremeII drivers. Not really a critical issue by any means, if somebody restarts the exchange server and doesn't test functionality... they really need their head checked anyway




goharkhan -> RE: Information store not starting (6.Sep.2007 1:10:55 AM)

Hi,
I have the same problem.I cannot locate the script on the link you have provided.Could you please point me to the exact location for downloading this script.

Thanks




uemurad -> RE: Information store not starting (6.Sep.2007 9:43:30 AM)

The link in Andy's blog article points to: http://domain564941.sites.fasthosts.com/msex/SVCCNF.vbs
Clicking on it should pop up a dialog box asking if you want to open or save (it did for me when I tested just now).  If it doesn't you should check your browser settings to see if you are blocking it in some manner.




a.grogan -> RE: Information store not starting (6.Sep.2007 12:20:03 PM)

Thanks Dean - I think that perhaps I need to make the script links more obvious - I have to admit I missed one recently and I wrote it!!!! [:D] - doh!




goharkhan -> RE: Information store not starting (8.Sep.2007 4:38:32 AM)

Hi,

Thanks i downloaded the file and assigned it to startup script.Now i will wait untel my exchange reboots due to power failure etc and see if it works.




goharkhan -> RE: Information store not starting (13.Sep.2007 1:42:34 AM)

Hello again,

I downloaded the script and assigned to the windows startup as described in the link, BUT still when my exchange restarts the services are not started.I have service pack 2 on windows server 2003 and service pack 1 on exchange.





a.grogan -> RE: Information store not starting (14.Sep.2007 1:12:53 PM)

Hiya, if you look inside the script you will see a number of sleep statements, these are designed to allow for the Directory to start and then each component to start of Exchange.

Have you allowed for these timeouts to pass - or adjusted them?

Cheers

A




goharkhan -> RE: Information store not starting (15.Sep.2007 12:13:02 AM)

Hi,

I simply downloaded the script and assigned to the exchange startup without doing any changes.Could you please do the changes for me and give me the final script??.i am not good in programming.

Thanks




a.grogan -> RE: Information store not starting (15.Sep.2007 9:32:23 AM)

Hiya G,

It is a little difficult for me to do that as I do not know how long to set the sleep statements in your environment - it might be different from server to server.

Before you edit the script take a copy of it, then open the original and at the top you will see the follow two constants:

Const ServiceWaitTimeOut = 20000

This means that the Script will wait 20 seconds before it attempts to start each Exchange service - you may wish to reduce the to 11000 (11 seconds)

Const ArbitWaitTime = 15000

This means that before the script will try and start any services it will wait 15 seconds - this is to allow for the directory to finish loading. - You can reduce this, but I would not advise it as this is bit that gets around your initial problem.

I hope that this helps,

Cheers

A




goharkhan -> RE: Information store not starting (16.Sep.2007 2:25:28 AM)

Hi grogan,

i changed the  Const ServiceWaitTimeOut = 20000  to 11000 but still not working.




Page: [1] 2   next >   >>