Shut down (stop) all configured agents except the HP Operations Control Agent on the specified systems.
Parameters
If an exact match cannot be found, the behavior is as follows: If a node is specified without a domain, it is compared with a short name (until the first '.') in all OV_ManagedNode WMI instances that have entered FQDN as a Primary Node Name. Otherwise, if a node is specified with FQDN, a short name (until the first '.') is compared with an exact match (also a short name) in OV_ManagedNode WMI instances.
If more than one matching OV_ManagedNode WMI instance is found, an error is reported.
Node groups in the path are identified with the node group caption (that is, the Caption property of the OV_NodeGroup WMI instance).
Returning Parameter
None.
HRESULT Return Values
Description
The StopAgentAsync method shuts down (stops) all configured agents except the HP Operations Control Agent on the specified systems.
Nodes are specified with some or all of the following parameters:
If any parameter is not used, it should be passed to the method as an empty Variant.
Even when the node is included in more than one parameter, remote administration is performed only once.
To also include all subgroups of the specified node group, call the method with the parameter bInclSubGroups set to VARIANT_TRUE. It defaults to VARIANT_FALSE (subgroups will not be enumerated).
To specify all managed nodes, specify a string with a single backslash character ("\") as a parameter varNodeGroupPaths, leave the parameters varNodePrimNames, varNodeIds, and varNodeGroupIds empty, and set the parameter bInclSubGroups to VARIANT_TRUE.
This is an asynchronous method. For a comparison of the synchronous and asynchronous methods, see the description of the IOvRemoteAgent interface.