HP Operations Manager for Windows

OV_NodeGroup::RemoveExternalNode()
OV_NodeGroup::RemoveExternalNode_Trans()


void RemoveExternalNode(
[in] string NodeName)
void RemoveExternalNode_Trans(
[in] string TransId,
[in] string NodeName)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
NodeName
The Name property of the instance of OV_ExternalNode to be removed from this node group.

Calling Convention

These methods can be called only from a WMI instance object.

Description

Removes an external node (instance of OV_ExternalNode) from this node group.

Caution CAUTION:
If the external node no longer belongs to any node group after this operation, it is removed from STORE.

Return Value

None.

Extended Status Codes

MDLAPI_E_EXT_NODE_NOT_EXIST
External node does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.