-os option

Specifies a maximum size for the QAnywhere UltraLite Agent message log file, after which a new log file with a new name is created and used.

Syntax
qauagent -os size [ k | m ] ...
Default

None

Remarks

The size is the maximum file size for logging output messages. The default units is bytes. Use the suffix k or m to specify units of kilobytes or megabytes, respectively. The minimum size limit is 10k.

Before the QAnywhere UltraLite Agent logs output messages to a file, it checks the current file size. If the log message makes the file size exceed the specified size, the QAnywhere UltraLite Agent renames the message log file to yymmddxx.mls. In this instance, xx are sequential characters ranging from 00 to 99, and yymmdd represents the current year, month, and day.

You can use this option to prune old message log files to free up disk space. The latest output is always appended to the file specified by -o or -ot.

Note

This option cannot be used with the -on option.

See also