Chapter 3 Setting up SMP logs using the NNCLI
35
System Messaging Platform Reference Guide
Defining transfer criteria for the log file
To define transfer criteria for log transfer, use the following NNCLI command
from the
Global Config
mode:
bootconfig logfile <
minsize
>-<
maxsize
> <
maxcopyPercentage
>
Configuration example
This configuration example uses the commands
to specify a
minimum SMP log file size of 200 KB, a maximum log file size of 1024 KB, and
the percentage of free space on the PCMCIA that can be used for the log file
(90%).
Passport-8310:5(config)#bootconfig logfile 200 1024 90
Although the transfer criteria parameters are stored in the boot config file, you can
change them at any time without rebooting the system. Changes made to these
parameters take effect immediately.
Table 10
Define transfer criteria for log transfer
bootconfig logfile
followed by:
<
minsize
>
Minimum size of the log file in KB. The acceptable
range is an integer from 64 to 500 KB.
<
maxsize
>
Maximum size of the log file in KB. The acceptable
range is an integer from 500 to 16384 KB.
<
maxoccupyPercentage
>
Percentage of free PCMCIA that can be used for the log
file. The acceptable range is an integer from 10 to 90.