7.7.5.13 DESCRIBE IORMPLAN

Purpose

The DESCRIBE IORMPLAN command displays a list of attributes for the IORMPLAN object type.

Syntax

DESCRIBE IORMPLAN

Usage Notes

The attributes for the DESCRIBE IORMPLAN command can include the following:

  • catPlan: Allocation plan for the categories set up in the databases using the cell.

  • dbPlan: Allocation plan for the databases using the cell.

  • name: Unique name of the interdatabase plan. The name value is automatically set to cellname_IORMPLAN.

  • objective: Optimization mode for IORM.

  • status: Current status of the interdatabase plan, either active or inactive.

Examples

The following example shows the DESCRIBE command with the IORMPLAN object.

Example 7-106 Describing the IORMPLAN Object

CellCLI> DESCRIBE IORMPLAN

         name
         catPlan                 modifiable
         dbPlan                  modifiable
         objective               modifiable
         status

Related Topics