HP Systems Insight Manager 7.0 Command Line Interface Guide

<sw-attribute name="IPAddress">192.1.1.1</sw-attribute>
</node>
<node name="maple" />
</node-list>
Example 2
To remove node abc from the database, enter mxnode -r abc.
Example 3
To list, in detailed format, all attributes for the node abc, enter mxnode -ld abc.
The output might look like:
Node name: abc
Host name: abc.mycompany.com
IP addresses: 192.1.2.3
OS name: HPUX
OS revision: 11.00
OS revision text: 11.00
OS vendor: HP
Protocols: SNMP:1.0
GUID: 00000000864162de0f07e31d86c00000
Hardware device ID: 00000000864162de0f07e31d86b00000
Device type: UnixWorkstation
Device subtype: HP9000
Model: 9000/785
Added by: root
Added on: Sep 24, 2002 4:15:46 PM
Monitoring: Not suspended
OS description:
Preferred node name: LABabc
System description: Hardware: x86 Family
Contact: ph: 555-1234
Location: Bldg 6,Room123
UUID: n...n
Attributes locked: No
Example 4
To list, in tabular format, a subset of node attributes for all nodes in the database, enter: mxnode
-lt.
The output might look like:
NAME HOST NAME OS NAME ADDED ON IP ADDRESSES
abc abc.mycompany.com HPUX Sep 24, 2002 4:15:46 PM 192.1.2.3
xyz xyz.mycompany.com Linux Sep 24, 2002 4:15:47 PM 192.1.2.4
Example 5
To list node abc in XML format, enter: mxnode -lf abc.
The output might look like:
<?xml version="1.0" encoding="UTF-8"?>
<node-list>
<node name="abc" guid="..." host-name="abc.mycompany.com">
<hw-attribute name="DeviceType">UnixWorkstation</hw-attribute>
<hw-attribute name="DeviceSubType">HP9000</hw-attribute>
<hw-attribute name="Model">9000/785</hw-attribute>
<hw-attribute name="ProcessorFamily">pa-risc</hw-attribute>
<sw-attribute name="OSName">HPUX</sw-attribute>
<sw-attribute name="OSVendor">HP</sw-attribute>
<sw-attribute name="OSRevision">11.00</sw-attribute>
<sw-attribute name="IPAddress">192.1.2.3</sw-attribute>
<sw-attribute name="ProtocolSupport">SNMP:1.0</sw-attribute>
72 Command descriptions