ClusterNodeType Table

ClusterNodeType is a static table listing all of the roles a computer can have in a cluster.

Table 1. Database columns for ClusterNodeType table

Database Column

Details

ClusterNodeTypeID

Type: integer. Key. Generated ID

A unique identifier for each ClusterNodeType. Possible values and the corresponding default strings are:

  • 1 = Active (a node that is powered on and in use.)
  • 2 = Passive (a node that is powered on but not in use unless an active node fails over to it)
  • 3 = Hot (an active node–IBM nomenclature)
  • 4 = Warm (a passive node–IBM nomenclature)
  • 5 = Cold (a node that is powered off–IBM nomenclature)
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a cluster node type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.