We are constantly getting alerts in SCOM from the Exchange Managed Health/Availability services for disk space issues!
For example;
Database 'MBXDB' is low on log volume space. 'MBXDB' is low on log volume space [H:\]. Current=55 GB, Threshold=175.78 GB"
The documentation online for overriding these thresholds is sparse, or at least, for what the questions I'm asking.
We have separate drives for DBs and LOGs (as per normal), yet there seems to be no way to distinguish between these for the disk thresholds? Or none I've found.
It looks like a global, one value setting, that will impact all disks?
Add-GlobalMonitoringOverride -Item Monitor –Identity MailboxSpace\StorageLogicalDriveSpaceMonitor -PropertyName MonitoringThreshold -PropertyValue 30 -ApplyVersion 15.0.847.32
But what if 30GB is a huge chunk of that disk, or too smaller chunk, we have drives of all different sizes. Does it impact C: drive as well? Does this affect both LOG and EBD disks? Can we setup seperate global overrides for different volumes? What about mount points?
I cant seem to find answers to these questions, so any advice is appreciated.
This is the log:
Database 'MBX' is low on log volume space. 'MBX' is low on log volume space [J:\]. Current=100.62 GB, Threshold=175.78 GB
'MBX' is low on EDB volume space [I:\]. Current=100 GB, Threshold=175.78 GB
It still continues to see the default 175.78GB Threshold, even after adding the global override above.