03-20-2009 03:23 AM
Facing problem with the syslog collector. No message counters are displaying or increasing in the forward of syslog collector. Able to receive the traps sent from all the devices within the KIWI syslog software which i had temparory installed on LMS server. Kiwi was just used to verify if the traps are reaching the ciscoworks server.I had even done the unsubscribe & subscribing the server in the syslog collector. User casusers has full rights to execute.Recently there was problem with the files of Syslogfirst.log,SyslogSecond.log & Syslogthird.log. I had used the DBSpaceReclaimer utility. The logs are not there for last 6 months.
Can anybody guide me for this problem faced.
Solved! Go to Solution.
03-23-2009 09:23 AM
That's TCP port 514. There is nothing bound to UDP port 514. Run the following:
net start crmlog
You should then start to see syslog messages being written to syslog.log.
03-20-2009 12:15 PM
What is the All Events filter specifically? What messages are you receiving in syslog.log that you think should be logged?
03-21-2009 01:55 PM
All events filter specify that it should get any traps(*) from any devices(*).
The syslog.log file is empty. not a single trap is present in it.
03-21-2009 02:00 PM
First, syslog messages are NOT traps. Traps are SNMP messages sent to udp/162. Syslog messages are textual messages sent to udp/514. The crmlog service binds to UDP port 514, and receives syslog messages only.
If you are sending syslog messages from your devices to the LMS server, make sure that Kiwi is shutdown, and make sure the CWCS syslog services (i.e. crmlog) is running. If you run netstat -a -n -o -b, you should see the crmlog.exe process bound to UDP port 514.
Once this has been verified, you should start seeing messages in syslog.log. Once that happens, SyslogCollector will read them, filter them, then pass them up to SyslogAnalyzer. SyslogAnalyzer will write the messages into the RME database.
03-23-2009 01:01 AM
03-23-2009 09:23 AM
That's TCP port 514. There is nothing bound to UDP port 514. Run the following:
net start crmlog
You should then start to see syslog messages being written to syslog.log.
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