Enable the HealthScanner
- Last Updated: March 30, 2020
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
The OpenEdge HealthScanner is disabled by default, use the tcman command to enable.
- Change to the
bindirectory for the instance. For example:cd instance\bin
- List the
feature=valuepairs. Enter the following:tcman feature The
HealthCheck=offshows that the feature is disabled. Download a copy of the tcman Quick Reference guide to learn more abouttcman. - Enable the HealthCheck feature. Use the
following:
tcman feature HealthCheck=on
- Verify the change, use tcman to poll the HealthCheck value. Enter
the
following:
tcman feature HealthCheck