Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Line limit of AIX messages files 1

Status
Not open for further replies.

redbadgers

Programmer
Aug 22, 2006
10
US
Hi! When we logged error messages to syslog utility, we found our 3K message got truncated to less than 1K in AIX's messages files. AIX is 5.3 at TL-07.

I could not find any document online about the line limit or message limit in the AIX messages files.

Is there a configuration parameter that could relax this limit?

Any pointers are much appreciated!
Thank you.
- Nancy
 
Hi! Khalid,
I'm afraid changing MTU parameter will not help.

I just found out that all Unix OS source code contains syslogd.h which defines LINEMAX to be 1024 characters; that is, each line in syslog (messages) has a maximum line limit of 1024 characters.

Nancy
 
Then have a star for taking some time posting the solution!

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top