VaultStoreDatabaseBackupHostedDependsOnVaultStoreDatabaseLogFile.Monitor

Veritas.EnterpriseVault.12.VaultStoreDatabaseBackupHostedDependsOnVaultStoreDatabaseLogFile.Monitor (DependencyMonitor)

Monitors the state of Vault Store database backup caused by changes to the backup state of the Vault Store database log file.

Knowledge Base article:

Summary

One or more Vault Store database transaction logs have not been backed up.

Causes

This is likely to be because of one of the following:

Resolutions

Check that backup tasks are not failing. Contact your backup administrator if necessary.

Review your SQL database backup procedures and make any changes needed to ensure that backups happen in a timely fashion.

Element properties:

TargetVeritas.EnterpriseVault.12.VaultStoreDatabaseBackup.Hosted
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorVeritas.EnterpriseVault.12.VaultStoreDatabaseLogFileBackup.Monitor
RelationshipVeritas.EnterpriseVault.12.VaultStoreDatabaseBackupHostedContainsVaultStoreDatabaseLogFile
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityInternal
Alert Message
Vault Store database log backup is overdue
The SQL database transaction log backup for the Vault Store database is overdue.
Database name: {0}
SQL Server instance name: {1}

Source Code:

<DependencyMonitor ID="Veritas.EnterpriseVault.12.VaultStoreDatabaseBackupHostedDependsOnVaultStoreDatabaseLogFile.Monitor" Accessibility="Internal" Enabled="true" Target="Veritas.EnterpriseVault.12.VaultStoreDatabaseBackup.Hosted" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Veritas.EnterpriseVault.12.VaultStoreDatabaseBackupHostedContainsVaultStoreDatabaseLogFile" MemberMonitor="Veritas.EnterpriseVault.12.VaultStoreDatabaseLogFileBackup.Monitor" RunAs="EV!Veritas.EnterpriseVault.MonitoringProfile">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Veritas.EnterpriseVault.12.VaultStoreDatabaseBackupHostedDependsOnVaultStoreDatabaseLogFile.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Veritas.EnterpriseVault.12.DatabaseBackup"]/DatabaseName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="Veritas.EnterpriseVault.12.DatabaseBackup"]/DatabaseSQLInstanceName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>