Extending a Dbspace with CCMS (Informix) 
Use
When a space alert for a dbspace is raised, you can use the Computing Center Management System (CCMS) to extend the dbspace in your Informix database. CCMS calls SAPDBA, which extends the dbspace by adding a chunk.
For more information, see:
Prerequisites
There is enough disk space available for the new chunk. SAPDBA checks the available disk space during the procedure.
Procedure

You cannot call this procedure from a menu in CCMS. Instead, it is called when you choose Start analysis tool for a dbspace alert. For more information, see
Monitoring the Database with the Release 4 Alert Monitor (Informix).SAPDBA displays further fields for you to specify the size and location of the new primary chunk. If you are adding a chunk to a mirrored dbspace, SAPDBA also displays fields for the location of the mirror chunk. The size of the mirror chunk is the same as the primary chunk.
The minimum size is 1000 KB and the maximum is 2 GB. SAPDBA checks that the size you enter is a multiple of the page size on your machine, usually either 2 or 4 KB
SAPDBA displays a list of the available gaps that can be used for the new chunk. The entries in the dialog box are the same as on
SAPDBA fills out location of primary chunk with the details of the selected gap.
SAPDBA looks for disk space for the mirror chunk on a physically different disk drive than the primary chunk.
This helps you identify if multiple links point to the same physical disk.
Result
CCMS calls SAPDBA to add the chunk. For a mirrored dbspace, SAPDBA adds both primary and mirror chunks.
For more information about checking the results, see
Using the DB Operations Monitor.