HP Systems Insight Manager 6.3 Command Line Interface Guide

Examples
Example 1
To list the global protocol settings in detailed format, enter mxglobalprotocolsettings -ld.
The output might look like:
Ping type = ICMP
Default ping timeout (in seconds) = 5
Default ping retries = 2
Enable WBEM = true
Enable HTTP and HTTPS = true
Enable SNMP = true
Default SNMP timeout (in seconds) = 5
Default SNMP retries = 1
Enable DMI = true
Example 2
To list the global protocol settings in XML format, enter mxglobalprotocolsettings -lf.
The output might look like:
<?xml version="1.0" encoding="UTF-8"?>
<global-protocol-settings xmlns="http://www.hp.com/hpsim5.1.0.0">
<ping-type value="ICMP"/>
<default-ping-timeout-seconds value="5" />
<default-ping-retries value="2" />
<enable-wbem value="true" />
<enable-http-and-https value="true" />
<enable-snmp value="true" />
<default-snmp-timeout-seconds value="5" />
<default-snmp-retries value="1" />
<enable-dmi value="true" />
</global-protocol-settings>
Example 3
To set the enable-wbem setting, enter mxglobalprotocolsettings -s enable-wbem=false.
See also
mxglobalprotocolsettings(4)
mxglobalsettings
Manages global settings in Systems Insight Manager.
Synopsis
mxglobalsettings -s [-f] {setting=value}...
mxglobalsettings -ld [ setting... ]
Description
mxglobalsettings manages the settings in globalsettings.props. Changes are effective
immediately, and do not require a restart of Systems Insight Manager. When you make a change
with this command, the globalsettings.props file is updated automatically.
Options
-s {setting=value}...
44 Command descriptions