Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Caption
0Figure
1DSC DB Object Groupings

Pagebreak


DSC DB Command Set Information

...

Div
stylepadding-left:3%;

CHG-DSCDB-CFG

CHG-DSCDB-CFG:::[CTAG]:::::[TTL=<TTL_INTERVAL>],[GRACE=<GRACE_PERIOD>],[LOGSYNCINT=<LOGSYNC_INT>],[REPLFACTOR=<REPLICATION_FACTOR>],[ERRORS=<LogBoolean>],[SETUPMGMT=<LogBoolean>],[EXECTRACE=<LogBoolean>],[DISTMGMT=<LogBoolean>];

VFY-DSCDB-CFG

VFY-DSCDB-CFG:::[CTAG]::::::[<searchedAttrKey1=Value1>][,<searchedAttrKey2=Value2>]…[,<searchedAttrKeyN=ValueN>];

Response Format

:::<TTL=TTL_INTERVAL>,<GRACE=GRACE_PERIOD>,<ERRORS=LogBoolean>,<SETUPMGMT=LogBoolean>,<EXECTRACE=LogBoolean>,<DISTMGMT=LogBoolean>;

Attribute Description

Noprint

Click to read more...

Toggle Cloak


Cloak
titleClick to read more...

TTL - Time-To-Live
Permissions: Writeable
Type: TTL_INTERVAL={60 to 1209600}
Description: Time-To-Live value given to newly inserted records into the database.

GRACE - Grace Period
Permissions: Writeable
Type: GRACE_PERIOD={300 to 120000}
Description: Grace time a record is kept in DB after it is marked fir deletion.

ERRORS - Errors
Permissions: Writeable
Type: LogBoolean={NOT LOGGED,LOGGED}
Description: If set to LOGGED, the system logs to debug all DB Agent errors. Should be set to LOGGED for live systems.

SETUPMGMT - Setup Management
Permissions: Writeable
Type: LogBoolean={NOT LOGGED,LOGGED}
Description: If set to LOGGED, the system logs to debug the DB Agent setup information. Should be set to LOGGED for live systems.

EXECTRACE - Execution Trace
Permissions: Writeable
Type: LogBoolean={NOT LOGGED,LOGGED}
Description: If set to LOGGED, the system logs to debug the execution trace during the processing of incoming DB Agent traffic. Must be set to NOT LOGGED for live systems.

DISTMGMT - Distribution Management
Permissions: Writeable
Type: LogBoolean={NOT LOGGED,LOGGED}
Description: If set to LOGGED, the system logs to debug the DB Agent distribution information. Must be set to NOT LOGGED for live systems.

...



DSC DB Connections

Div
stylepadding-left:3%;

VFY-DSCDB-DBCONN

VFY-DBCONNS:::[CTAG];

Response Format

:::<COUNT=int>;

Attribute Details

COUNT - Count
Permissions: Read-only
Type: int
Description: Number of DB Connections.

...

Div
stylepadding-left:3%;

VFY-DSCDB-DBCONN

VFY-DSCDB-DBCONN:::[CTAG]::::::[<searchedAttrKey1=Value1>][,<searchedAttrKey2=Value2>]…[,<searchedAttrKeyN=ValueN>];

Response Format

:::<SLOT=int>,<DBCONNSTATUS=ConnStatus>;

Attribute Details

SLOT - Slot
Permissions: Read-only
Type: int
Description: Associated slot of the Application CPU for this DB connection.

DBCONNSTATUS - Connectivity Status
Permissions: Read-only
Type: ConnStatus={NOT CONNECTED,CONNECTED}
Description: DB connectivity status (NOT CONNECTED, CONNECTED). Based on the per slot connectivity status. CONNECTED will be displayed as soon as a DB Agent on a given slot is connected to the local DB. Associated to alarm 1903 (DB Connection Down).

...