HP Systems Insight Manager 5.2 Update 2 Technical Reference Guide

ssa-block, attribute* ) >
<!-- In addition to the previously described elements, the
ssa-command-tool element specifies the following attributes. The
name attribute specifies the tool name and must be specified in
the ssa-command-tool element. The visible attribute specifies
whether the tool is visible for running. By default tools are
visible. The max-targets attribute specifies the maximum number
of targets against which a tool can run. The revision attribute
allows a tool author to specify a revision for the tool. Note
that this is for information aboutly. The job-log attribute
specifies whether the results of the command will be kept in this
system's job log. This attribute applies only to tools when they
are run as scheduled tasks, not when they are run as "run now"
tasks. When job-log="true" the job and target status for the tool
will be kept for a relatively lengthy system-defined period in
the database after the job completes. When job-log="false" only
the last completed copy of the job and target status for the task
will be kept in the cache for a much shorter period of time, and
will not be written to the database. Job logging is enabled by
default. The schedulable attribute specifies whether the tool can
be run as a schedulable task. When scheduled="false" the tool can
only run as a "run now" task. Tools are scheduled by default.
The GUID attribute specifies a globally unique identifier (GUID)
for the tool. Because the system generates a GUID for a tool
during the add operation, this field should only be specified
during a modify operation. The accepts-targets attribute specifies
whether the tool accepts targets for execution. The
accepts-targets attribute is true by default. -->
<!ATTLIST ssa-command-tool name CDATA #REQUIRED
visible (true | false) "true"
max-targets NMTOKEN #IMPLIED
revision CDATA #IMPLIED
job-log (true | false) "true"
schedulable (true | false) "true"
guid NMTOKEN #IMPLIED
accepts-targets (true|false) "true" >
<!-- The ssa-block specifies the elements specific to a single-system
aware tool. The ssa-block can specify a command or copy-block or
both. Only one command should be specified but up to 16 multiple
copy-blocks can be specified. After the command and/or
copy-blocks, one can specify the parameters for the command
and/or copy-block. -->
<!ELEMENT ssa-block (( command | copy-block )+, parameter*) >
<!-- The copy-block specifies a source file path and a destination
file path for a copy operation. -->
<!ELEMENT copy-block ( source, destination )+ >
<!-- The source element specifies the source file path for a copy
operation. -->
<!ELEMENT source (#PCDATA) >
<!-- The destination element specifies the destination file path for a
Custom tools 343