MAX_ACCT_ARCHIVE_FILE

Syntax

MAX_ACCT_ARCHIVE_FILE=integer

Description

Enables automatic deletion of archived LSF accounting log files and specifies the archive limit.

Compatibility

ACCT_ARCHIVE_SIZE or ACCT_ARCHIVE_AGE should also be defined.

Example

MAX_ACCT_ARCHIVE_FILE=10

LSF maintains the current lsb.acct and up to 10 archives. Every time the old lsb.acct.9 becomes lsb.acct.10, the old lsb.acct.10 gets deleted.

See also

  • ACCT_ARCHIVE_AGE also enables automatic archiving

  • ACCT_ARCHIVE_SIZE also enables automatic archiving

  • ACCT_ARCHIVE_TIME also enables automatic archiving

Default

Not defined. No deletion of lsb.acct.n files.