Summary
Question
Note The clearProbeData script resets the Data Flow Probe's DB schemas and file system state.
After running this script the Data Flow Probe re-sends all discovered data to UCMDB.
This could potentially create a significant load on the UCMDB Server.
Answer
-
Stop the Probe. For details, see How to Stop a Data Flow Probe.
-
Remove the Probe from UCMDB:
- If the Probe appears in the Data Flow Probe Setup > Domains and Probes tree, select the Probe and click Remove Domain, Probe or Cluster .
-
If the Probe does not appear in the Data Flow Probe Setup > Domains and Probes tree (in the case of a Probe on Linux/Probe configured for Integration only), you must delete it from the UCMDB JMX console:
- Log in to the UCMDB JMX Console. For details, see How to Access the JMX Console.
- If you do not know the exact name of the Probe that you want to remove, you can generate a list of the Probes on UCMDB by invoking the getAllRegisteredProbes operation.
-
Locate the removeProbeOrCluster operation, enter your customer ID (default: 1) and the name of the Probe you are removing, and invoke the operation.
The Probe is removed from UCMDB.
-
Update the Probe default domain property.
-
On the Probe machine, open the DataFlowProbe.properties file, located in:
- Windows: C:\UCMDB\DataFlowProbe\conf
- Linux: /opt/UCMDB/DataFlowProbe/conf
-
Update the following property with the new domain name:
For more details about this property, see DataFlowProbe.properties Parameters.
-
appilog.collectors.domain
-
-
-
Clear the data from the Probe. For details, see How to Clear Data Flow Probe Data.
-
Restart the Probe. For details, see How to Start a Data Flow Probe