SNMP Agent MIB Reference

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

BEA Domain List MIB

The BEA Domain List MIB consists of one group name beaDomainList. This group contains objects that represent the information about the BEA Tuxedo domain that the Tuxedo SNMP agent is monitoring, as specified at startup. Note that row creation is not allowed in this MIB group, and that a minimal tuxconfig file must exist before you can start the agent.

The beaDomainList MIB group consists of the following objects.

Object Name
Object ID
.1.3.6.1.4.1.140.305.1.1
.1.3.6.1.4.1.140.305.1.2
.1.3.6.1.4.1.140.305.1.3
.1.3.6.1.4.1.140.305.1.4
.1.3.6.1.4.1.140.305.1.5
.1.3.6.1.4.1.140.305.1.6

 


beaDomainKey

Syntax

INTEGER (32769..262143)

Access

read-only

Description

Numeric key for the well-known address in a Tuxedo system bulletin board. In a single-processor environment, this key names the bulletin board. In a multi-processor environment, this key names the message queue of the Distinguished Bulletin Board Liaison (DBBL). This key is used as the basis for deriving the names of resources other than the well-known address, such as the names for the bulletin boards throughout the application.

 


beaLogicalAgentName

Syntax

DisplayString (SIZE(1..32))

Access

read-only

Description

The logical agent name of the agent as specified in the -l option when the Tuxedo SNMP agent was started (UNIX systems). On Windows NT systems, the logical agent name is the name of the Windows NT service used to start the agent. This name is the name of the agent that monitors the domain. If there are multiple SNMP agents running on a managed node, this name needs to be appended to the community string with an @ sign when sending an SNMP request to the agent. For example, if there are two logical agents simp_snmpd and bank_snmpd, the default communities used to query values from these agents would be public@simp_snmpd and public@bank_snmpd, respectively. To run multiple agents on the same managed node, they must be run as subagents (without the -s option) with the BEA SNMP Agent Integrator.

 


beaDomainId

Syntax

DisplayString (SIZE(1..30))

Access

read-only

Description

This object is the BEA domain identifier of the domain being managed by this agent. This object is optional.

 


beaDomainTuxdir

Syntax

DisplayString (SIZE(1..256)) (up to 78 bytes for BEA Tuxedo 8.0 or earlier)

Access

read-only

Description

The tuxdir value for the domain being managed by this agent. tuxdir is the absolute pathname to the directory where the Tuxedo software is found on the master machine.

 


beaDomainTuxconfig

Syntax

DisplayString (SIZE(1..256)) (up to 64 bytes for BEA Tuxedo 8.0 or earlier)

Access

read-only

Description

The absolute location, including filename, for the configuration file of the domain being managed by this agent.

 


beaDomainStatus

Syntax

INTEGER { active(1), inactive(2) }

Access

read-only

Description

This object represents the current state of the domain being managed. The states and their interpretation are the same as for tuxTdomainState.


  Back to Top       Previous  Next