CIM_ParticipatingCS class

A CIM_Cluster is composed of two or more computer system's, operating together. A computer system may participate in multiple clusters.

When first establishing or bringing up a cluster, only one computer system may be defined as participating in it. Therefore, the cardinality of the association for the CIM_ComputerSystem reference is Min(1).

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Abstract, AMENDMENT]
class CIM_ParticipatingCS : CIM_Dependency
{
  CIM_ComputerSystem REF Antecedent;
  CIM_Cluster        REF Dependent;
  uint16                 StateOfNode;
  uint16                 RoleOfNode;
};

Members

The CIM_ParticipatingCS class has these types of members:

Properties

The CIM_ParticipatingCS class has these properties.

Antecedent

Data type: CIM_ComputerSystem

Access type: Read-only

Qualifiers: Override ("Antecedent"), Min (1)

The ComputerSystem which participates in the Cluster.

Dependent

Data type: CIM_Cluster

Access type: Read-only

Qualifiers: Override ("Dependent")

The cluster

RoleOfNode

Data type: uint16

Access type: Read-only

RoleOfNode indicates whether the cluster nodes are peers (value = 3), connected in a master-subordinate/primary-secondary relationship (values = 4 for primary, 5 for secondary), available in a standby configuration (6) or of some other (1) or unknown (2) relationship.

Unknown (0)

Other (1)

Peer (2)

Primary (3)

Secondary (4)

Standby (5)

StateOfNode

Data type: uint16

Access type: Read-only

StateOfNode indicates the condition of the participating computer system in the cluster. For example, one value is "Joining" (2).

Unknown (0)

Other (1)

Joining (2)

Paused (3)

Available (4)

Unavailable (5)

Degraded (6)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MicrosoftNLB
MOF
WlbsProv.mof
DLL
WlbsProv.dll

See also

CIM_Dependency