HP Systems Insight Manager 6.0 Command Line Interface Guide

Example 5
To export a data by specifying a filename and a password, enter
mxexport[-f c:\data\Products.zip -p d&128Pa ]
Author
mxexport 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
mxexport(1M)
mxgetdbinfo
Obtains information about the HP SIM database settings.
Synopsis
mxgetdbinfo
mxgetdbinfo [-a|-h|-p|-d|-u|-t|-r|-b]
Description
mxgetdbinfo displays HP SIM database information such as the hostname of the database server, the
TCP/IP port, database name, username, and database type.
Options
-a
Display the hostname, port number, database name, username, and database type as
key/value pairs. This is the default behavior if no options are supplied on the command
line.
On HP-UX only, the returned information includes the location of the PostgreSQL data and
program directories.
-h
Display the hostname of the server on which the database is installed.
-p
Display the TCP/IP port used to connect to the database on the database server.
-d
Display the name of the database/instance used by HP SIM.
-u
Display the username used by HP SIM to log in to the database.
-t
Display the database type, for example, SQLServer, PostgreSQL, or Oracle.
-r
36 Command descriptions