Check Status of Forced Disconnection (dbDisconnectStatus)

The dbDisconnectStatus command reports the status of the executing or most recently run dbDisconnect command.

ttGridAdmin dbDisconnectStatus name

Any of these states may be reported for the overall status of the dbDisconnect command:

  • Defined: Disconnect has been requested but not yet initiated.

  • Disconnecting: Disconnect is still in progress on at least one element.

  • Failed: Disconnect failed on at least one element.

  • Complete: Disconnect completed successfully on all elements.

Any of these states may be reported for the status of the disconnect on any given instance:

  • Disconnecting: Disconnect is in progress on the instance.

  • Failed: Disconnect failed on the instance.

  • Disconnected: Disconnect completed successfully on the instance.

Options

The dbDisconnectStatus command has the option:

Option Description

name

Name of the database.

Examples

A dbDisconnectStatus example is included in the dbDisconnect example in the preceding section.