Chapter 3. Database structure 81
3.3.1 Important information sources
Tables that show important information about IBM Tivoli Business Systems
Manager object structure typically reside in the Meta database, but they can be
accessed through views in the Object database. Those are:
obj_class Primary table that contains an object’s class definition.
link_type Primary table that describes existing link types.
isa_table Inheritance structure table.
obj_link_table Lists all possible links between object types.
link_chain Generated containment structure table.
isa_chain_table Generated inheritance structure paths.
method_table Lists the available methods for a specific class.
Extensions to these core information tables address required new functions.
These additional informational tables are not related directly to the object
implementation, but provide good information about the IBM Tivoli Business
Systems Manager object classes:
Tables provided with the IBM Tivoli Business Systems Manager agent listener
implementation:
GEM_LookupCID Provides a master list of all Gxxx classes that are
dynamically created and mapped to the
triplet (the
information about Manufacturer, Product, and
Version). The triplet is the key matching attribute for
the TEC integration as discussed in Chapter 7, “TEC
components integration” on page 209.
GEMIDLookup Provides the field key lookup for TEC-related objects,
such as IP Address, TMR, and host name, so that
finding an object does not require searching through
multiple tables with dynamically created names
Gxxxcname_C and Gxxxcname_A.
GEM_DMtoCID Provides a mapping for the ‘old’ Tivoli Distributed
Monitoring Version 3.6 objects implementation.
Multiple DM profiles can be mapped to a single IBM
Tivoli Business Systems Manager class, therefore this
table is necessary.
Tables provided with the Common Listener implementation:
CL_AutoPlacement Mapping of instrumentation to enterprise
CL_LinkRules Rules for creating a link based on the cid and other
attributes
CL_Options Common Listener global options
CL_Registration All known registered connectors