Veritas VCSComm Startup Service

Veritas.VCSComm.ServiceMonitor (UnitMonitor)

This monitor shows the state of ‘Veritas VCSComm Startup’ service. When the service is running, the state is displayed as healthy.

Element properties:

TargetVeritas.Cluster.Communication.Servers
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Veritas VCSComm Startup Service
'Veritas VCSComm Startup’ service is not running. Please verify that GAB / LLT is configured properly.
RunAsDefault

Source Code:

<UnitMonitor ID="Veritas.VCSComm.ServiceMonitor" Accessibility="Public" Enabled="true" Target="Veritas.Cluster.Communication.Servers" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Veritas.VCSComm.ServiceMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Healthy" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="Critical" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>VCSComm</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>