Show an after-image file summary
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Run a quick summary scan of the after-image file header block to get back online faster during disaster recovery.
|
Use this command to get information from the AI file header without scanning the entire AI file. The command delivers information contained in the first and last block of the after-image file. Output displays to stdout and the database.log file.
|
The database that you specify does not need to belong to the AI files or even have the same AI block size as the AI files. The command determines the AI block size from the AI files, and prints it out as part of the output.
For example, suppose that you have four databases: test1db, test2db, test3db, and test4db. Each database has some AI files.
test3db.a1test3db.a2test2db.a5test1db.a10rfutil <any db> -C aimage summary -a test1db.a10orrfutil <any db> -C aimage summary -a test2db.a5 orrfutil <any db> -C aimage summary -ailist listfileThe databases and their AI files may not have the same AI block size, but the utility identifies and reports the block sizes correctly.