- IAnywhere Solutions Adaptive Server Anywhere SNMP Extension Agent User's Guide
Chapter 3. RDBMS MIB Reference
OID Type Name Value returned
1.3.6.1.2.1.39.1.2.1.3.
db
Integer rdbmsDbInfoSizeUnits Calculated based on dbInfoSizeAllo-
cated and dbInfoSizeUsed.
♦ 1=bytes
♦ 2=KB
♦ 3=MB
♦ 4=GB
♦ 5=TB
(Each unit is 1024 times the previ-
ous.)
1.3.6.1.2.1.39.1.2.1.4.
db
Integer rdbmsDbInfoSizeAllo-
cated
db_property(‘pagesize’) * db_-
property(‘filesize’)
1.3.6.1.2.1.39.1.2.1.5.
db
Integer rdbmsDbInfoSizeUsed db_property(‘pagesize’) * (db_-
property(‘filesize’) - db_-
property(‘freepages’) )
1.3.6.1.2.1.39.1.2.1.6.
db
String rdbmsDbInfoLast-
Backup
NULL
1
1
This OID is not currently supported by the Adaptive Server Anywhere
SNMP Extension Agent.
rdbmsDbParamTable
This table lists the configuration parameters for the databases on the system.
The value
db
is the database number in the
asasnmp.ini
file, while
n
is the
index of the option in the asa.2.3 subtree.
OID Type Name Value returned
1.3.6.1.2.1.39.1.3.1.1.
db
String rdbmsDbParamName Option name
1.3.6.1.2.1.39.1.3.1.2.
db
Integer rdbmsDbParamSubIndex
n
1.3.6.1.2.1.39.1.3.1.3.
db
OID rdbmsDbParamID OID in Adaptive Server
Anywhere MIB correspond-
ing to this option
1.3.6.1.2.1.39.1.3.1.4.
db
String rdbmsDbParamCurrValue Option value
1.3.6.1.2.1.39.1.3.1.5.
db
String rdbmsDbParamComment NULL
1
43