You can add an IBMTSSVC_CandidateNode to an existing IBMTSSVC_Cluster.
To add an IBMTSSVC_CandidateNode to an existing IBMTSSVC_Cluster,
follow these steps:
- Obtain the reference (CIMObjectPath) of the IBMTSSVC_Cluster to
which you want to add an IBMTSSVC_CandidateNode.
- Obtain the Reference for the IBMTSSVC_CandidateNode instance.
- Locate the IBMTSSVC_ClusteringService instance that is associated
with the IBMTSSVC_Cluster by traversing the IBMTSSVC_ClusteringServiceForSystem
association.
- Invoke the IBMTSSVC_ClusteringService.AddNode() method. The AddNode
method has the parameter CandidateNode Ref, and the IOGroup Ref to which you
want to add the Node. Every node must be in an IOGroup and each IOGroup can
only contain two nodes.