Page_List: .-,----------------------. V | |----+-ARCH---------------+-+-----------------------------------| +-CHUNK--------------+ +-CKPT---------------+ +-CONFIG-------------+ +-DBSP---------------+ +-MCHUNK-------------+ +-PCHUNK-------------+ +-PZERO--------------+ +-SAFEWRITE----------+ +-decimal_number-----+ '-hexadecimal_number-'
Element | Purpose | Restrictions | Syntax |
---|---|---|---|
decimal_number | The page number that you want to check | Value must be greater than 0. | Unsigned decimal. |
hexadecimal_number | The page number that you want to check | Value must be greater than 0. | Unsigned hexadecimal. |
Use the onutil CHECK RESERVED command to check the integrity of the root reserved pages and display the contents of these pages.
For example, you can check the reserved pages with the following onutil command:
% onutil 1> CHECK RESERVED COSERVER svr.2 DISPLAY;
For an offline check of coserver svr.2, use the following syntax:
% onutil -o 1> CHECK RESERVED COSERVER svr.2 DISPLAY;
If you run onutil CHECK RESERVED from the command line, you must escape the double quotes around the filename; otherwise, the UNIX shell returns an error:
% onutil CHECK RESERVED SAVE IN \"myfile\"
For more details about onutil CHECK RESERVED, refer to monitoring configuration information in the chapter on installing and configuring the database server in the IBM Informix: Administrator's Guide.