ICluster.ApproveNode Method

Approves the addition of the specified node to the cluster.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
Sub ApproveNode ( _
    nodeName As String _
)
void ApproveNode (
    string nodeName
)
void ApproveNode (
    String^ nodeName
)
void ApproveNode (
    String nodeName
)
function ApproveNode (
    nodeName : String
)

Parameters

  • nodeName
    The name of the node. Do not use the fully qualified domain name. The node has to be in the same domain as the head node that you connected to.

Remarks

You call this method to approve nodes whose status is PendingApproval (see NodeStatus). To get a list of compute nodes, access the ICluster.ComputeNodes property. To determine a node's status, access the INode.Status property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

ICluster Interface
ICluster Members
Microsoft.ComputeCluster Namespace
PauseNode
ResumeNode
NodeStatus