Exchange server very slow, services and network blank

Hello all,

This article is about an infrequent issue I see with Windows Exchange servers that causes a complete outage.  It is really hard to figure out what is wrong.  Normally, you will see this when you restore an Exchange server to new hardware or a new virtual platform.  But I’ve also seen it occur spontaneously with existing servers.

Symptoms for Exchange server very slow:

  • Windows 2008 R2 Server (normally).  Also applies to 2012 and 2016.
  • Exchange 2007 or Exchange 2010 or Exchange 2013
  • Exchange Information Store service is “starting”, will not start
  • Services does not display and/or blank for a long time
  • Server manager information does not display or very slow
  • Network properties , NIC settings, does not come up
  • Control Panel does not display

Additional symptoms:

  • Rebooting does not work (and the server normally will not shutdown gracefully)
  • You can ping the server and ping from it, but remote desktop does not work.
  • (Often) The server has recently been restored from backup
  • (Often) The server is running in a virtual environment
  • (Often) Task manager shows low CPU activity

NETLOGON: If your services menu is *not* blank, and you can open your network settings, you have a different problem!

How to troubleshoot other causes of Exchange Info Store “starting”:

  • Check your “netlogon” service on the exchange server. Make sure it is started (and restart it).
  • Can’t start netlogon? Check that your network is functional and DNS settings are pointing at a domain controller. Yes, still check it even if the Domain Controller is the same server as Exchange.
  • Check that your Domain Controller has Active Directory and DNS running properly. From an admin command prompt, or admin powershell, run dcdiag
  • Check that your Domain Controller doesn’t have a firewall blocking it, or other network problems.
  • Check the event log for clues on both your Exchange server and your Domain controller.

Root cause for information store “starting” and services blank: 

Exchange is trying to use a network adapter (NIC) that doesn’t exist anymore.  

This normally happens when you restore to new hardware.  For example, your server may have had one network card: “Network Connection 1”. 

When you turn on Windows with new hardware, “Network Connection 1” is hidden and you will see “Network Connection 2” (or potentially a new “Network Connection 1”).

Most Windows servers handle this just fine, but with Exchange, the Information Store service is still trying to use the hidden network card.  This locks up the Network Connections window, Control Panel, Services, and other administrative panels.  The Information store churns at “starting” during this process. 

How to fix NIC that doesn’t exist anymore:

You need to remove the hidden network adapter from your server’s Device Manager. 

  1. Click Start, click Run, type cmd.exe, and then press ENTER.
  2. Type set devmgr_show_nonpresent_devices=1  and then press ENTER.
  3. Open device manager (run devmgmt.msc or Right-click My Computer > Manage)
  4. Type Start DEVMGMT.MSC, and then press ENTER.
  5. From the top menu, click View, and then click Show Hidden Devices.
  6. Expand Network Adapters.
  7. Right-click the hidden network adapter, and then click Uninstall.  If in doubt, I’d remove everything that looks like a network adapter.  The server will re-install the live ones during reboot.
  8. Give it a reboot.
  9. You may need to re-configure your IP address on the existing NIC.
  10. At this point your information store should start properly and your server will begin responding normally.

What to do if Device Manager won’t open?

If you can’t manage your server because none of the admin windows will open, you need to get the Exchange Information Store service stopped and disabled.  Once you get the Information Store out of status “starting”, your network properties, device manager, control panel, etc, will open. This will let you fix the problem.

Here are some ideas to try.

  • If you are using a virtual server (VMWare, KVM, or HyperV), remove all virtual network adapters from the server.  Reboot the Exchange server afterward. You should be able to get to Services now. 
  • Try waiting for services to display. Give it 10 minutes.
  • Try using Computer Management from another computer to access the server (I don’t remember if this works). 
  • Try using command prompt to stop and disable the Information Store service (I don’t remember if this works).  
sc config "store" start= disabled 
sc stop "store"
  • Try booting into safe mode to stop and disable the Information Store Service.
  • If you are using a physical server, and nothing else is working, try removing the physical network adapter. 

Helpful reference material (for this and other related errors):

Migrating virtual machines causes hidden NIC

Exchange 2010 Information Store “starting” due to time sync error and Topology service

Another Exchange Information Store stuck in starting due to time error

I hope that works for you!  If it does, or does not, please leave a comment to help others!

If you need a senior escalation point for Exchange, VMware, or Netapp technologies, consider Kieri Solutions. You can find more about me and my company in the menu above.

Leave a Reply

Your email address will not be published. Required fields are marked *