IBM System Dashboard for Enterprise Content Management, Version 5.0.0.2

Configuring Usage Reporter data collection

After you install the Usage Reporter, you can use the System Dashboard to create the XML file that identifies the host systems. Name the file cluster.xml and save it in the same directory as the Collector component.

Java™ Virtual Machine (JVM) version 7 is required for use of IPv6 between the Listener and Collector.

Tip: If you use only the Usage Collector and not the Dashboard, you can construct an abbreviated cluster definition XML file by hand. Use the following XML example as the basis for your cluster.xml file.

To specify one or more hosts:

Use the following example text to specify one or more hosts. You can add or remove <Cluster> or <Host> sections as needed.
<Clusters>
  <Cluster>
    <Name>cluster_name_1</Name>
    <Host>host_name_1</Host>
    <Host>host_name_2</Host>
  </Cluster>
  <Cluster>
    <Name>cluster_name_2</Name>
    <Host>host_name_3</Host>
  </Cluster>
</Clusters>


Last updated: March 2016
p8pdb132.htm

© Copyright IBM Corporation 2016.