Enterprise Vault™ Monitoring Enterprise Vault
- 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
About monitoring Enterprise Vault
Enterprise Vault includes a management pack for System Center Operations Manager (SCOM). The pack defines rules that enable SCOM to monitor Enterprise Vault components and critical Enterprise Vault events in the Application Event Log on Enterprise Vault servers.
This technical note details the monitoring that the SCOM pack provides so that you can implement the same monitoring with other tools.
You may also find that it is helpful to refer to the Enterprise Vault PowerShell Cmdlets manual. That manual describes how to perform various administrative tasks by running the Enterprise Vault PowerShell cmdlets.
Some of the Enterprise Vault PowerShell cmdlets are provided by DLL modules that are not imported automatically by the Enterprise Vault Management Shell. Before you can use these cmdlets you must import the following DLL modules:
Symantec.EnterpriseVault.PowerShell.Core.dll
Symantec.EnterpriseVault.PowerShell.Monitoring.dll
For example:
import-module "C:\Program Files (x86)\Enterprise Vault \Symantec.EnterpriseVault.PowerShell.Core.dll" import-module "C:\Program Files (x86)\Enterprise Vault \Symantec.EnterpriseVault.PowerShell.Monitoring.dll"