Table of Contents Previous Next PDF


Oracle Domain List MIB

Oracle Domain List MIB
The Oracle Domain List MIB consists of one group name beaDomainList. This group contains objects that represent the information about the Oracle 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.
 
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 Oracle SNMP Agent Integrator.
beaDomainId
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
This object is the Oracle 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 Oracle 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 Oracle 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.

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.