DB2 10.5 for Linux, UNIX, and Windows

overflowlogpath - Overflow log path configuration parameter

The overflowlogpath parameter specifies a location for DB2® databases to find log files needed for a rollforward operation, as well as where to store active log files retrieved from the archive. It also gives a location for finding and storing log files needed for using db2ReadLog API.

Configuration type
Database
Parameter type
Configurable online
Propagation class
Immediate
Default [range]
NULL [any valid path ]

This parameter can be used for several functions, depending on your logging requirements.

To set overflowlogpath, specify a string of up to 242 bytes. The string must point to a path name, and it must be a fully qualified path name, not a relative path name. The path name must be a directory, not a raw device. You cannot specify overflowlogpath as an empty string.

Note: The database partition number and a log stream ID are automatically appended to the path, for example, /home/dbuser/dblogs/NODE0000/LOGSTREAM0000/. If you are creating logs in a multiple partition database environment, such as DB2 pureScale® or a partitioned database environment, you must copy log files into the log directories, otherwise your logs might be incomplete.