Jump to content

Server Users


Stryker

Recommended Posts

This one is more for people on here who run a Server Environment, especially one that runs the exchange services (like I do).

 

You will notice when your reboot/switch the server off, it takes what seems like an eternity to do. If its anything like mine, then it can be 5 minutes before the reboot/switch off occurs.

 

After some troubleshooting, I managed to come to the conclusion that the delay is caused by Exchange Services stopping. Therefore in order to cut the time down considerably, you can create a simple batch file which contains uses the NET STOP commands.

 

It would look something like this (type this into a notepad file and save it with a file extension of .bat:

 

NET STOP "Microsoft Exchange IMAP4"

NET STOP "Microsoft Exchange Information Store"

 

Repeat this line for each MS Exchange service that runs.

 

Before rebooting the server, run the batch file, which takes about 50 seconds to complete. It cuts the reboot time significantly. :D

 

Stryker

Sucess is a journey, not a destination...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.