HP Systems Insight Manager 7.2 Technical Reference Guide

2. From the command line, execute the following command:
mxtask -lf "SSH Task" > ssh.xml
ssh.xml contains the format required to create an OpenSSH task from the command line. The
following is an example file.
<?xml version="1.0" encoding="windows-1252"?>
<task-list>
<task name="Install OpenSSH 1" type="manual"
owner="admin" state="enabled">
<toolname>Install OpenSSH</toolname>
<queryname></queryname>
<scheduleinfo />
<timefilter />
<toolparams>
<?xml version="1.0"?>
<XeObject
className="com.hp.mx.portal.taskandjob.
OpenSSHInstall.MxOpenSSHInstallCommandToolParameters"
classVersion="1.0">
<Property name="driveLetter">
<Simple>C:</Simple>
</Property>
<Property name="path">
<Simple>C:\Program Files\HP\Systems Insight Manager\
openssh\1118786323238</Simple>
</Property>
<Property name="component">
<Simple>CP005309.EXE</Simple>
</Property>
<Property name="username">
<Simple>administrator</Simple>
</Property>
<Property name="password">
<Simple></Simple>
</Property>
<Property name="domain">
<Simple></Simple>
</Property>
</XeObject>
</toolparams>
</task>
</task-list>>
The OpenSSH task uses six parameters, even though the user is only asked for three during task
creation. The first three parameters must follow the example provided. Example:
driveLetter
The drive where HP SIM is installed
path
full path to openssh dir\dir name, where dir name is any name you select
component
CP011220.EXE
username
A user account with administrative rights on the target systems
Installing OpenSSH 409