Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In releases IBM i 7.2 and later, the maximum flight recorder size can be set using the BRMS flight recorder size field in the the system policy.

Image RemovedImage Added


In releases IBM i 7.1 and earlier, the maximum flight recorder size can be set by running the following commands:

The following command can be used to change the maximum flight recorder size:

CALL PGM(QBRM/Q1AOLD) PARM('FRSIZE ' '*SET ' 'XXX')

where XXX is equal to 001 - 999 megabytes. Note: 0s must be added to the front of the numbers.

The following command can be used to display the maximum flight recorder size:

CALL PGM(QBRM/Q1AOLD) PARM('FRSIZE ' '*DISPLAY')

NOTES:

  • In releases IBM i 7.1 and earlier, the following PTFs or their superseding PTFs are required:

    • 7.1 SI44710

    • 6.1 SI44709

    • V5R4M0 SI44708