This part of the Blueworx Voice Response MIB allows the network manager to find out details of Blueworx Voice Response errors that have occurred. These errors are always logged in the Blueworx Voice Response error log file ($OAM_LOG_PATH/errorlog) and are displayed in the Alarms window of the System Monitor.
Only the most recent errors are available through these variables. The default for this is the last 200 errors which have occurred since the Blueworx Voice Response SNMP daemon was started. It is possible to override this number using the -a flag when starting the daemon using the dtsnmpd command, up to a maximum value of 1000. For example:
dtsnmpd -a 150
The alarm table has one entry for each alarm. The index used to access the table is the sequence number of the alarm in question.
The alarm parameter table (dtAlarmParmTable) has one entry for each parameter of each alarm in the alarm table. The indexes used to access this table are the alarm sequence number (alarmSequence) followed by the parameter number (up to the parameter count given by parmCount in the alarm table).
Structure | Access | Type | Description | ||
---|---|---|---|---|---|
dtAlarms |
|||||
earliestSequence |
Read-only | INTEGER |
Sequence number of the earliest Blueworx Voice Response alarm still available. | ||
latestSequence |
Read-only | INTEGER |
Sequence number of the latest Blueworx Voice Response alarm. | ||
dtAlarmTable |
Base of table of current alarms. | ||||
dtAlarmEntry |
Entry with data for a specific alarm. | ||||
alarmSequence |
None | INTEGER |
Alarm sequence number. This is the index of dtAlarmTable. | ||
alarmID |
Read-only | INTEGER |
The unique number that identifies the alarm message. An explanation of each is available in the Problem Determination information. | ||
alarmTime |
Read-only | INTEGER |
The time at which an alarm occurred. This is the system time as returned by the time() function in the C programming language. | ||
alarmClass |
Read-only | INTEGER |
Severity:
|
||
alarmMessage |
Read-only | DisplayString |
Brief error message. | ||
alarmErrno |
Read-only | INTEGER |
AIX errno value. | ||
parmCount |
Read-only | INTEGER |
Number of parameters. | ||
dtAlarmParmTable |
|||||
dtAlarmParmEntry |
|||||
alarmParmIndex |
None | INTEGER |
The index into parmTable. | ||
alarmParmValue |
Read-only | DisplayString |
The value of the parameter, in ASCII. |