Difference between revisions of "Pdm logfile"
From SDU
| Line 1: | Line 1: | ||
| − | pdm_logfile is another | + | __NOTOC__ |
| + | [[Category:Commands]] | ||
| + | {{Global Header}} | ||
| + | {{Global Announcement}} | ||
| + | |||
| + | == Overview == | ||
| + | pdm_logfile is another command-line utility. | ||
You can define a special filesize of the log files before a cutover happens. | You can define a special filesize of the log files before a cutover happens. | ||
| Line 6: | Line 12: | ||
| − | + | == Alter the log file size Example == | |
To set the correct filesize you have to enter the size in bytes. | To set the correct filesize you have to enter the size in bytes. | ||
OOTB standard is 3 Megabytes which is 3000000 Bytes | OOTB standard is 3 Megabytes which is 3000000 Bytes | ||
Revision as of 07:48, 21 September 2008
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.
To discuss or ask questions about this article, select the discussion tab above.
Overview
pdm_logfile is another command-line utility.
You can define a special filesize of the log files before a cutover happens.
Just enter pdm_logfile -? to see the help for this tool.
Alter the log file size Example
To set the correct filesize you have to enter the size in bytes. OOTB standard is 3 Megabytes which is 3000000 Bytes
If you want to have a filesize of 10 Megabytes just enter following command: pdm_logfile -b 10000000