10-17-2006 10:56 PM
After the upgrade to lms 2.6 we got problems to connect with http to the server. I have found this errror message in EPMserver.log -
18/okt/2006 08:33:50:419 ERROR main com.cisco.nm.xms.ctm.client.CTMCall establishIPC - URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!
18/okt/2006 08:33:50:419 ERROR main com.cisco.nm.xms.ctm.client.CTMCall establishIPC - URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!
18/okt/2006 08:33:50:419 ERROR main com.cisco.nm.xms.ctm.client.CTMClientProxy getProxy - URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!
In EPMOgsAdapter:EPMOgsadapter is sleeping. Waiting for OGSServer to come up .cisco.nm.xms.ctm.common.CTMException: URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!
What is the problem and how can i solve it.
10-18-2006 01:47 PM
This problem relates to the DFMOGSServer daemon not starting properly. Check the output of pdshow to make sure this daemon is started. If it is, you may need to add your fully qualified hostname (i.e. hostname plus domain name) to the server's local hosts file.
If it is not started, check the DFMOGSServer.log to see what errors are there.
10-19-2006 12:16 AM
When i check output of pdshow, there are lots of deamon who not are started (DFMOGsserver,RMEOGSserver,CMFOGserver...)
I add the hostname to localhosts file but it didnt help. I get following message in DFMOGSserver.log - !
19/okt/2006 10:14:55:826 ERROR ? ? - URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!
10-19-2006 05:39 AM
If none of the OGS servers are started, you most likely have a problem with your CMF database. What is the status of CMFDbEngine?
10-19-2006 06:08 AM
The CMFDbEngine is up and running. Can i reinitialize CMF database.
10-19-2006 07:08 AM
Yes you can, but by doing so, you will lose all devices in all applications. The commands to clean out all the databases (you need to run all of these if you reinitialize the CMD database) are:
NMSROOT/bin/perl NMSROOT/bin/dbRestoreOrig.pl dsn=cmf dmprefix=CMF
NMSROOT/bin/perl NMSROOT/bin/dbRestoreOrig.pl dsn=rmeng dmprefix=RME
NMSROOT/bin/perl NMSROOT/bin/dbRestoreOrig.pl dsn=ani dmprefix=ANI
NMSROOT/bin/perl NMSROOT/bin/dbRestoreOrig.pl dsn=dfmEpm dmprefix=EPM
NMSROOT/bin/perl NMSROOT/bin/dbRestoreOrig.pl dsn=dfmInv dmprefix=INV
NMSROOT/bin/perl NMSROOT/bin/dbRestoreOrig.pl dsn=dfmFh dmprefix=FH
But before doing that, you might try resetting the password on the CMF database:
NMSROOT/bin/perl NMSROOT/bin/dbpasswd.pl dsn=cmf
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