Stop tracking an instance (unregister)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Purpose
Stop tracking an instance by removing the instance's entry from the $CATALINA_HOME/conf/instances.[unix|windows] file.
Note:
You use the register action to restart tracking on instances
after tracking was stopped with unregister .
A typical use for unregistering and then re-registering an instance, is to make
configuration changes when moving instances from one location, or core server,
to another. The register action not only enables tracking, it
also updates the value of CATALINA_HOME in all of the
executable scripts in the instance's /bin directory to
refer to the new core server.
Syntax
|
Parameters
- alias_name
- Specify the alias name of the instance that you want to stop tracking. The alias name must exist in an instances.[unix|windows] file.
Example
Stop tracking test1, which is an instance of /psc/pashome:
|