1. Verify ESAM directory creation by confirming that the ESAM directory has been recreated:
    • Windows:
      C:\Windows\System32\openedge.d\
    • Linux:
      /etc/openedge.d/
  2. 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
  3. Validate the setup. Any user can use the valdlc script to confirm that each installation is properly registered:
    • Windows:
      valdlc.bat -dlc absolute-path-to-DLC
    • Linux:
      valdlc -dlc absolute-path-to-DLC
  4. Review audit logs by checking oesec.log in the ESAM audit directory to confirm successful registration and policy enforcement.