HP Systems Insight Manager 7.0 Command Line Interface Guide

-v
Display verbose progress information.
External influences
For HP-UX or Linux, LANG determines the default encoding the system will use to output XML data
if no encoding is specified on the command line. If LANG is not specified or null, or LANG does
not correspond to a recognized encoding, it defaults to C (see lang (5)). In this case, use the
-b option to specify the encoding of the XML data.
Return values
MeaningValue
Successful completion.0
Command line syntax error.2
Undefined system error.3
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>
mxnode 71