Home | Previous Page | Next Page   Utility Reference > onutil: Check, Define, and Modify Storage Objects >

CHECK RESERVED

The onutil CHECK RESERVED command checks each of the root dbspace reserved pages for several conditions. You can use this command when the database is offline. With the DISPLAY clause, this command displays reserved-page information on your terminal.

Syntax

Read syntax diagramSkip visual syntax diagram>>-CHECK RESERVED--+----------------------+--------------------><
                   +-| Database Online |--+
                   '-| Database Offline |-'

Read syntax diagramSkip visual syntax diagramDatabase Online:

|--+--------------------------+--------------------------------->
   |                     (1)  |
   '-PAGE--| Page_List |------'

>--+----------------------------------+------------------------->
   |                             (2)  |
   '-COSERVER--| Coserver_List |------'

>--+------------------------+-----------------------------------|
   +-DISPLAY----------------+
   '-SAVE--+--------------+-'
           '-IN--filename-'

Notes:
  1. See Page List.
  2. See Coserver List.
Read syntax diagramSkip visual syntax diagramDatabase Offline:

|--+--------------------------+--COSERVER--coserver_name-------->
   |                     (1)  |
   '-PAGE--| Page_List |------'

>--+------------------------+-----------------------------------|
   +-DISPLAY----------------+
   '-SAVE--+--------------+-'
           '-IN--filename-'

Notes:
  1. See Page List.
Element Purpose Restrictions Syntax
coserver_name The name of a coserver that the database server automatically generates Name must have the following format:

dbservername.number

The dbservername must be the same value that the DBSERVERNAME configuration parameter specifies.

The number must be one of the integers that the COSERVER configuration parameter specifies.

See Coserver Name.
filename The relative or absolute path and name of the file in which onutil stores the command output If you run the onutil command from the command line, escape the double quotes around the filename. Use the operating-system rules for the filename.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]