HP Systems Insight Manager 7.0 Command Line Interface Guide

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 -a
This command performs the initial configuration procedure. The following steps are performed
during the initial configuration:
The initialization file and property file are set up.
The database is configured.
The server daemons are started.
The local system is configured to allow management by the server.
mxinitconfig -r
This command removes the Systems Insight Manager configuration information. The following
steps are performed:
The server daemons are stopped.
The authentication keys are removed.
The database is unconfigured.
mxinitconfig -l
This command lists the current configuration status.
Options
-a
Configure the server.
mxinitconfig 53