HP Systems Insight Manager 7.1 Command Line Interface Guide

MeaningValue
Duplicate system error.5
Nonexistent user error.6
System is locked error.7
Nonexistent system group error.8
Invalid name.21
Unknown network host.31
Missing mxnode plug-in identification collector.33
Undefined node name.38
Unauthorized user.50
Database error.102
Authentication failure.221
The CMS is not initialized.222
System installation error.224
Unable to connect to the session manager.249
Remote exception.250
File input parsing error.252
Duplicate name.253
Properties file error.254
Examples
Example 1
To identify and add the nodes defined in new_nodes.xml, enter: mxnode -a -f
new_nodes.xml.
The contents of new_nodes.xml might look like:
<?xml version="1.0" encoding="UTF-8"?>
<node-list>
<node name="abc" host-name="abc.mycompany.com" />
<node>
<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
72 Command descriptions