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

CHECK SPACE

The onutil CHECK SPACE command checks each chunk free list and corresponding free space and each tblspace extent. This command also checks overlapping extents. With the DISPLAY clause, this command also displays the chunk and tblspace extent information as it checks the chunk free list and corresponding free space and each tblspace extent.

Syntax

Read syntax diagramSkip visual syntax diagram>>-CHECK SPACE--+----------------------------------+------------>
                |                             (1)  |
                '-COSERVER--| Coserver_List |------'

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

Notes:
  1. See Coserver List.
Element Purpose Restrictions Syntax
filename The 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.

Usage

Use the onutil CHECK SPACE to check the extent layout of a space and to check overlapping extents.

For example:

% onutil
1> CHECK SPACE;
2> CHECK SPACE COSERVER svr.2 DISPLAY:
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]