Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Approves the addition of the specified node to the cluster.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Public Sub ApproveNode ( _
nodeName As String _
)
public void ApproveNode (
string nodeName
)
public:
virtual void ApproveNode (
String^ nodeName
) sealed
public final void ApproveNode (
String nodeName
)
public final 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 Cluster.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
Cluster Class
Cluster Members
Microsoft.ComputeCluster Namespace
PauseNode
ResumeNode
NodeStatus