Operating System - HP-UX
1827158 Members
2065 Online
109716 Solutions
New Discussion

Syslog Conversion Problem

 
Alfred M. Ocon
Occasional Contributor

Syslog Conversion Problem

Does anybody know how LFAT or DD decodes HP Syslog generated files? Or any info on the syslogs byte offset, length, field types, etc.

Thanks for any help.
5 REPLIES 5
Paula J Frazer-Campbell
Honored Contributor

Re: Syslog Conversion Problem

Hi
HP syslog.log is a ASCII text file which can be manipulated to suit.


HTH

Paula

If you can spell SysAdmin then you is one - anon
Brian M Rawlings
Honored Contributor

Re: Syslog Conversion Problem

There is a configuration file for syslog entries that may have the field info you are looking for. It is /etc/syslog.conf. The MAN pages for syslogd and syslog also have useful info about this facility. The syslog file itself is straight ascii text, easily manipulated by all the normal commands and utilities.

Good Luck. --bmr
We must indeed all hang together, or, most assuredly, we shall all hang separately. (Benjamin Franklin)
Alfred M. Ocon
Occasional Contributor

Re: Syslog Conversion Problem

Does anybody know LFAT?

I need to create a conversion utility that simulates LFAT but mine would grep valid fields only and loads em directly to the database.
harry d brown jr
Honored Contributor

Re: Syslog Conversion Problem

I guess you aren't getting the message: syslog has no byte offset, no field lengths, no field types, no hits, no runs, no errors (don't we all wish?).

I think you are confusing WEB monitoring with system monitoring.

Maybe this will help?

http://www.centrport.com/contactUs/contactUs.jsp?category=contactUs

CentrPort, Inc.
450 Post Road East
Westport, CT, 06880

Phone: 203-341-8000
Fax: 203-341-8050

live free or die
harry
Live Free or Die
Alfred M. Ocon
Occasional Contributor

Re: Syslog Conversion Problem

Sorry, maybe I got the wrong question.