All kinds of wacky things can happen from Back Pressure, from DB dismounts to messages becoming stuck in the queues.
There are three degrees of back pressure:
The resolution was to adjust the Back Pressure threshold, which in my opinion is a little too stringent in the first place, but (disclaimer) you should fix the underlying issue so it doesn't keep happening.
To adjust the thresholds, open: C:\Program Files\Microsoft\Exchange Server\V14\Bin\EdgeTransport.exe.config
**Note** If you installed Exchange in a different location, look in the "bin" folder of your install directory.
In the "EdgeTransport.exe.config" file, modify these values to suit your environment:
PercentageDatabaseDiskSpaceUsedHighThreshold (Default 0)
PercentageDatabaseDiskSpaceUsedMediumThreshold (Default 0)
PercentageDatabaseDiskSpaceUsedNormalThreshold (Default 0)
The formula for disk utilization is:
Free space percentage = (disk size – 500MB) / disk size
The results are expressed as a percentage of the total disk space that is being used.
By default, the medium level of hard disk drive utilization is 2 percent less than the high level, the normal level is 4 percent less than the high level.
Thus, you need to adjust the thresholds listed above to the amount of disk space that you need for the database(s) to stop dismounted and/or rejecting messages.
No comments:
Post a Comment