Previous Topic: Example: DCMT DISPLAY DBGROUP CommandNext Topic: DCMT DISPLAY DBTABLE Command


DCMT DISPLAY DBGROUP Command Usage

Display for Every DBGroup

The DCMT DISPLAY DBGROUP command displays this information about each DBGROUP:

Field

Value

DBGroup

Name of the DBGROUP.

Number of backends

Number of active CVs that are able to process DBGroup requests

Backend Status

Status of the currently executing CV which acts as a back-end CV. Possible values are:

  • ACTIVE—The current CV can process requests submitted to the corresponding DBGroup
  • INACTIVE—The current CV cannot process requests submitted to the corresponding DBGroup

Backend Requests

Number of DBGroup requests that have been processed by the current CV.

Frontend Status

Status of the currently executing CV which acts as a front-end CV. Possible values are:

  • ACTIVE—The current CV can submit requests to the corresponding DBGroup
  • INACTIVE—The current CV cannot submit requests to the corresponding DBGroup

Frontend Requests

Number of DBGroup requests that have been submitted by the current CV.

Display for a Specified DBGroup

When group-name is specified on the DCMT DISPLAY DBGROUP command, CA IDMS displays the same information that is listed in the table above for all DBGROUPS, plus the actual distribution of all the front-end requests processed by the different back-end CVs. For each back-end CV that processed front-end requests, CA IDMS displays the node name of the back-end CV and the number of requests processed.

More Information