HP Systems Insight Manager 6.3 Command Line Interface Guide

An MAO defines and supports a management agent such as a CIMOM or SNMP agent. The MAO
contains information specific to accessing the agent, which includes attributes such as agent type,
port number, and the IP address by which it was accessed.
An MRO provides the information required to access an agent (MAO). An MRO always has an
associated MAO included in its overall information. An MRO on a system points to an MAO
residing on the same system, or another system.
The following sample XML list shows a system with one MAO and one MRO residing on the system.
A system's MPOs are included in the XML within the <managementpath-list> block. Within
this list block, each MPO is included in its own <managementpath> block, where an mpotype
attribute defines an MRO, MPO, or MAO type. The MRO in the following sample has an associated
MAO that resides on another system. Adding, modifying, or removing MPO data for a system is
available only through the mxnode CLI modify option which requires the MPO data to be provided
via XML input. See the mxnode(4) manpage for more information about using an XML file to add
or modify a system's MPO data.
<node-list>
<node name="abc" guid="..." host-name="..." monitoring="resume">
<hw-attribute name="DeviceType">Server</hw-attribute>
<sw-attribute name="PreferredNodeName">abc</sw-attribute>
<sw-attribute name="OverallStatus">NORMAL</sw-attribute>
<sw-attribute name="IPAddress">nn.nn.nnn.nn</sw-attribute>
<sw-attribute name="ProtocolSupport">WBEM:1.0</sw-attribute>
<sw-attribute name="ProtocolSupport">SNMP:1.0</sw-attribute>
<sw-attribute name="discovery.source">Ping</sw-attribute>
<sw-attribute name="DefaultProtoSettings">true</sw-attribute>
<sw-attribute name="DefaultAttributeSettings">true</sw-attribute>
<sw-attribute name="DefaultSystemName">true</sw-attribute>
<managementpath-list totalmpos="2">
<managementpath mpotype="MAO" mpoversion="1.0" maotype="WBEM_CIMOM"
location="OnThisNode">
<nodeguid>nn...nn</nodeguid>
<nodename>abc</nodename>
<proxytype>WBEM_CIMOM</proxytype>
<portnumber>nnnn</portnumber>
<ipaddress>nn.nn.nnn.nn</ipaddress>
<protocol>https</protocol>
<maoluid>nnnnnnnnnnn</maoluid>
<interopnamespace>interop</interopnamespace>
<profilelist>
<profilename>Array</profilename>
<profilename>Server</profilename>
</profilelist>
<functionalprofilelist>
<profilename>Basic Read</profilename>
<profilename>Basic Write</profilename>
</functionalprofilelist>
72 Command descriptions