DSNT310I csect-name ALL object CURRENTLY state.

Explanation

A database and all of its table spaces and index spaces are already in the requested state. This occurred following the processing of one of these commands:
  • START DB(*)
  • STOP DB(name)
  • START DB(name) SPACENAM(*)
  • STOP DB(name) SPACENAM(*).
In this message:
  • The 'object' is either:
    • TABLESPACE(S) if the specified table space was currently in the requested state
    • INDEXSPACE(S) if the specified index space was currently in the requested state
    • DATABASE(S) if the database was currently in the requested state.
  • The 'state' is either:
    • START RW if the specified table space is currently started read/write
    • START RO if the specified table space is currently started read only
    • START UT if the specified table space is currently started for utility processing
    • STOPPED if the specified table space is currently stopped, has a stop pending against it, or is stopping.

If there are pages in the logical page list (LPL) for the object, or if the object is in group buffer pool recovery pending (GRECP) status, a START DATABASE ACCESS(RO) or START DATABASE ACCESS(RW) command triggers a recovery of that object even if this message is issued for that object. For each object that has LPL or GRECP recovery that is initiated, Db2 issues a DSNI006 message followed by either a DSNI021 message (when the recovery completes successfully) or a DSNI005 message (when the recovery is unsuccessful).

User response

No response is necessary. This message is informational only.