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
Indexing service
Monitor the state of an Indexing service.
Suggested frequency
Every 5 minutes
Method 1
Use the 'Get-EVServiceState' PowerShell cmdlet with the "Name" property of the service as a parameter.
Sample output
PS C:\> Get-EVServiceState EnterpriseVaultIndexingService Running
Method 2
Use the 'Get-Service' PowerShell cmdlet.
Sample output
PS C:\> Get-Service IndexingService
Status Name DisplayName ------ ---- ----------- Running EnterpriseVault... Enterprise Vault Indexing Service