BEA TUXEDO System Management Information Base
#include <fml32.h>
#include <tpadm.h>
The BEA TUXEDO system MIB defines the set of classes through which the fundamental aspects of an application can be configured and managed. This includes management of machines, servers, networking.
TM_MIB
(5) should be used in combination with the generic MIB reference page MIB
(5) to format administrative requests and interpret administrative replies. Requests formatted as described in MIB(5)
using classes and attributes described in this reference page may be used to request an administrative service using any one of a number of existing ATMI interfaces in an active application. Inactive applications may also be administered using the tpadmcall
(3c) function interface. TM_MIB(5)
consists of the following classes:
Each class description consists of four sections:
OVERVIEW
- High level description of the attributes associated with the class.
ATTRIBUTE SEMANTICS
- Defines the interpretation of each attribute that is part of the class.
LIMITATIONS
- Limitations in the access to and interpretation of this class.
Each class that is a part of this MIB is defined in four parts in sections that follow. One of the four parts is the attribute table. The attribute table is a reference guide to the attributes within a class and how they may used by administrators, operators, and general users to interface with an application.
There are five columns for each attribute described in an attribute table: name, type, permissions, values, and default. Each of these components is discussed in Attribute Table Format
MIB
(5).
TA_FLAGS Values
MIB
(5) defines the generic TA_FLAGS
attribute, which is a long
containing both generic and component MIB specific flag values. The following are the TM_MIB(5)
specific flag values supported. These flag values should be or'd with any generic MIB flags.
TMIB_ADMONLY
T_MACHINE
object from INActive
to ACTive
.
TMIB_APPONLY
T_MACHINE
object. It may also be used on T_SERVER
retrievals to restrict the retrieval to application servers only.
TMIB_CONFIG
TMIB_NOTIFY
T_MACHINE
, T_GROUP
, or T_SERVER
objects to cause unsolicited notification messages to be sent to the originating client just prior to and just after the activation or deactivation of each server object selected.
The field table for the attributes described in this reference page is found in the file udataobj/tpadm
relative to the root directory of the BEA TUXEDO system software installed on the system. The directory ${TUXDIR}/udataobj
should be included by the application in the colon-separated list specified by the FLDTBLDIR
environment variable, and the field table name tpadm
should be included in the comma-separated list specified by the FIELDTBLS
environment variable.
Access to the header files and field tables for this MIB is being provided only on BEA TUXEDO system Release 5.0 sites and later, both native and Workstation.
Workstation access to this MIB is limited to runtime only access; the function tpadmcall
(3c) is not supported on workstations.
For the purpose of preimage processing (MIB_PREIMAGE
flag bit set), local attributes for classes that have global attributes are not considered. Additionally, indexed fields and the indexes that go with them are not considered, for example, T_TLOG
class, TA_TLOGCOUNT
, TA_TLOGINDEX
, TA_GRPNO
, TA_TLOGDATA
attributes.