Start of change

DSNT555I   EXCESS ts-type PRIMARY SPACE HAS BEEN LOWERED FROM specified-space MB TO adjusted-space MB

Explanation

This message displays on installation panel DSNTIP9, WORK FILE DATABASE, if the amount of space specified for the type of work file table space, when divided by the number of such table spaces, exceeds the system limit.

ts-type
The type of work file table space. Expected values are 4K SORT, 32K SORT, 4K TEMP, or 32K TEMP.
specified-space
The amount of primary space (in megabytes) that is specified for the indicated type of work file table space.
adjusted-space
The recalculated amount of primary space (in megabytes) for the indicated type of work file table space.

This message displays separately for each type of work file table space.

System action

The installation CLIST automatically reduces the specified total space to the indicated size.

User response

To accept the adjusted size and continue, press Enter.

To specify a different adjustment, change the amount of space, the number of table spaces, or both. The adjusted calculation must comply with the following requirement:

specified-space / ts-count < 64

Where:

specified-space
The value indicated in the message.
ts-count
The number of table spaces of the type indicated in the message by ts-type.
max-size
The maximum size for the type of work file table space indicated in the message, specified in gigabytes.
4K SORT
  • During migration, prior to DB2® 10 new-function mode: 64 GB
  • During installation, in DB2 10 new-function mode: 64 GB
32K SORT
  • During migration, prior to DB2 10 new-function mode: 64 GB
  • During installation, in DB2 10 new-function mode: 64 GB
4K TEMP
  • During migration, prior to DB2 10 new-function mode: 64 GB
  • During installation, in DB2 10 new-function mode: 16384 GB (16 TB)
32K TEMP
  • During migration, prior to DB2 10 new-function mode: 64 GB
  • During installation, in DB2 10 new-function mode: 131072 GB (128 TB)
End of change