Register an ESAM-managed OpenEdge installation
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
- Verify ESAM directory creation by confirming that the ESAM directory has been
recreated:
- Windows:
C:\Windows\System32\openedge.d\ - Linux:
/etc/openedge.d/
- Windows:
- Register OpenEdge installations. For each OpenEdge installation, system administrators can
register the root install path using the script located in
sbin:
- Windows:
setdlc.bat -esamregisterDLC absolute-path-to-DLC - Linux:
setdlc -esamregisterDLC absolute-path-to-DLC
- Windows:
- Validate the setup. Any user can use the
valdlcscript to confirm that each installation is properly registered:- Windows:
valdlc.bat -dlc absolute-path-to-DLC - Linux:
valdlc -dlc absolute-path-to-DLC
- Windows:
- Review audit logs by checking
oesec.login the ESAM audit directory to confirm successful registration and policy enforcement.