What logs look like
Logs consist of primary and secondary files, and a control file. You define the number and size of log files and where they are stored in the file system.
- One or more files of log data.
- A log control file
There are a number of log extents that contain the data being recorded. You can define the number and size (as explained in LogDefaults stanza of the mqs.ini file), or take the system default of three primary and two secondary extents.
Each of the three primary and two secondary extents defaults to 16 MB.
When you create a queue manager, the number of log extents pre-allocated is the number of primary log extents allocated. If you do not specify a number, the default value is used.
- Circular
- Linear
The number of log extents used with linear logging can be very large, depending on the frequency of your media image recording.
See Types of logging for more information.
C:\ProgramData\IBM\MQ\log\QMgrName
/var/mqm/log/QMgrName
IBM MQ starts with these primary log extents, but if the primary log space is not sufficient, it allocates secondary log extents. It does this dynamically and removes them when the demand for log space reduces. By default, up to two secondary log extents can be allocated. You can change this default allocation, as described in Changing IBM MQ configuration information in .ini files on Multiplatforms.
Log extents are prefixed with either the letter S
or the letter
R
. Active, inactive, and superfluous extents are prefixed with S
,
whereas reuse extents are prefixed with R
.