Service Monitoring: CCP Management service is not running

Service_Monitoring__CCP_Management_service_is_not_running_1_Rule (Rule)

Knowledge Base article:

Management Pack
Summary

This alert is generated when the Microsoft Compute Cluster Management service has stopped running.

When this service is not running on a head node, then the entire cluster management infrastructure will not function. No configuration changes will be propagated from the head node to the cluster, and no status updates or job statistics will be accepted from the nodes.

When this service is not running on a compute node, changes to the cluster will not be propagated to that node, and status and job statistics will not be reported to the Compute Cluster Server job scheduler on the cluster head node.

Jobs that are already running on compute nodes will continue to run as usual.

 
Causes

This error can be caused by any of the following:

  • The Microsoft Compute Cluster Management service encountered an error and had to stop running.
  • The Microsoft Compute Cluster Management service was intentionally or accidentally disabled.
  • Group Policy does not allow this service to start.
 
Resolutions

To troubleshoot and fix this problem:

  1. Service Control Manager produces an error event if a service is terminated unexpectedly. Start Event Viewer on the affected computer and check for any system events from Service Control Manager, or application events from the Microsoft Compute Cluster Management service (CcpManagement). Resolve any errors reported by this event.
  2. Restart the service on the affected node.
  3. If the service cannot be restarted, contact the network domain administrator to make sure this service is not disabled by domain policy.
  4. If none of above solves the problem, uninstall and install Compute Cluster Pack on the affected computer.
 
© 2006 Microsoft Corporation, all rights reserved.

Element properties:

TargetMicrosoft.Windows.Server.ComputeCluster.2003.Microsoft_Windows_Compute_Cluster_Server_2003_Head_Nodes_Installation
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityInformation
Alert PriorityLow
RemotableTrue
Alert Message
Service Monitoring: CCP Management service is not running

$Data/EventDescription$
CommentMom2005ID='{27EA9096-EDCC-4230-9A31-E0AC5698502C}';MOM2005ComputerGroupID={3326B24C-3FCA-4A20-A242-10F6836AF625}

Member Modules:

ID Module Type TypeId RunAs 
_A82B9550_241C_11D3_B2CF_00A0C92A28B4_ DataSource System.Mom.BackwardCompatibility.FilteredEvent.DataProvider Default
GenerateAlert WriteAction System.Mom.BackwardCompatibility.AlertResponse Default

Source Code:

<Rule ID="Service_Monitoring__CCP_Management_service_is_not_running_1_Rule" Target="Microsoft.Windows.Server.ComputeCluster.2003.Microsoft_Windows_Compute_Cluster_Server_2003_Head_Nodes_Installation" Enabled="true" ConfirmDelivery="false" Comment="Mom2005ID='{27EA9096-EDCC-4230-9A31-E0AC5698502C}';MOM2005ComputerGroupID={3326B24C-3FCA-4A20-A242-10F6836AF625}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_A82B9550_241C_11D3_B2CF_00A0C92A28B4_" Comment="{A82B9550-241C-11D3-B2CF-00A0C92A28B4}" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.FilteredEvent.DataProvider">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft Operations Manager</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>21207</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[5]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>CcpManagement</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.AlertResponse">
<AlertGeneration>
<GenerateAlert>true</GenerateAlert>
<Owner/>
<Description>
$Data/EventDescription$
</Description>
<AlertLevel>10</AlertLevel>
<ResolutionState/>
<Source>
$Data/PublisherName$
</Source>
<Name>Service Monitoring: CCP Management service is not running</Name>
<ServerRole>Head Node</ServerRole>
<ServerRoleInstance>$Target/Host/Property[Type="WindowsLibrary!Microsoft.Windows.Computer"]/NetbiosComputerName$</ServerRoleInstance>
<Component>CCPManagement</Component>
<ProblemState>1</ProblemState>
</AlertGeneration>
<InvokerType>0</InvokerType>
</WriteAction>
</WriteActions>
</Rule>