Problem Description:
Environment Description:
2 cas,2 MBX, all physical servers, 2 processors, 16G of memory, RAID5 SAS hard drives.
Open the EMC console, then randomly open a user's mailbox view properties, will be about half a minute, all the property bar is blank, and the console will appear suspended animation state. Open PowerShell, and enter some commands, such as Get-exchangeserver, to stutter for a minute to output results.
In the same time, open the Resource Monitor, do not see the non-normal resource consumption, in addition to memory consumption 80% (this is not a problem), the processor, hard disk, Nic has no obvious problem.
Diagnosis:
There is no problem with server performance, which is suspected to be a bottleneck during the PowerShell query.
Operation Record:
1. Follow kb:http://blogs.technet.com/b/nawar/archive/2011/06/03/ Exchange-2010-management-console-emc-is-very-slow.aspx set the browser to not check for certificate revocation. And there's no performance improvement.
2. Follow kb:https://community.spiceworks.com/topic/526265- Exchange-2010-exchange-management-console-and-shell-very-slow reclaims the Msexchangepowershellapppool on IIS. This looks very consistent with the symptoms, and after performing the validation, this is the solution.
Review:
This problem occurs primarily because the Exchange server does not perform regular maintenance. PowerShell query performance has been significantly improved after manually recycling the application pool.
This article is from the "Microsoft Technology Road" blog, make sure to keep this source http://autodiscover.blog.51cto.com/5759621/1698237
Kb:exchange Console Open slowly