The data collected by the OpenEdge HealthScanner is based on a series of enabled probes. In this topic, the Health Collector is enabled and the properties controlling the data collection are set in the appserver.properties file in the instance\conf directory.

  1. The instance\conf directory contains an appserver.properties file with properties related to enable and to configure the collection of data from the probes.
  2. Enable the collector to collect data from the probes. Enter:
    tcman config psc.as.health.enabled=true 
    Note: To echo back the newly set value, repeat the property name after setting the value, as shown here.

  3. Restart the server. Enter the following:
    tcman pasoestart -restart 
  4. Confirm that the HealthScanner is running. Use the following:
     tcman env 
  5. The manager health port: 8899 identifies the port for the HealthScanner.