LDAP application on Unity server

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 07:06 PM - edited 03-18-2019 06:14 PM
I have a piece of monitoring software that is watching our call managers and unity servers. Recently, it is complaining that the LDAP application in not responding on our unity 4.0(4)SR1 server, but I do not see what application is not working. I have restarted the server, but that does not seem to have helped. The server is and has been the PDC, Exchange and Unity all at the same time, but this is the only server in the domain, and there are less than 100 mailboxes so there is not real performance issues.
Any suggestions are appriciated.
- Labels:
-
UC Applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 08:32 PM
Asked around with a few folks and I'm afraid we're a bit confused by what you mean. What LDAP application are you talking about? Can you be more specific about what's failing here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 09:58 AM
Took me a little bit, but what the soft ware is doing is trying to connect to port 389 on the Unity server. When the server was initially discovered, it did respond, but now it is not.
Unity 4.0(4)SR1
Thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 07:47 PM
on the unity server's command prompt, run
netstat -an
You should see:
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:389 0.0.0.0:0 LISTENING
If not, your system and app logs should be filled with warnings and errors, unless you moved the DC roles to another server.
