In this section:

This section describes the DSC Database (DB) TL1 commands.

Note

Verbs and modifiers are separated by hyphens ( - ), attribute fields (TID, AID, CTAG, and General Block) are separated by colons (:), and every command is terminated by a semicolon (;).

Any attribute that contains TL1 special characters [ equal signs ( = ), colons ( : ), dashes ( - ), and commas ( , ) ] should be enclosed in double quotes ( " ) to help the attribute values escape.

Refer to Input Command Structure for more information.

DSC DB Command Groupings

The following figure shows the DSC DB objects that can be configured using TL1 commands.

DSC DB Object Groupings


DSC DB Command Set Information

This section includes information for the DSC command set.

DSC DB Configuration

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

Click to read more...


DSC DB Connections

VFY-DSCDB-DBCONN

VFY-DBCONNS:::[CTAG];

Response Format

:::<COUNT=int>;

Attribute Details

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

DSC DB Connection

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).


  • No labels