HP Systems Insight Manager 7.1 Command Line Interface Guide

associatedDeviceKey: 0
timeStamp: 1144308295806
The mxcollection command enables you to manage the HP SIM collections and help organize
query collections. To display all the collections in a hierarchical tree, use the following command:
# mxcollection ln
The hierarchy shown at the beginning of this section is the output of the above command. The
following is the full hierarchy:
Systems
Private
Shared
Systems by Type
All VSE Resources
HP BladeSystem
Spare Systems
Systems Needing Maintenance
Storage Systems
Systems by Status
Systems by Operating System
Clusters by Type
Clusters by Status
System Functions
Events
Private
Shared
Events by Severity
Login Events
Service Events
To display the members of each collection, use the lf collname option instead of the ln
option, where collname is the name of the collection. For example:
# mxcollection lf Shared
displays the following output:
<?xml version="1.0" encoding="UTF-8"?>
<collection-list xmlns="http://www.hp.com/hpsim5.1.0.0">
<collection name="Shared" type="system" locked="false" application="">
<member name="Systems by Type" display-status="-1" type="collection"
default-view="treeview" hidden="false" />
<member name="Systems by Status" display-status="-1" type="collection"
default-view="treeview" hidden="false" />
<member name="Systems by Operating System" display-status="-1"
type="collection" default-view="treeview" hidden="false" />
<member name="Clusters by Type" display-status="-1" type="collection"
default-view="treeview" hidden="false" />
<member name="Clusters by Status" display-status="-1" type="collection"
default-view="treeview" hidden="false" />
<member name="System Functions" display-status="-1" type="collection"
default-view="treeview" hidden="false" />
<member name="Test Query" display-status="0" type="query"
default-view="tableview" hidden="false" />
</collection>
<collection name="Shared" type="event">
<member name="Events by Severity" display-status="-1" type="collection"
default-view="none" hidden="false" />
Managing collections 141