HP Systems Insight Manager 5.3 Command Line Interface reference guide

</node-group>
</node-group-list>
Example 9
To use the XML file test2.xml to define a system group named
group1
with a description and the member
systems,
system1.corp.com
and
system2.corp.com
, with auto-update enabled, enter mxngroup -a -f
test2.xml The test2.xml file might look like:
<?xml version="1.0" encoding="UTF-8"?>
<node-group-list>
<node-group name="group1" auto-update="true">
<description>This is group1.</description>
<member-node value="system1.corp.com" />
<member-node value="system2.corp.com" />
</node-group>
</node-group-list>
Limitations
This command can only be run on the CMS.
Only full configuration rights users can use mxngroup to add, modify or remove system groups. Any
user can list group information.
See also
HP-UX
mxngroup(1M), mxuser(1M), mxnode(1M), mxauth(1M)
Linux
mxngroup(8), mxuser(8), mxnode(8), mxauth(8)
mxnode
Adds, modifies, identifies, removes, or lists nodes in HP SIM.
Synopsis
mxnode -a hostname(s)|ipaddress(es) [-w] [-v]
mxnode -a -f filename [-w] [-v]
mxnode -a -m -f filename [-w] [-v]
mxnode -m [-p] -f filename [-w] [-v]
mxnode -m systemname(s)
mxnode -r nodename(s)|hostname(s)|ipaddr(es) [-x force] [-v]
mxnode -r -f filename [-x force] [-v]
mxnode -ln [ systemname(s) ]
mxnode -ld [ systemname(s) ]
mxnode -lt [ systemname(s) ]
mxnode -lf [ systemname(s) ] [-b encoding ]
mxnode -lmpo [-b encoding ]
Description
mxnode allows you to add, modify, remove or list HP SIM systems. When entering mxnode commands, you
can specify systems on the command line or in an XML file. See the mxnode(4) manpage for the required
Example 9 49