Please enter search query.
Search <book_title>...
Enterprise Vault™ Monitoring Enterprise Vault
Last Published:
2021-03-23
Product(s):
Enterprise Vault (14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.0.1, 11.0)
- Monitoring Enterprise Vault
- Enterprise Vault locations
- Enterprise Vault Directory database
- Vault Store Group fingerprint database
- Vault Store database
- Vault Store
- Vault Store partitions
- Index locations
- IIS Service
- Enterprise Vault services
- Monitoring Enterprise Vault tasks
- Monitoring Enterprise Vault event logs
- Enterprise Vault performance counters
Enterprise Vault cache location used disk space
Purpose
Determine the space used and space available at the Enterprise Vault cache location.
Suggested frequency
Every 5 minutes
Suggested thresholds
Warning alert: 90%
Critical alert: 95%
Method 1 (preferred)
Use the Cache instance of the Disk space % used performance counter:
Enterprise Vault Disk Location\Disk space % used\Cache Monitors the volume that hosts the Cache location
Method 2
Use the Get-EVFileLocation cmdlet.
Sample output
PS C:\> Get-EVFileLocation -type cache Path : D:\MyCache Type : Cache TotalQuotaGBytesFree : 68.12 TotalQuotaGBytesUsed : 31.78 TotalQuotaGBytesAvailable : 99.9
Example
To determine the amount of free space at the Enterprise Vault cache location:
(Get-EVFileLocation cache).TotalQuotaGbytesFree