Configuring a File ID
Page 424 7450 ESS System Mangement Guide
Configuring a File ID
To create a log file a file ID is defined, specifies the target CF drive, and the rollover and retention 
interval period for the file. The rollover interval is defined in minutes and determines how long a 
file will be used before it is closed and a new log file is created. The retention interval determines 
how long the file will be stored on the CF before it is deleted. 
Use the following CLI syntax to configure a log file:
CLI Syntax: config>log 
file-id log-file-id
description description-string
location cflash-id [backup-cflash-id]
rollover minutes [retention hours]
The following displays a log file configuration example:
A:ALA-12>config>log# info
------------------------------------------
        file-id 1
            description "This is a log file."
            location cf1:
            rollover 600 retention 24
        exit
----------------------------------------------
A:ALA-12>config>log#