HP Systems Insight Manager 7.1 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
HP SIM'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
mximport 49