NodeEventHistoryView

Lists the events that occurred on the nodes of an HPC cluster. Events include the addition or removal of nodes and changes to the node state.

Column name Data type Can be null Description

NodeEventHistoryId

int

No

A unique numeric identifier for the node event.

NodeName

nvarchar(64)

No

The name of the node for which the event occurred.

EventTime

datetime

No

The date and time in Coordinated Universal Time (UTC) at which the event occurred.

Event

varchar(11)

No

The type of event the occurred. The following values are the possible types:

  • Added

  • Removed

  • Online

  • Offline

  • Reachable

  • UnReachable

 

Remarks

The reporting database stores information about node events only for the number of days that the DataExtensibilityTtl configuration parameter specifies. This value is 365 by default.

To view the current value of the DataExtensibilityTtl configuration parameter, use the Get-HpcClusterProperty cmdlet with the Parameter and Name parameters, for example:

Get-HpcClusterProperty -Parameter -Name DataExtensibilityTtl

To set or change the value of the DataExtensibilityTtl configuration parameter, use the Set-HpcClusterParameter cmdlet with the DataExtensibilityTtl parameter, for example:

Set-HpcClusterProperty -DataExtensibilityTtl 730

Requirements

Product

Windows HPC Server 2008 R2

See also

NodeView