03-25-2012 07:48 PM
Hi!
I noticed that I cannot remotely check the Topology Services in Ciscoworks LMS 3.2. I have attached a screenshot of the error for reference. When I access Topology Services on the server itself, everything works well. Any ideas why I'm receiving such errors?
Thanks in advance!
03-25-2012 10:46 PM
Topology uses CORBA for the client/server communication. You must make sure the client can resolve the hostname of the server and that TCP ports 42342 and 43242 are open between client and server (i.e., you must be able to telnet to post 42342 and 43242 from the client to the server).
03-26-2012 05:01 PM
Hi Joseph,
Thanks for your reply. How can I test if the client can resolve the hostname of the server?
03-26-2012 10:09 PM
A simple nslookup on the client should work:
nslookup SERVER_HOSTNAME
Of course, if the server's hostname is in the client's hosts file, then that can fail but resolution can still work. You can also do:
ping SERVER_HOSTNAME
That should succeed.
06-11-2012 04:25 AM
Hi Joseph,
What if the client PC cannot resolve the hostname of the server? How will I fix it?
06-11-2012 05:35 PM
You can add the hostname of the server to the client's local hosts file (e.g., in C:\WINDOWS\system32\drivers\etc\hosts).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide