HP Systems Insight Manager 6.3 Command Line Interface Guide

Note: If this property is set as false, you must configure the credentials separately. The
credentials configured using this option are applied to all systems.
The Configure or Repair Agents Query XML have the full DNS names or names of all the
discovered managed systems. The value tag can be removed, added, or modified based on
your choice.
Note: If full DNS name is not present for a system, its system name must be specified. the IP
address of the managed system is not allowed to specify for the value tag.
Each HP Insight Control Software can create its own set of Configure or Repair Agents
task/query XML files. The names of the XML files would reflect the software names.
You have the choice to create or run any number of Configure or Repair Agents tasks/queries
having different set of configurations to be applied for different set of devices, provided the
names of the tasks and queries are different from the ones that are already present in the
CMS.
To run a Configure or Repair Agents task:
mxquery -af [CRA Query XML name]
mxtask -cf [CRA Task XML name]
Author
mximport was developed by the Hewlett-Packard Company.
Debug settings
By default, the debug log is disabled for migration. To turn on the debug log, open the file
migration.props under [HPSIM]\config\debugsettings, and modify the value of the property
GlobalEnable to true and set the log level to 20 or above for finest logging. This property file will
be created on the first run of export of import operation. The debug log file will be created under
[HPSIM]\logs with name migration_log4j.log. A backup log file will be created with
name migration_log4j_backup.log.
See also
mxexec(1M, 8)
mxinitconfig
Performs the initial configuration of the server.
Synopsis
mxinitconfig -a
mxinitconfig -r
mxinitconfig -l
Description
The mxinitconfig command enables you to perform the initial Systems Insight Manager
configuration, remove the Systems Insight Manager configuration information, or list the current
configuration status.
If no options are entered, the configuration status is listed ( -l ).
When Systems Insight Manager is running, you can use -l to list the configuration status, but you
cannot run mxinitconfig -a or mxinitconfig -r.
mxinitconfig 49