what is the command to increase the size of error log when it is ful?
Answer Posted / Sandhya Pal
On AIX, you can change the maximum size and rotation settings for system error logs (syslog) using the 'chsyslog' command. To increase the size of the error log, you would need to modify the 'errcnt' parameter. For example, to set the maximum number of errors that can be recorded in the log before it rotates to a new file to 1024 (default is 512), use: chsyslog -l errcnt=1024.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category