To avoid this problem on Windows platform installations, dependencies between the services can be created:
- Locate Registry Entry for LDAP Service and note name: (ie HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ADAM_*)
- Locate Registry Entry for COREid Service(s): (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ObAAAServer-*, HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ObOISServer-*)
- In each, add a Multi-String Value called DependOnService with a value that is the name of the LDAP service (ie ADAM_*)
- Reboot
Additional Notes:
- This type of configuration is only useful when the COREid service(s) are configured to ONLY connect to one LDAP instance (no failover or redundancy) that is located on the same server (ie development/test environments)
- Multiple LDAP service names can be added to these registry keys (if using seperate LDAP directories for user, policy, or config containers)
- This dependency relationship will also cause COREid service(s) to restart/stop when restarting/stoping LDAP service
No comments:
Post a Comment