cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3880
Views
5
Helpful
10
Replies

URN_NOT_FOUND : urn "ogs_server_urn" : Not found - daemonsbackup.log

eidumsigfrid
Level 1
Level 1

Hi,

I've been trying to pinpoint why our LMS 3.2 Ciscoworks server shuts down all LMS processes on occasion.

The following is displayed repeatedly within the daemonsbackup.log

08/Nov/2009 03:17:16:265 ERROR ? ? - URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!

com.cisco.nm.xms.ctm.common.CTMException: URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!

at com.cisco.nm.xms.ctm.client.CTMCall.establishIPC(CTMCall.java:238)

at com.cisco.nm.xms.ctm.client.CTMCall.<init>(CTMCall.java:218)

at com.cisco.nm.xms.ctm.client.CTMClientProxy.<init>(CTMClientProxy.java:64)

at com.cisco.nm.xms.ctm.client.CTMClientProxy.getProxy(CTMClientProxy.java:180)

at com.cisco.nm.xms.ogs.client.OGSServerProxy.init(OGSServerProxy.java:179)

at com.cisco.nm.xms.ogs.client.OGSServerProxy.init(OGSServerProxy.java:98)

at com.cisco.nm.xms.ogs.client.OGSServerProxy.<init>(OGSServerProxy.java:85)

at com.cisco.nm.trx.nos.server.EPMPoller.ogsVerifyService(EPMPoller.java:212)

at com.cisco.nm.trx.nos.server.EPMPoller.<init>(EPMPoller.java:144)

at com.cisco.nm.trx.nos.server.NOSServer.initializeEPMPoller(NOSServer.java:244)

at com.cisco.nm.trx.nos.server.NOSServer.<init>(NOSServer.java:107)

at com.cisco.nm.trx.nos.server.NOSServer.main(NOSServer.java:259)

08/Nov/2009 03:17:17:804 ERROR ? ? - URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!

08/Nov/2009 03:17:17:805 ERROR ? ? - URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!

08/Nov/2009 03:17:17:806 ERROR ? ? - URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!

In EPMOgsAdapter:since isOGSup is not true

In EPMOgsAdapter:EPMOgsadapter is sleeping. Waiting for OGSServer to come up com.cisco.nm.xms.ctm.common.CTMException: URN_NOT_FOUND : urn "ogs_server_urn" : Not found !!

Has anyone else experienced this and how can I stop this error from appearing.

Cheers,

Sigfrid

1 Accepted Solution

Accepted Solutions

Yes, but that process must be stale. Shut down dmgtd, then kill off any remain brstart or sm_server processes. Then restart dmgtd.

View solution in original post

10 Replies 10

Joe Clarke
Cisco Employee
Cisco Employee

These messages are normal to see when dmgtd is starting. You need to post the complete daemons.log and output of the /opt/CSCOpx/bin/pdshow command when this problem is occurring before you restart dmgtd.

Hi Joe,

The problem is occuring at the moment according to "tail -f daemons.log". Logs attached (had to zip up the daemons.log).

Cheers,

Sigfrid

The DfmBroker daemon is dying which causes all of DFM to fail. Post the /opt/CSCOpx/objects/smarts/local/logs/brstart.log as well as the output of netstat -an.

Output attached.

Something on the server is already listening on tcp/9002. This port is required to be open for DfmBroker. If you have lsof installed, run:

lsof -i :9002

And that will tell you which process is listening. If you kill that process, then restart dmgtd, everything should come up. If you do not have lsof, you will need to comb through the output of pfiles for each process looking for one listening on tcp/9002.

I have a script that says port 9002 is in use by pid 28891 brstart --output --9002 ---user=casuer. Isn't that the process that starts Dfmbroker?

Yes, but that process must be stale. Shut down dmgtd, then kill off any remain brstart or sm_server processes. Then restart dmgtd.

Ok will try that shortly. Is there a way to prevent this from occuring again. I suspect it starts after the LMS backup that is run weekly.

Cheers, Joe. :)

Applying the patch seems to have resolved the issue. I haven't seen the error since.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: