HP Operations Manager for Windows

IOvRemoteAgent


Remote administration of HP Operations agents.

The interface IOvRemoteAgent provides methods for remotely administering HP Operations agents.

There are two kinds of methods:

Synchronous methods return after remote administration finishes on all HP Operations agents. They return a string with the status, as well as a Boolean value (cast to Variant) if any errors occur.

Asynchronous methods return immediately after the supplied parameters are validated. Clients that use the interface IOvRemoteAgent are notified after remote administration finishes on each HPOM for Windows managed node. In case of errors, clients are notified through event interface _IOvRemoteAgentEvents. (For a description of notification events, see the description of the _IOvRemoteAgentEvents interface.)

If you want to perform remote administration on a large set of managed nodes, it is better to use asynchronous methods. These methods provide you with continuous information about the status on each managed node. Also, you can cancel these methods.

Synchronous methods, on the other hand, return the status after remote administration finishes on all specified managed nodes.

Properties

None.

Methods

Cancel
Interrupts the asynchronous operation.

GetManagementServerPrimaryNodeName
Get the Primary Node Name of the management server.

BecomePrimMgr
Inform the agents on the specified systems to change the HPOM primary manager to the calling HPOM for Windows management server.

BecomePrimMgrAsync
Inform the agents on the specified systems to change the HPOM primary manager to the calling HPOM for Windows management server.

GetStatus
Get the current status of the agents on the specified systems, grouped by subagent ID.

GetStatusAsync
Get the current status of the agents on the specified systems, grouped by subagent ID.

StartAgent
Start or restart the configured agents on the specified systems.

StartAgentAsync
Start or restart the configured agents on the specified systems.

StopAgent
Shut down (stop) all configured agents except the HP Operations Control Agent on the specified systems.

StopAgentAsync
Shut down (stop) all configured agents except the HP Operations Control Agent on the specified systems.

GetAgentVersion
Return the version number of the HP Operations agent software that is currently installed on the specified systems.

GetAgentVersionAsync
Return the version number of the HP Operations agent software that is currently installed on the specified systems.

GetConfigVar
Return the setting of the configuration variables on the specified systems.

GetConfigVarAsync
Return the setting of the configuration variables on the specified systems.

SetConfigVar
Set the configuration variables to the specified value on the specified systems.

SetConfigVarAsync
Set the configuration variables to the specified value on the specified systems.

Program ID

OvOWRmtAgt.OvRemoteAgent