HP Systems Insight Manager 7.2 Technical Reference Guide
• password
The password to the administrative account specified by user name
• domain
The domain of the administrative user (blank if the administrative user is a local account on
target systems)
Creating an OpenSSH task from the command line with an XML file
Execute:
mxtask -cf ssh.xml
Creating an OpenSSH task from the command line without an XML file
Execute:
mxtask -c taskname -q queryname -w schedule -t
toolname -A toolparams
• Replace taskname with the name you are giving the task
• Replace queryname with the name of an existing collection
• Replace schedule with Tmanual
• Replace toolname with the tool (installing OpenSSH)
• Replace toolparams with previously listed parameters
Example:
mxtask -c “ssh1” -q “All Systems” -w Tmanual -t “Install OpenSSH”
-A “<?xml version="1.0"?>
<XeObjectclassName="com.hp.mx.portal.taskandjob.
OpenSSHInstall.MxOpenSSHInstallCommandToolParameters"
classVersion="1.0">
<Property name="driveLetter">
<Simple>C:</Simple>
</Property>
<Property name="path">
<Simple>C:\hpsim\target\windows\stage\sim\openssh\
1079128853916</Simple>
</Property>
<Property name="component">
<Simple>CP005309.EXE</Simple>
</Property>
</Property name="username">
<Simple>user1</Simple>
</Property>
</Property name="password">
<Simple>password</Simple>
</Property>
<Property name="domain">
<Simple>openview</Simple>
</Property>
</XeObject>">>
Replicate Agent Settings
Replicate Agent Settings is a source system configuration that you can edit and copy to a target
system or group of systems.
410 Operations