HP Systems Insight Manager 7.0 Command Line Interface Guide

Return values
MeaningValue
Successful completion.0
Command line syntax error.2
An error occurred during operation.-1
Files
/etc/opt/mx/config/globalsettings.props
Examples
Example 1
To list all the settings from the globalsettings.props file, enter mxglobalsettings -ld.
The output might look like:
AllowAltIpForTrap = enabled
CMSDeviceKey = 2
CMSLocale = en_US
CertificateExpirationCriticalStart = 0
CertificateExpirationMajorStart = 10
CertificateExpirationMinorStart = 30
... many lines deleted
snmp_timeout = 4
snmp_timeout_default = 4
suspend_storage_dataCollection = false
switch_code_wakeup = true
wbemEnableState = enabled
Example 2
To set the CMSLocale value in globalsettings.props to Japanese, enter mxglobalsettings
-s CMSLocale=ja_JP.
mximport
Performs the data migration import function.
Synopsis
mximport [[-f filename] ] [[-p password] ]
mximport enables you to perform the data migration import functionality. This is used to import
data from an installation of HP Insight Control Suite 3.0 or later to an installation of HP Insight
Control Suite 6.0. This tool takes a zip file as input
Options
mximport recognizes the following options:
-f Specifies the name of the zip file. If a file name is not specified, the zip file will be read
from Systems Insight Manager's installed location \data\configdata-import with name
as Products.zip.
-p Specifies the password. Minimum allowed length is 8 characters. If a password is not
specified along with the command, you will be prompted to enter the password. This prevents
the clear text password from being exposed to unintended eyes. This password is the same
one that was given for mxexport on the source server.
mximport 49