Install DPMP Agent

HP.DataProtector.ServerComputerRole.MPAgentInstall.Task (Task)

Installs Data Protector MP agent on systems, which you want to monitor.

Element properties:

TargetHP.DataProtector.CellServer.ComputerRole
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction HP.DataProtector.PA.ServerComputerRole.MPAgentInstall.TaskProvider Default

Source Code:

<Task ID="HP.DataProtector.ServerComputerRole.MPAgentInstall.Task" Accessibility="Public" Enabled="true" Target="HP.DataProtector.CellServer.ComputerRole" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="HP.DataProtector.PA.ServerComputerRole.MPAgentInstall.TaskProvider">
<Type>install</Type>
<AgentInstallationSource/>
<AgentInstallationDestination/>
<Parameters/>
<UpgradeAgent>false</UpgradeAgent>
<UserDomain>$RunAs[Name="HP.DataProtector.Administrator.Profile"]/Domain$</UserDomain>
<UserName>$RunAs[Name="HP.DataProtector.Administrator.Profile"]/UserName$</UserName>
<UserPassword>$RunAs[Name="HP.DataProtector.Administrator.Profile"]/Password$</UserPassword>
<TargetComputer>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</TargetComputer>
<IgnorePrereqCheck>false</IgnorePrereqCheck>
<Debug>false</Debug>
</ProbeAction>
</Task>