6. Monitoring Log Information : Logging System Header Screen : Logging System Header Fields
 
Share this page                  
Logging System Header Fields
The Logging System Header screen has the following fields:
Block count
The number of blocks in the log file. This value is also specified when running IIBUILD or rcpconfig. Multiply by the block size to get the log file size in bytes.
Block size
The log file block size in bytes. This value is specified when running the install or configure program.
Buffer count
The number of log buffers. These are the same size as the log file block size.
Logfull interval
The logging system parameter LOG_FULL_LIMIT occurs. When the Blocks in use field is equal to this value, all transaction activity is halted. A warning field is displayed in the lower right-hand corner. This value is also determined when running the install or configure program. For more information see, the System Administrator Guide.
Abort interval
The logging system parameter FORCE_ABORT. When the Blocks in use field exceeds this value, the oldest transaction is aborted. To find out which transaction is being aborted, use the Log Transaction Display screen. Also, see Logging System Header Screen with Transaction Display. Tab to the Status column and select the Find menu item to look for the word FORCE. A warning indicator is also displayed. For more information, see the System Administrator Guide.
CP interval
A consistency point occurs when the log file size (Blocks in use field) reaches a multiple of this number.
Blocks in use
The number of blocks in use in the log file. This is determined by the Begin (BOF) and End (EOF) values. This value is used for the Log file in use diagram.
Blocks available
The number of remaining blocks in the log file
Blocks Reserved
The number of blocks set aside to write compensation records in the event that transactions need to rollback.
Begin (BOF)
The logical beginning of file. This is the position in the log file that holds the oldest transaction.
End (EOF)
The logical end of file. This is the position in the log file that holds the newest uncommitted transaction.
Previous CP
The log file address of the last consistency point. This is the position in the log file where the last consistency point was taken.
Expected next CP
The log file address of the next expected consistency point
Status
The status of the logging and recovery systems. For a list of valid status fields, see Logging System Header Screen—Status Field Values.
Log file Diagram
Depicts a logical view of the log file with the left side of the field representing page 1 and the right side representing Block count pages (for example, 1024 pages). Within this field an arrow diagram (">------>") represents the portion of the log file in use. If the portion of the log file in use spans only one position in the field, an "*" is displayed. As the EOF and BOF change, the arrow moves from left to right and wrap around the diagram.
% in use
The percentage of the log file in use. This is determined by the Begin (BOF) and End (EOF) values.