![]() |
![]() |
|
|
| |
Core MIB
The Core MIB defines the groups through which the fundamental aspects of an application can be configured and managed. These MIB groups contain objects for managing machines, servers, networking, and load balancing.
The Core MIB defines the basic objects that form a Tuxedo or WebLogic Enterprise application. It is the main information repository for controlling the operation and configuration of the application. When an application is active, the Core MIB contains groups related to the run-time activity of your application. You can use this information to monitor the behavior of your application.
The Core MIB consists of the following groups.
tuxTBridgeTbl
The tuxTBridgeTbl group contains objects that represent run-time characteristics pertaining to connectivity between logical machines that make up an application. The object values represent connection status and statistics.
Objects in this table are accessible either through a Tuxedo/WLE SNMP agent installed on the local machine or using the -c option on the master machine. The index into the table consists of tuxTBridgeLmid and tuxTBridgeNetworkGrpNo. In Tuxedo 6.4, SET requests are allowed only for the DEFAULTNET network group, so all SET requests should use 0 for tuxTBridgeNetworkGrpNo in the SNMP index.
tuxTBridgeLmid
Syntax
DisplayString (SIZE(1..61))
Access
read-only
Description
DisplayString is of the format: LMID1[,LMID2]
tuxTBridgeState
Syntax
INTEGER {active(1), inactive(2), suspended(3), pending(4)}
Access
read-write
Description
The values for GET and SET operations are as follows:
Note: Since the statistics reported are from the source logical machine, resetting those statistics causes them to be out of sync with the statistics reported by the destination logical machine for the same connection.
tuxTBridgeCurTime
Syntax
INTEGER
Access
read-only
Description
Current time, in seconds, since 00:00:00 UTC, January 1, 1970, as returned by the time(2) system call on tuxTBridgeLmid. This object can be used to compute elapsed time from the following "tuxTBridge" object values.
tuxTBridgeConTime
Syntax
INTEGER
Access
read-only
Description
Time, in seconds, that this connection has been active.
tuxTBridgeSuspTime
Syntax
INTEGER
Access
read-write
Description
Time, in seconds, remaining in the suspension of this connection. After this amount of time, the connection automatically changes to a tuxTBridgeState of inactive(2) and can be activated by normal application traffic.
tuxTBridgeRcvdByte
Syntax
INTEGER
Access
read-only
Description
Number of bytes sent from the destination logical machine to the source logical machine.
tuxTBridgeSentByte
Syntax
INTEGER
Access
read-only
Description
Number of bytes sent from the source logical machine to the destination logical machine.
tuxTBridgeRcvdNum
Syntax
INTEGER
Access
read-only
Description
Number of messages sent from the destination logical machine to the source logical machine.
tuxTBridgeSentNum
Syntax
INTEGER
Access
read-only
Description
Number of messages sent from the source logical machine to the destination logical machine.
tuxTBridgeFlowCnt
Syntax
INTEGER
Access
read-only
Description
Number of times flow control has been encountered over this connection.
tuxTBridgeCurEncryptBits
Syntax
INTEGER {none(1), 40-bit(2), 128-bit(3), not-available(4)}
Access
read-only
Description
The current level of encryption for this link. The tuxTBridgeCurEncryptBits value is negotiated between the machines when the link is established. The number specifies the encryption key length (in bits).
tuxTBridgeNetworkGrpNo
Syntax
INTEGER
Access
read-only
Description
Logical network group number. When both the source and destination tuxTBridgeLmid machine identifiers are in the same network group, tuxTBridgeTbl presents all instances of related fields per network group.
tuxTBridgeNetworkGrpName
Syntax
DisplayString
Access
read-only
Description
Logical network group name.
tuxTclientTbl
The tuxTclientTbl group contains objects that represent run-time characteristics of active clients within an application. The object values identify and track the activity of clients within a running application. Objects in this table are only accessible through a Tuxedo/WLE SNMP agent installed on the local machine.
tuxTclientState
Syntax
INTEGER { active(1), suspended(2), dead(3) }
Access
read-write
Description
The values for GET and SET operations are as follows:
Note: Workstation handlers (tuxTclientWsh == yes(1)) cannot be set to a state of dead(3). The system might not be able to kill the client, due to platform or signaling restrictions. In this case, a native client is abortively terminated at its next access to ATMI, and a workstation client's connection to a WSH is preemptively torn down.
tuxTclientBirthTime
Syntax
INTEGER
Access
read-only
Description
Client identifier. The data in this field should not be interpreted directly by the end user except for equality comparison.
tuxTclientMachineId
Syntax
INTEGER
Access
read-only
Description
Client identifier. The data in this field should not be interpreted directly by the end user except for equality comparison.
tuxTclientReg
Syntax
INTEGER
Access
read-only
Description
Client identifier. The data in this field should not be interpreted directly by the end user except for equality comparison.
tuxTclientClntName
Syntax
DisplayString (SIZE(0..30))
Access
read-only
Description
Client name associated with client at tpinit(3) time through the cltname element of the TPINIT structure.
tuxTclientIdleTime
Syntax
INTEGER
Access
read-only
Description
Approximate amount of time, in seconds, since this client last interacted with the system through an ATMI call. This value is accurate to within tuxTdomainScanUnit (see the tuxTdomain group) seconds. When specified as a key field, a positive value indicates that all clients with idle times of at least the indicated value match, a negative value indicates that all clients with no more than the indicated value match, and a 0 value matches all clients.
tuxTclientPid
Syntax
INTEGER
Access
read-only
Description
Process identifier of client. Note that for workstation clients, this identifier indicates the workstation handler through which the workstation client is connected. A negative number can be specified on a GET operation for the purpose of retrieving client information for the calling process. If the calling process is not a client, then an error is returned.
tuxTclientSrvGrp
Syntax
DisplayString (SIZE(0..30))
Access
read-only
Description
Server group with which the client is associated. This information is set through the grpname element of the TPINIT structure at tpinit(3) time.
tuxTclientUsrName
Syntax
DisplayString (SIZE(0..30))
Access
read-only
Description
User name associated with client at tpinit(3) time through the usrname element of the TPINIT structure.
tuxTclientWsc
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
If this object is set to yes(1), the indicated client is logged in to the application from a remote workstation.
tuxTclientWsh
Syntax
INTEGER { yes(1), no(2) }
Access
read-only
Description
Workstation handler. If this object is set to yes(1), the indicated client is a workstation handler process.
tuxTclientWshClientId
Syntax
DisplayString (SIZE(1..78))
Access
read-only
Description
Client identifier for the associated workstation handler (WSH) if this client is a workstation client (tuxTclientWsc == yes(1)); otherwise, the tuxTclientWshClientId value is returned as a 0-length string.
tuxTclientRelease
Syntax
INTEGER
Access
read-only
Description
The Tuxedo/WLE system major protocol release number for the machine where the client is running. This value can be different from the tuxTmachineSWrelease for the same machine. Note that for /WS clients (tuxTclientWsc == yes(1)), this value can be different from the major release associated with the application administered machine through which the /WS client accesses the application.
tuxTclientWsProto
Syntax
INTEGER
Access
read-only
Description
The Tuxedo/WLE system /WS protocol version number for a workstation client. This value is changed with each update to the /WS protocol. A value of 0 is returned for this object when it is associated with non-/WS clients (tuxTclientWsc == no(2)).
tuxTclientNumConv
Syntax
INTEGER
Access
read-only
Description
Number of conversations initiated by this client through tpconnect(3).
tuxTclientNumDeque
Syntax
INTEGER
Access
read-only
Description
Number of dequeue operations initiated by this client through tpdequeue(3).
tuxTclientNumEnque
Syntax
INTEGER
Access
read-only
Description
Number of enqueue operations initiated by this client through tpenqueue(3).
tuxTclientNumPost
Syntax
INTEGER
Access
read-only
Description
Number of postings initiated by this client through tppost(3).
tuxTclientNumReq
Syntax
INTEGER
Access
read-only
Description
Number of requests made by this client through tpcall(3) or tpacall(3).
tuxTclientNumSubscribe
Syntax
INTEGER
Access
read-only
Description
Number of subscriptions made by this client through tpsubscribe(3).
tuxTclientNumTran
Syntax
INTEGER
Access
read-only
Description
Number of transactions begun by this client.
tuxTclientNumTranAbt
Syntax
INTEGER
Access
read-only
Description
Number of transactions aborted by this client.
tuxTclientNumTranCmt
Syntax
INTEGER
Access
read-only
Description
Number of transactions committed by this client.
tuxTclientCmtRet
Syntax
INTEGER { complete(1) | logged(2) }
Access
read-only
Description
Setting of the TP_COMMIT_CONTROL characteristic for this client. See the description of the Tuxedo/WLE system ATMI function tpscmt(3) for details on this characteristic.
tuxTclientCurConv
Syntax
INTEGER
Access
read-only
Description
Number of conversations initiated by this client through tpconnect(3) that are still active.
tuxTclientCurReq
Syntax
INTEGER
Access
read-only
Description
Number of requests initiated by this client through tpcall(3) or tpacall(3) that are still active.
tuxTclientCurTime
Syntax
INTEGER
Access
read-only
Description
Current time, in seconds, since 00:00:00 UTC, January 1, 1970, as returned by the time(2) system call on the local host. This object can be used to compute elapsed time from the tuxTclientTimeStart object value.
tuxTclientLastGrp
Syntax
INTEGER
Access
read-only
Description
Server group number of the last service request made or conversation initiated from this client.
tuxTclientNaddr
Syntax
DisplayString (SIZE(1..78))
Access
read-only
Description
For workstation clients, this object indicates the network address of the client. Network addresses with unprintable characters are converted to the "0x..." network address format as described in the tuxTmachineNaddr object. Non-workstation clients have a 0-length string associated with them for the tuxTclientNaddr value.
Note: The ability of the system to provide this information is determined by the transport provider in use. In some cases, workstation clients cannot have addresses associated with them if the provider does not make this information available.
tuxTclientNotify
Syntax
INTEGER { dipin(1) | signal(2) | ignore(3) }
Access
read-only
Description
Setting of the notification characteristic for this client. See the tuxTdomain group description of this object for more details.
tuxTclientNumUnSol
Syntax
INTEGER
Access
read-only
Description
Number of unsolicited messages queued for this client that are awaiting processing.
tuxTclientRpid
Syntax
INTEGER
Access
read-only
Description
UNIX system message queue identifier for the client's reply queue.
Note: This object is a UNIX-system-specific object value that might not be returned if the platform on which the application is being run is not UNIX-based.
tuxTclientTimeLeft
Syntax
INTEGER
Access
read-only
Description
Time left, in seconds, for this client to receive the reply for which it is currently waiting before it times out. This timeout can be a transactional timeout or a blocking timeout.
tuxTclientTimeStart
Syntax
INTEGER
Access
read-only
Description
Time, in seconds, since 00:00:00 UTC, January 1, 1970, as returned by the time(2) system call on local host, since the client joined the application.
tuxTclientTranLev
Syntax
INTEGER
Access
read-only
Description
Current transaction level for this client. 0 indicates that the client is not currently involved in a transaction.
tuxTclientId
Syntax
DisplayString (SIZE(1..78))
Access
read-only
Description
Client Identifier.
tuxTclientContextID
Syntax
INTEGER (-2..29999)
Access
read-only
Status
mandatory
Description
Identifier for this particular application association.
tuxTconnTable
The tuxTconnTable group contains objects that represent run-time characteristics of active conversations within an application. Objects in this table are only accessible through a Tuxedo/WLE SNMP agent installed on the local machine. All objects in this MIB group are local objects, that is, values for these objects correspond to the local host only where the Tuxedo agent is running. Thus, the user needs to run an instance of the Tuxedo agent on every node for which these values are of interest. The index into this table is tuxTconnSerNo.
tuxTconnSerNo
Syntax
INTEGER
Access
read-only
Description
A running number as an index for tuxTconnTable.
tuxTconnState
Syntax
INTEGER { active(1) }
Access
read-only
Description
The values for GET and SET operations are as follows:
tuxTconnSvcName
Syntax
DisplayString (SIZE(1..15))
Access
read-only
Description
Service name of the conversational service invoked by the originator and processed by the subordinate.
tuxTconnClientId
Syntax
DisplayString (SIZE(1..78))
Access
read-only
Description
Client identifier. The data in this field should not be interpreted directly by the end user except for equality comparison.
tuxTconnOgrpNo
Syntax
INTEGER (1..30001)
Access
read-only
Description
Server group number for the originator of the conversation. If the originator is a client, then 30,000 is returned as the value for this object.
tuxTconnOlmid
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Logical machine identifier that indicates where the originator is running, or (in the case of /WS clients) is accessing the application .
tuxTconnOpid
Syntax
INTEGER
Access
read-only
Description
Process identifier for the originator of the conversation.
tuxTconnOsndcnt
Syntax
INTEGER
Access
read-only
Description
Number of tpsend(3) calls made by the originator.
tuxTconnOsrvId
Syntax
INTEGER (1..30001)
Access
read-only
Description
Server identifier for the originator of the conversation.
tuxTconnSgrpNo
Syntax
INTEGER (1..30001)
Access
read-only
Description
Server group number for the subordinate of the conversation. If the originator is a client, then 30,000 is returned as the value for this object.
tuxTconnSlmid
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Logical machine identifier that indicates where the subordinate is running or, (in the case of /WS clients) is accessing the application.
tuxTconnSpid
Syntax
INTEGER
Access
read-only
Description
Process identifier for the subordinate in the conversation.
tuxTconnSsndcnt
Syntax
INTEGER
Access
read-only
Description
Number of tpsend(3) calls made by the subordinate.
tuxTconnSsrvId
Syntax
INTEGER (1..30001)
Access
read-only
Description
Server identifier for the subordinate in the conversation.
tuxTdevice
The tuxTdevice group contains the following object and group (table).
Object Name |
Object ID |
---|---|
tuxTwhichCfgDev |
.1.3.6.1.4.1.140.300.19.2 |
tuxTdeviceTbl |
.1.3.6.1.4.1.140.300.19.1 |
tuxTwhichCfgDev
Syntax
DisplayString (SIZE(2..64))
Access
read-write
Description
The value of this object determines the device for which tuxTdeviceTbl returns configuration and run-time information.
The default value of this object is the TUXCONFIG file for the current domain.
tuxTdeviceTbl
The tuxTdeviceTbl group contains objects that represent configuration and run-time objects of raw disk slices or UNIX system files being used to store Tuxedo/WLE system device lists. This group allows for the creation and deletion of device list entries within a raw disk slice or UNIX system file. Objects in this table are only accessible through a Tuxedo/WLE SNMP agent installed on the local machine. To create a new row in this table, the user needs to send a SET request, with at least a value for tuxTdevSize. The index into this table is tuxTdevCfgDev and tuxTdevIndex.
tuxTdevLmid
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Logical machine identifier where the device is located. Note that this object can be used as a key field in both unbooted and booted applications as long as they are already configured (that is, at least one tuxTmachineTable instance exists). It is required as a key field on SET operations when they are accessing a booted application. If specified when accessing the tuxTdeviceTbl table in an unconfigured application, this object is ignored.
Note: This object can be set only during row creation.
tuxTdevCfgDev
Syntax
DisplayString (SIZE(2..64))
Access
read-write
Description
Absolute pathname of the file or device where the Tuxedo/WLE system filesystem is stored or is to be stored.
Note: This object can be set only during row creation.
tuxTdeviceName
Syntax
DisplayString (SIZE(2..64))
Access
read-write
Description
Absolute pathname of the device list entry.
Note: This object can be set only during row creation.
tuxTdevOffset
Syntax
INTEGER
Access
read-write
Description
The offset, in blocks, at which space on this tuxTdevice begins for use within the Tuxedo/WLE system VTOC specified by tuxTdevCfgDev.
Note: This object can be set only during row creation.
tuxTdevSize
Syntax
INTEGER
Access
read-write
Description
The size in pages of the disk area to be used for the device list entry.
Note: This object can be set only in conjunction with row creation.
Note: This object can be set only during row creation.
tuxTdevIndex
Syntax
INTEGER
Access
read-only
Description
Device index for tuxTdevice within the device list addressed by tuxTdevCfgDev. The tuxTdevIndex value is used for identification purposes only in getting and setting object values that relate to particular devices within a Tuxedo/WLE system filesystem.
tuxTdevState
Syntax
INTEGER { valid(1) | invalid(2) | re-init(3) }
Access
read-write
Description
The values for GET and SET operations are as follows:
tuxTdomain
The tuxTdomain group contains objects that represent global application characteristics for the domain to which the Tuxedo/WLE SNMP Agent is currently connected. The object values serve to identify, customize, size, secure, and tune a Tuxedo/WLE application. Many of the object values represented here serve as application defaults for other groups represented in this MIB.
There is exactly one instance of the tuxTdomain group for each application.
tuxTdomainKey
Syntax
INTEGER (32769..262143)
Access
read-write
Description
Numeric key for the well-known address in a Tuxedo/WLE system bulletin board. In a single processor environment, this key "names" the bulletin board. In a multiple processor or LAN environment, this key names the message queue of the DBBL. In addition, this key is used as a basis for deriving the names of resources other than the well-known address, such as the names for bulletin boards throughout the application.
tuxTdomainMaster
Syntax
DisplayString (SIZE (1..30))
Access
read-write
Description
DisplayString is in format: LMID1[,LMID2]
The master identifier (LMID1) must correspond to the local machine for inactive applications. single-machine(1) mode applications (see tuxTdomainModel below) can set only the master logical machine identifier. Modifications to the tuxTdomainMaster value in an active multi-machine(2) application (see tuxTdomainModel below) have the following semantics.
Assuming current active master LMID A, current backup master LMID B, and secondary LMIDs C, D, ...., the following scenarios define the semantics of permitted changes to the tuxTdomainMaster object in a running multi-machine(2) mode application.
A,B -> B,A — Master migration from A to B. A,B -> A,C — Change backup master LMID designation to C.
Note that master migration can be either orderly or partitioned. Orderly migration takes place when the master machine is active and reachable. Otherwise, partitioned migration takes place. All newly established or re-established network connections verify that the two sites connecting share a common view of where the master machine is located. Otherwise, the connection is refused and an appropriate log message is generated.
The master and backup machines in an active application must always have a Tuxedo/WLE system release number greater than or equal to all other machines active in the application. The master and backup machines must be of the same release. Modifications to the tuxTdomainMaster object must preserve this relationship.
tuxTdomainModel
Syntax
INTEGER { single-machine(1) | multi-machine(2) }
Access
read-write
Description
The configuration type.
tuxTdomainState
Syntax
INTEGER { active(1) | inactive(2) | forcible-inactive(3) }
Access
read-write
Description
The values for GET and SET operations are as follows:
tuxTdomainID
Syntax
DisplayString (SIZE (0..30))
Access
read-write
Description
Domain identification string.
tuxTdomainUID
Syntax
INTEGER
Access
read-write
Description
Default value for newly configured objects in the tuxTmachineTable group.
Note: Changes to this object do not affect active or already configured tuxTmachineTable instances.
tuxTdomainGID
Syntax
INTEGER
Access
read-write
Description
Default value for newly configured objects in the tuxTmachineTable group.
Note: Changes to this object do not affect active or already configured tuxTmachineTable instances.
tuxTdomainPerm
Syntax
DisplayString (SIZE(1..9))
Access
read-write
Description
Default value for newly configured objects in the tuxTmachineTable group.
Note: Changes to this object do not affect active or already configured tuxTmachineTable instances.
tuxTdomainMask
Syntax
DisplayString (SIZE(1..9))
Access
read-write
Description
Attribute access mask. User type/access mode combinations specified by tuxTdomainMask are no longer allowed for all group/object combinations defined in TM_MIB(5). For example, a setting of 0003 disallows all updates to users other than the administrator or the operator. The value of this object should be provided as an octal number — 0 through 0777.
tuxTdomainMaxAccessers
Syntax
INTEGER (1..32767)
Access
read-write
Description
Default value for newly configured objects in the tuxTmachineTable group.
Note: Changes to this object do not affect active or already configured tuxTmachineTable instances.
tuxTdomainMaxConv
Syntax
INTEGER (0..32767)
Access
read-write
Description
Default value for newly configured objects in the tuxTmachineTable group.
Note: Changes to this object do not affect active or already configured tuxTmachineTable instances.
tuxTdomainMaxGTT
Syntax
INTEGER (0..32767)
Access
read-write
Description
Default value for newly configured objects in the tuxTmachineTable group.
Note: Changes to this object do not affect active or already configured tuxTmachineTable instances.
tuxTdomainMaxBufsType
Syntax
INTEGER (1..32767)
Access
read-write
Description
Maximum number of buffer subtypes that can be accommodated in the bulletin board buffer subtype table.
tuxTdomainMaxBufType
Syntax
INTEGER (1..32767)
Access
read-write
Description
Maximum number of buffer types that can be accommodated in the bulletin board buffer type table.
tuxTdomainMaxDRT
Syntax
INTEGER (0..32767)
Access
read-write
Description
Maximum number of routing table entries that can be accommodated in the bulletin board routing table. One entry per tuxTroutingTable group object is required. Additional entries should be allocated to allow for run-time growth.
tuxTdomainMaxGroups
Syntax
INTEGER (100..32767)
Access
read-write
Description
Maximum number of server groups that can be accommodated in the bulletin board server group table.
tuxTdomainMaxMachines
Syntax
INTEGER (256..8190)
Access
read-write
Description
Maximum number of machines that can be accommodated in the bulletin board machine table.
tuxTdomainMaxQueues
Syntax
INTEGER (1..8191)
Access
read-write
Description
Maximum number of queues to be accommodated in the bulletin board queue table.
tuxTdomainMaxRFT
Syntax
INTEGER (0..32767)
Access
read-write
Description
Maximum number of routing criteria range table entries to be accommodated in the bulletin board range criteria table. One entry per individual range within a tuxTroutingRanges specification is required plus one additional entry per tuxTroutingTable group object. Additional entries should be allocated to allow for run-time growth.
tuxTdomainMaxRTData
Syntax
INTEGER (0..32760)
Access
read-write
Description
Maximum string pool space to be accommodated in the bulletin board string pool table. Strings and carrays specified within tuxTroutingRanges values are stored in the string pool. Additional space should be allocated to allow for run-time growth.
tuxTdomainMaxServers
Syntax
INTEGER (1..8191)
Access
read-write
Description
Maximum number of servers to be accommodated in the bulletin board server table. Allowances should be made in setting this object for system supplied administrative servers. Administration of each Tuxedo/WLE system site adds approximately one server. Additionally, if TMSs are specified for any server groups (see tuxTgroupTMSname), they are booted along with their server group and should be accounted for in setting tuxTdomainMaxServers.
tuxTdomainMaxServices
Syntax
INTEGER (1..32767)
Access
read-write
Description
Maximum number of services to be accommodated in the bulletin board service table. Allowances should be made in setting this object for system supplied servers that offer services for administrative purposes. Administration of each Tuxedo/WLE system site adds approximately five services. Other administrative components such as /WS, /Q, and /DM can also add administrative services that should be accounted for.
tuxTdomainMaxACLgroups
Syntax
INTEGER (1..16384)
Access
read-write
Description
Maximum number of group identifiers that can be used for checking ACL permissions. The maximum group identifier that can be defined is tuxTdomainMaxACLgroups - 1.
tuxTdomainCMTRET
Syntax
INTEGER { complete(1) | logged(2) }
Access
read-write
Description
Initial setting of the TP_COMMIT_CONTROL characteristic for all client and server processes in a Tuxedo/WLE application. logged(2) initializes the TP_COMMIT_CONTROL characteristic to TP_CMT_LOGGED; otherwise, it is initialized to TP_CMT_COMPLETE. See the description of the Tuxedo/WLE system ATMI function tpscmt(3) for details on the setting of this characteristic.
Note: Run-time modifications to this object do not affect active clients and servers.
tuxTdomainLoadBalance
Syntax
INTEGER { yes(1) | no(2) }
Access
read-write
Description
Note: Run-time modifications to this object do not affect active clients and servers.
tuxTdomainNotify
Syntax
INTEGER { dipin(1) | signal(2) | ignore(3) }
Access
read-write
Description
Default notification detection method used by the system for unsolicited messages sent to client processes. This default value can be overridden on a per-client basis using the appropriate tpinit(3) flag value. Note that once unsolicited messages are detected, they are made available to the application through the application defined unsolicited message handling routine identified through the tpsetunsol(3) function.
Note: Run-time modifications to this object do not affect active clients. All signaling of client processes is done by administrative system processes and not by application processes. Therefore, only clients running with the same UNIX system user identifier can be notified by use of the signal(2) method.
tuxTdomainSystemAccess
Syntax
INTEGER { fastpath(1) | protected(2) | fastpath-no-override(3) | protected-no-override(4) }
Access
read-write
Description
Default mode used by Tuxedo/WLE system libraries within application processes to gain access to Tuxedo/WLE system's internal tables.
Note: Updates to the tuxTdomainSystemAccess value in a running application affect only newly started clients and newly configured tuxTsrvrTbl objects.
tuxTdomainOptions
Syntax
INTEGER { lan(1) | migrate(2) | accstats(3) | lan-migrate(4) | lan-accstats(5) | migrate-accstats(6) | lan-migrate-accstats(7) | none(8) }
Access
read-write
Description
Comma separated list of application options in effect. Valid options are defined as follows:
Note: Only the accstats(3) can be set or reset in an active application.
tuxTdomainSignal
Syntax
INTEGER { sigusr1(1) | sigusr2(2) }
Access
read-write
Description
Signal to be used for signal-based notification (see tuxTdomainNotify above).
tuxTdomainSecurity
Syntax
INTEGER DisplayString
Access
read-write
Description
Type of application security. The format is:
security_mode[/app_password]
where security_mode can have the following values:
APP_PW
USER_AUTH
ACL
MANDATORY_ACL
tuxTdomainAuthsvc
Syntax
DisplayString (SIZE (1..15))
Access
read-write
Description
Application authentication service invoked by the system for each client that joins the system. The tuxTdomainAuthsvc value is ignored if the tuxTdomainSecurity object is set to NONE or to APP-PW.
tuxTdomainScanUnit
Syntax
INTEGER (0..60)
Access
read-write
Description
Interval of time (in seconds) between periodic scans by the system. Periodic scans are used to detect old transactions and timed-out blocking calls within service requests. The tuxTdomainBBLQuery, tuxTdomainBlockTime, tuxTdomainDBBLWait, and tuxTdomainSanityScan objects are multipliers of this value. Passing a value of 0 for this object on a SET operation causes the object to be reset to its default value.
tuxTdomainBBLQuery
Syntax
INTEGER (0..32767)
Access
read-write
Description
Multiplier of the tuxTdomainScanUnit object that indicates time between DBBL status checks on registered BBLs. The DBBL checks to ensure that all BBLs have reported within the tuxTdomainBBLQuery cycle. If a BBL has not been heard from, the DBBL sends a message to that BBL asking for status. If no reply is received, the BBL is partitioned. Passing a value of 0 for this object on a SET operation causes the object to be reset to its default value. The tuxTdomainBBLQuery value should be set to at least twice the value set for tuxTdomainSanityScan.
tuxTdomainBlockTime
Syntax
INTEGER (0..32767)
Access
read-write
Description
Multiplier of the tuxTdomainScanUnit object that indicates the minimum amount of time a blocking ATMI call blocks before timing out. Passing a value of 0 for this object on a SET operation causes the object to be reset to its default value.
tuxTdomainDBBLWait
Syntax
INTEGER (0..32767)
Access
read-write
Description
Multiplier of the tuxTdomainScanUnit object that indicates the maximum amount of time a DBBL should wait for replies from its BBLs before timing out. Passing a value of 0 for this object on a SET operation causes the object to be reset to its default value.
tuxTdomainSanityScan
Syntax
INTEGER (0..32767)
Access
read-write
Description
Multiplier of the tuxTdomainScanUnit object that indicates the time interval between basic sanity checks of the system. Sanity checking includes client/server viability checks done by each BBL for clients/servers running on the local machine as well as BBL status check-ins (multi-machine(2) mode only). Passing a value of 0 for this object on a SET operation causes the object to be reset to its default value.
tuxTdomainCurDRT
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current number of bulletin board routing table entries in use.
tuxTdomainCurGroups
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current number of bulletin board server group table entries that are in use.
tuxTdomainCurMachines
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current number of configured machines.
tuxTdomainCurQueues
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current number of bulletin board queue table entries that are in use.
tuxTdomainCurRFT
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current number of bulletin board routing criteria range table entries that are in use.
tuxTdomainCurRTdata
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current size of routing table string pool.
tuxTdomainCurServers
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current number of bulletin board server table entries that are in use.
tuxTdomainCurServices
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current number of bulletin board service table entries that are in use.
tuxTdomainCursType
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current number of bulletin board subtype table entries that are in use.
tuxTdomainCurType
Syntax
INTEGER (0..32767)
Access
read-only
Description
Current number of bulletin board type table entries that are in use.
tuxTdomainHwDRT
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of bulletin board routing table entries that are in use.
tuxTdomainHwGroups
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of bulletin board server group table entries that are in use.
tuxTdomainHwMachines
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of configured machines.
tuxTdomainHwQueues
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of bulletin board queue table entries that are in use.
tuxTdomainHwRFT
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of bulletin board routing criteria range table entries that are in use.
tuxTdomainHwRTdata
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water size of routing table string pool.
tuxTdomainHwServers
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of bulletin board server table entries that are in use.
tuxTdomainHwServices
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of bulletin board service table entries that are in use.
tuxTdomainMaxNetGroups
Syntax
INTEGER (1..8191)
Access
read-write
Description
The maximum number of groups that can be configured.
tuxMaxObjects (Tuxedo 8.0),
wleMaxObjects
Syntax
INTEGER
Access
read-write
Description
The default maximum number of active CORBA objects that can be accommodated in the Active Object Map tables in the Tuxedo 8.0 or WebLogic Enterprise bulletin board.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
tuxMaxInterfaces (Tuxedo 8.0),
wleMaxInterfaces
Syntax
INTEGER (1..32765)
Access
read-write
Description
Specifies the maximum number of interfaces that can be accommodated in the interface table of the bulletin board. If not specified, the default is 100.
All instances of an interface occupy and re-use the same slot in the interface table in the bulletin board. For example, if server SVR1 advertises interfaces IF1 and IF2, SVR2 advertises IF2 and IF3, and SVR3 advertises IF3 and IF4, the interface count is 4, not 6, when calculating tuxMaxInterfaces/ wleMaxInterfaces.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
tuxTdomainSignatureAhead
Syntax
INTEGER (1..2147483647)
Access
read-write
Description
Number of seconds a valid signature's timestamp can be ahead of the local machine's clock.
tuxCurInterfaces (Tuxedo 8.0),
wleCurInterfaces
Syntax
INTEGER
Access
read-only
Description
The current number of interface entries used in the bulletin board interface tables.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
tuxHwInterfaces (Tuxedo 8.0),
wleHwInterfaces
Syntax
INTEGER
Access
read-only
Description
The high water mark for the number of interface entries used in the bulletin board interface tables.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
tuxTdomainSignatureBehind
Syntax
INTEGER (1..2147483647)
Access
read-write
Description
Number of seconds a valid signature's timestamp can be behind the local machine's clock.
tuxTdomainEncryptionRequired
Syntax
INTEGER {yes(1) | no(2)}
Access
read-write
Description
If set to "yes," every application service in this domain requires an encrypted input message buffer.
tuxTdomainSignatureRequired
Syntax
INTEGER {yes(1) | no(2)}
Access
read-write
Description
If set to "yes," every application service in this domain requires a valid digital signature on its input message buffer.
tuxTgroupTable
The tuxTgroupTable group contains objects that represent application characteristics pertaining to a particular server group. The object values represent group identification, location, and DTP information.
The index for this table is tuxTgroupNo. To create a new row, it is necessary to issue a SET request for a non-existing instance that at least specifies values for tuxTgroupName and tuxTgroupLMID.
tuxTgroupName
Syntax
DisplayString (SIZE (1..30))
Access
read-write
Description
Logical name of the server group. The group name must be unique within all group names in the tuxTgroupTable group and tuxTgroupLMID values in the tuxTmachineTable group. Server group names cannot contain an asterisk (*), comma, or colon.
Note: This object can be set only during row creation.
tuxTgroupNo
Syntax
INTEGER (1..29999)
Access
read-write
Description
Group number associated with this server group.
Note: This object can be set only during row creation.
tuxTgroupLMID
Syntax
DisplayString (SIZE (1..61))
Access
read-write
Description
DisplayString is in the format: LMID1[,LMID2]
The secondary LMID indicates the machine to which the server group can be migrated (if the MIGRATE option is specified in the tuxTdomainOptions object). A single LMID specified on a GET operation matches either the primary or secondary LMID. Note that the location of an active group is available in the tuxTgroupCurLMID object. Logical machine identifiers specified with the tuxTgroupLMID object must already be configured.
Note: Modifications to this object for an active object can only change the backup LMID designation for the group.
tuxTgroupState
Syntax
INTEGER { active(1) | inactive(2) | migrating(3) | invalid(4) |
re-active(5) | suspend-services(6) | resume-services(7)}
Access
read-write
Description
The values for GET and SET operations are as follows:
tuxTgroupCurLMID
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Current logical machine on which the server group is running. The tuxTgroupCurLMID value is not returned for server groups that are not active.
tuxTgroupCloseInfo
Syntax
DisplayString (SIZE(0..256))
Access
read-write
Description
If a non-0 length value other than TMS is specified for the tuxTgroupTMSname object, then the tuxTgroupCloseInfo value indicates the resource manager-dependent information needed to terminate access to the resource manager. Otherwise, this object value is ignored.
The format for the tuxTgroupCloseInfo value is dependent on the requirements of the vendor providing the underlying resource manager. The information required by the vendor must be prefixed with rm_name:, which is the published name of the vendor's transaction (XA) interface followed immediately by a colon (:).
A 0-length string value for this object means that the resource manager for this group (if specified) does not require any application-specific information to close access to the resource.
Note: Run-time modifications to this object do not affect active servers in the group.
tuxTgroupOpenInfo
Syntax
DisplayString (SIZE(0..256))
Access
read-write
Description
If a non-0 length value other than TMS is specified for the tuxTgroupTMSname object, the tuxTgroupOpenInfo value indicates the resource manager-dependent information needed to initiate access to the resource manager. Otherwise, this object value is ignored.
The format for the tuxTgroupOpenInfo value is dependent on the requirements of the vendor that provides the underlying resource manager. The information required by the vendor must be prefixed with rm_name:, which is the published name of the vendor's transaction (XA) interface followed immediately by a colon (:).
A 0-length string value for tuxTgroupOpenInfo means that the resource manager for this group (if specified) does not require any application-specific information to open access to the resource.
Note: Run-time modifications to this object do not affect active servers in the group.
tuxTgroupTMScount
Syntax
INTEGER (0..11)
Access
read-write
Description
If a non-0 length value is specified for the tuxTgroupTMSname object, the tuxTgroupTMScount value indicates the number of transaction manager servers to start for the associated group. Otherwise, this object value is ignored.
tuxTgroupTMSname
Syntax
DisplayString (SIZE(0..78))
Access
read-write
Description
Transaction manager server a.out associated with this group. This parameter must be specified for any group entry whose servers participate in distributed transactions (transactions across multiple resource managers and possibly machines that are started with tpbegin(3) and ended with tpcommit(3) or tpabort(3)).
The value TMS is reserved to indicate use of the null XA interface. If a non-empty value other than TMS is specified, a tuxTmachineTlogDevice must be specified for the machine(s) associated with the primary and secondary logical machines for this object
A unique server identifier is selected automatically for each TM server, and the servers are restartable an unlimited number of times.
tuxTgroupEncryptionRequired
Syntax
INTEGER { yes(1) | no(2)}
Access
read-write
Description
If set to "yes," every application service in this group requires an encrypted message buffer.
tuxTgroupSignatureRequired
Syntax
INTEGER { yes(1) | no(2)}
Access
read-write
Description
If set to "yes," every application service in this group requires a valid digital signature on its input message buffer.
tuxTmachineTable
The tuxTmachineTable group contains objects that represent application characteristics pertaining to a particular machine. The object values represent machine characteristics, per-machine sizing, statistics, customization options, and UNIX system filenames. This group is available for configured-inactive as well as configured-active machines in the application.
The index into this table is tuxTmachinePmid. To create a new row, issue a SET request for a non-existing row that specifies at least the values for tuxTmachineLmid, tuxTmachineTuxDir, tuxTmachineTuxConfig, and tuxTmachineAppDir. For a multi-machine Tuxedo/WLE application, tuxTmachineNaddr, tuxTmachineNlsAddr, and tuxTmachineBridge must also be specified.
tuxTmachinePmid
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Physical machine identifier. This identifier should match the UNIX system nodename returned by the uname -n command when run on the identified system. For a Windows NT system, this identifier should match the computer name and the name configured with the name server.
Note: This object can be set only during row creation.
tuxTmachineLmid
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Logical machine identifier.
Note: This object can be set only during row creation.
tuxTmachineTuxConfig
Syntax
DisplayString (SIZE (2..78))
Access
read-write
Description
Absolute pathname of the file or device where the binary Tuxedo/WLE system configuration file is found on this machine. The administrator need only maintain one such file, namely the one identified by the tuxTmachineTuxConfig value on the master machine. The information contained in this file is automatically propagated to all other tuxTmachineTable objects as they are activated. See tuxTmachineEnvFile for a discussion of how the tuxTmachineTuxConfig value is used in the environment.
tuxTmachineTuxDir
Syntax
DisplayString (SIZE(2..78))
Access
read-write
Description
Absolute pathname of the directory where the Tuxedo/WLE system software is found on this machine. See tuxTmachineEnvFile that follows for a discussion about how the tuxTmachineTuxDir value is used in the environment.
tuxTmachineAppDir
Syntax
DisplayString (SIZE (2..78))
Access
read-write
Description
Colon-separated list of application directory absolute pathnames. The first directory serves as the current directory for all application and administrative servers booted on this machine. All directories in the list are searched when application servers are started. See tuxTmachineEnvFile for a discussion of how the tuxTmachineAppDir value is used in the environment.
tuxTmachineState
Syntax
INTEGER { active(1) | inactive(2) | partitioned(3) | invalid(4) |
re-activate(5) | cleaning(7) }
Access
read-write
Description
The values for GET and SET operations are as follows:
Note: State change to inactive(2) is allowed only for non-master machines. The master site administrative processes are deactivated through the tuxTdomain group.
tuxTmachineUid
Syntax
INTEGER
Access
read-write
Description
UNIX system user-identifier for the Tuxedo/WLE application administrator on this machine. Administrative commands such as tmboot(1), tmshutdown(1), and tmadmin(1) must run as the indicated user on this machine. Application and administrative servers on this machine are started as this user.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTmachineGid
Syntax
INTEGER
Access
read-write
Description
UNIX system group identifier for the Tuxedo/WLE application administrator on this machine. Administrative commands such as tmboot(1), tmshutdown(1), and tmadmin(1) must run as part of the indicated group on this machine. Application and administrative servers on this machine are started as part of this group.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTmachineEnvFile
Syntax
DisplayString (SIZE(2..78))
Access
read-write
Description
Environment file for clients and servers running on this machine.
tuxTmachinePerm
Syntax
DisplayString (SIZE(1..9))
Access
read-write
Description
UNIX system permissions associated with the shared memory bulletin board created on this machine. Default UNIX system permissions for system and application message queues.
Note: Modifications to this object for an active object do not affect running servers or clients.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTmachineUlogPfx
Syntax
DisplayString (SIZE(0..78))
Access
read-write
Description
Absolute pathname prefix of the path for the userlog(3) file on this machine. The userlog(3) file name is formed by appending the string .mmddyy to the tuxTmachineUlogPfx object value .mmddyy represents the month, day, and year that the messages were generated. All application and system userlog(3) messages generated by clients and servers running on this machine are directed to this file.
Note: Modifications to this object for an active object do not affect running servers or clients.
tuxTmachineType
Syntax
DisplayString (SIZE(1..15))
Access
read-write
Description
Machine type. The tuxTmachineType value is used to group machines into groups of like data representations. Data encoding is not performed when communicating between machines of identical types. This object can be given any string value; values are used only for comparison. Distinct tuxTmachineType objects should be set when the application spans a heterogeneous network of machines or when compilers generate dissimilar structure representations. The default value for tuxTmachineType, a 0-length string, matches any other machine having a 0-length string as its tuxTmachineType object value.
tuxTmachineMaxAccessers
Syntax
INTEGER (1..32767)
Access
read-write
Description
Maximum number of clients and servers that can have access to the bulletin board on this machine at one time. System administration processes such as the BBL and tmadmin need not be accounted for in this figure, but all application servers and clients and TMS servers should be counted. If the application is booting workstation listeners on this site, then both the listeners and the potential number of workstation handlers that can be booted should be counted.
tuxTmachineMaxConv
Syntax
INTEGER (0..32767)
Access
read-write
Description
Maximum number of simultaneous conversations in which clients and servers on this machine can be involved.
tuxTmachineMaxGtt
Syntax
INTEGER (0..32767)
Access
read-write
Description
Maximum number of simultaneous global transactions in which this machine can be involved.
tuxTmachineMaxWsClients
Syntax
INTEGER (0..32767)
Access
read-write
Description
Number of entries for accessers on this machine to be reserved for workstation clients. The number specified here takes a portion of the total slots for accessers specified with the tuxTmachineMaxAccessers object. The appropriate setting of this parameter helps to conserve IPC resources because workstation client access to the system is multiplexed through a Tuxedo/WLE system supplied surrogate, the workstation handler. It is an error to set this number greater than tuxTmachineMaxAccessers.
tuxTmachineMaxAclCache
Syntax
INTEGER (10..32000)
Access
read-write
Description
Number of entries in the cache used for ACL entries when tuxTdomainSecurity is set to acl(4) or mandatory-acl(5). The appropriate setting of this parameter helps to conserve shared memory resources and yet reduce the number of disk access to do ACL checking.
tuxTmachineTlogDevice
Syntax
DisplayString (SIZE (0..64))
Access
read-write
Description
The device (raw slice) or UNIX system file containing the Tuxedo/WLE system filesystem that holds the DTP transaction log for this machine. The DTP transaction log is stored as a Tuxedo/WLE system VTOC table on the device. This device or file can be the same as that specified for the tuxTmachineTuxConfig object for this machine.
tuxTmachineTlogName
Syntax
DisplayString (SIZE (0..30))
Access
read-write
Description
The name of the DTP transaction log for this machine. If more than one DTP transaction log exists on the same tuxTmachineTlogDevice, they must have unique names. tuxTmachineTlogName must be different from the name of any other table on the tuxTmachineTlogDevice where the DTP transaction log table is created.
tuxTmachineTlogSize
Syntax
INTEGER (1..2048)
Access
read-write
Description
The numeric size, in pages, of the DTP transaction log for this machine. The tuxTmachineTlogSize object value is subject to limits based on available space in the Tuxedo/WLE system filesystem identified by the tuxTmachineTlogDevice object.
tuxTmachineBridge
Syntax
DisplayString (SIZE (0..78))
Access
read-write
Description
Device name to be used by the BRIDGE process placed on this logical machine to access the network. The tuxTmachineBridge value is a required value for participation in a networked application through a TLI-based Tuxedo/WLE system binary. This object value is not needed for sockets-based Tuxedo/WLE system binaries.
tuxTmachineNaddr
Syntax
DisplayString (SIZE (0..78))
Access
read-write
Description
Specifies the complete network address to be used by the BRIDGE process placed on the logical machine as its listening address. The listening address for a BRIDGE is the means by which it is contacted by other BRIDGE processes participating in the application. This object must be set if the logical machine is to participate in a networked application, that is, if the LAN option is set in the tuxTdomainOptions object value.
If DisplayString has the form 0xhex-digits or \\xhex-digits, it must contain an even number of valid hexadecimal digits. These forms are translated internally into a character array that contains the hexadecimal representations of the specified string.
tuxTmachineNlsaddr
Syntax
DisplayString (SIZE(0..78))
Access
read-write
Description
Network address used by the tlisten(1) process servicing the network on the node identified by this logical machine. This network address has the same format as that specified for the tuxTmachineNaddr object.
This object must be set if the logical machine is to participate in a networked application, that is, if the LAN option is set in the tuxTdomainOptions object value.
tuxTmachineCmpLimit
Syntax
DisplayString
Access
read-write
Description
Threshold message size at which compression occurs for remote traffic and, optionally, local traffic. Remote and local can be either non-negative numeric values or the string MAXLONG that is dynamically translated to the maximum long setting for the machine. Setting only the remote value defaults local to MAXLONG.
tuxTmachineTmNetLoad
Syntax
INTEGER (0..32767)
Access
read-write
Description
Service load added to any remote service evaluated during load balancing on this machine.
tuxTmachineSpinCount
Syntax
INTEGER
Access
read-write
Description
Spincount used on this machine for pre-ticket user-level semaphore access. Default values are built into the Tuxedo/WLE system binaries on each machine. For tuning purposes, these defaults can be overridden at run-time using tuxTmachineSpinCount. The spincount can be reset to the default built-in value for the site by resetting tuxTmachineSpinCount to 0.
tuxTmachineRole
Syntax
INTEGER { master(1)| backup(2)| other(3) }
Access
read-only
Description
The role of this machine in the application.
tuxTmachineMinor
Syntax
INTEGER
Access
read-only
Description
The Tuxedo/WLE system minor protocol release number for this machine.
tuxTmachineRelease
Syntax
INTEGER
Access
read-only
Description
The Tuxedo/WLE system major protocol release number for this machine. This value can be different from the tuxTmachineSWrelease for the same machine.
tuxTmachineMaxPendingBytes
Syntax
INTEGER
Access
read-write
Description
Specifies a limit for the amount of space that can be allocated for messages waiting to be transmitted by the BRIDGE process. The minimum value is 100000.
tuxMachineMaxObjects (Tuxedo 8.0),
wleMachineMaxObjects
Syntax
INTEGER
Access
read-write
Description
The maximum number of CORBA objects that can be accommodated in the Active Object Map tables in the bulletin board.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
tuxTmachineEncryptionRequired
Syntax
INTEGER { yes(1) | no(2)}
Access
read-write
Description
If set to "yes," every application service on this machine requires an encrypted input message buffer.
tuxTmachineSignatureRequired
Syntax
INTEGER { yes(1) | no(2)}
Access
read-write
Description
If set to "yes," every application service on this machine requires a valid digital signature on its input message buffer.
tuxTmachineActive
The tuxTmachineActive group contains objects that represent run-time statistics on the local machine if the machine is active (that is, some component of the application is active on the machine). Objects in this group are only accessible through a Tuxedo/WLE SNMP agent installed on the local machine.
tuxTmachineCurAccessers
Syntax
INTEGER (0..32767)
Access
read-only
Description
Number of clients and servers that currently access the application either directly on this machine or through a workstation handler on this machine.
tuxTmachineCurClients
Syntax
INTEGER (0..32767)
Access
read-only
Description
Number of clients, both native and workstation, currently logged in to this machine.
tuxTmachineCurConv
Syntax
INTEGER (0..32767)
Access
read-only
Description
Number of active conversations with participants on this machine.
tuxTmachineCurGTT
Syntax
INTEGER (0..32767)
Access
read-only
Description
Number of in use transaction table entries on this machine.
tuxTmachineCurLoad
Syntax
INTEGER
Access
read-only
Description
Current service load enqueued on this machine.
Note: If the tuxTdomainLoadBalance object is no(2) or the tuxTdomainModel object is multi-machine(2), then an FML32 NULL value (0) is returned.
tuxTmachineCurWsClients
Syntax
INTEGER (0..32767)
Access
read-only
Description
Number of workstation clients currently logged in to this machine.
tuxTmachineHwAccessers
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of clients and servers accessing the application either directly on this machine or through a workstation handler on this machine.
tuxTmachineHwClients
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of clients, both native and workstation, logged in to this machine.
tuxTmachineHwConv
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of active conversations with participants on this machine.
tuxTmachineHwGTT
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of in use transaction table entries on this machine.
tuxTmachineHwWsClients
Syntax
INTEGER (0..32767)
Access
read-only
Description
High water number of workstation clients currently logged in to this machine.
tuxTmachineNumConv
Syntax
INTEGER
Access
read-only
Description
Number of tpconnect(3) operations performed from this machine.
tuxTmachineNumDequeue
Syntax
INTEGER
Access
read-only
Description
Number of tpdequeue(3) operations performed from this machine.
tuxTmachineNumEnqueue
Syntax
INTEGER
Access
read-only
Description
Number of tpenqueue(3) operations performed from this machine.
tuxTmachineNumPost
Syntax
INTEGER
Access
read-only
Description
Number of tppost(3) operations performed from this machine.
tuxTmachineNumReq
Syntax
INTEGER
Access
read-only
Description
Number of tpacall(3) or tpcall(3) operations performed from this machine.
tuxTmachineNumSubscribe
Syntax
INTEGER
Access
read-only
Description
Number of tpsubscribe(3) operations performed from this machine.
tuxTmachineNumTran
Syntax
INTEGER
Access
read-only
Description
Number of transactions initiated (tpbegin(3)) from this machine.
tuxTmachineNumTranAbt
Syntax
INTEGER
Access
read-only
Description
Number of transactions aborted (tpabort(3)) from this machine.
tuxTmachineNumTranCmt
Syntax
INTEGER
Access
read-only
Description
Number of transactions committed (tpcommit(3)) from this machine.
tuxTmachineLicExpires
Syntax
DisplayString (SIZE(0..78))
Access
read-only
Description
Expiration date for the binary on the machine or a 0-length string if binary is not a Tuxedo/WLE system master binary.
tuxTmachineLicMaxUsers
Syntax
INTEGER (0..32767)
Access
read-only
Description
Maximum number of licensed users on that machine, or -1 if binary is not a Tuxedo/WLE system master binary.
tuxTmachineLicSerial
Syntax
DisplayString (SIZE(0..78))
Access
read-only
Description
Serial number for binary on the machine or a 0-length string if binary is not a Tuxedo/WLE system master binary.
tuxTmachinePageSize
Syntax
INTEGER
Access
read-only
Description
Disk pagesize used on this machine.
tuxTmachineSWrelease
Syntax
DisplayString (SIZE(0..78))
Access
read-only
Description
Software release for binary on that machine or a 0-length string if binary is not a Tuxedo/WLE system master binary.
tuxTmachineHwAclCache
Syntax
INTEGER
Access
read-only
Description
High water number of entries used in the ACL cache.
tuxTmachineAclCacheHits
Syntax
INTEGER
Access
read-only
Description
Number of accesses to the ACL cache that resulted in a "hit" (that is, the entry was already in the cache).
tuxTmachineAclCacheAccess
Syntax
INTEGER
Access
read-only
Description
Number of accesses to the ACL cache.
tuxTmachineAclFail
Syntax
INTEGER
Access
read-only
Description
Number of accesses to the ACL cache that resulted in a access control violation.
tuxTmachineWkCompleted
Syntax
INTEGER
Access
read-only
Description
Total service load dequeued and processed successfully by servers running on this machine. Note that for long running applications this object can wraparound, that is, exceed the maximum value for a long, and start back at 0 again.
tuxTmachineWkInitiated
Syntax
INTEGER
Access
read-only
Description
Total service load enqueued by clients/servers running on this machine. Note that for long running applications this object can wraparound, that is, exceed the maximum value for a long, and start back at 0 again.
tuxMachineCurObjects (Tuxedo 8.0),
wleMachineCurObjects
Syntax
INTEGER
Access
read-only
Description
The number of entries in use in the bulletin board object table for this machine.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
tuxMachineHwObjects (Tuxedo 8.0),
wleMachineHwObjects
Syntax
INTEGER
Access
read-only
Description
The high water mark of entries used in the bulletin board object table for this machine.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
tuxTmsgTable
The tuxTmsgTable group contains objects that represent run-time characteristics of the Tuxedo/WLE system managed UNIX system message queues. Objects in this table are only accessible through a Tuxedo/WLE SNMP agent installed on the local machine. tuxTmsgId is the index into this table.
tuxTmsgId
Syntax
INTEGER
Access
read-only
Description
UNIX system message queue identifier.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTmsgState
Syntax
INTEGER { active(1) }
Access
read-only
Description
The values for GET and SET operations are as follows:
tuxTmsgCurTime
Syntax
INTEGER
Access
read-only
Description
Current time, in seconds, since 00:00:00 UTC, January 1, 1970, as returned by the time(2) system call on the local host.
tuxTmsgCbytes
Syntax
INTEGER
Access
read-only
Description
Current number of bytes on the queue.
tuxTmsgCtime
Syntax
INTEGER
Access
read-only
Description
Time of the last msgctl(2) operation that changed a member of the msqid_ds structure associated with the queue.
tuxTmsgLrPid
Syntax
INTEGER
Access
read-only
Description
Process identifier of the last process that read from the queue.
tuxTmsgLsPid
Syntax
INTEGER
Access
read-only
Description
Process identifier of the last process that wrote to the queue.
tuxTmsgQbytes
Syntax
INTEGER
Access
read-only
Description
Maximum number of bytes allowed on the queue.
tuxTmsgQnum
Syntax
INTEGER
Access
read-only
Description
Number of messages currently on the queue.
tuxTmsgRtime
Syntax
INTEGER
Access
read-only
Description
Time since the last read from the queue.
tuxTmsgStime
Syntax
INTEGER
Access
read-only
Description
Time since the last write to the queue.
tuxTqueueTable
The tuxTqueueTable group contains objects that represent run-time characteristics of queues in an application. The object values identify and characterize allocated Tuxedo/WLE system request queues associated with servers in a running application. They also track statistics related to application workloads associated with each queue object. The index into this table is tuxTqueueRqAddr. Objects in this table are only accessible through a Tuxedo/WLE SNMP agent installed on the local machine.
tuxTqueueRqAddr
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Symbolic address of the request queue. Servers with the same tuxTsrvrRqAddr object value are grouped into a Multiple Server Single Queue (MSSQ) set. object values returned with a tuxTqueueTable object apply to all active servers associated with this symbolic queue address.
tuxTqueueState
Syntax
INTEGER { active(1)| migrating(2)| suspended(3)| partitioned(4) }
Access
read-only
Description
The values for GET and SET operations are as follows:
tuxTqueueRqId
Syntax
INTEGER
Access
read-only
Description
UNIX system message queue identifier.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTqueueSrvrCnt
Syntax
INTEGER
Access
read-only
Description
Number of active servers associated with this queue.
tuxTqueueTotNqueued
Syntax
INTEGER
Access
read-only
Description
The sum of the queue lengths of this queue while it has been active. This sum includes requests enqueued to and processed by servers that are no longer active on the queue. Each time a new request is assigned to the queue, the sum is incremented by the length of the queue immediately before the new request is enqueued.
Note: If the tuxTdomainLoadBalance object is no(2) or the tuxTdomainModel object is multi-machine(2), then tuxTqueueTotNqueued is not returned. In the same configuration, updates to this object are ignored. Consequently, when this object is returned tuxTqueueSource has the same value as the local host.
tuxTqueueTotWkQueued
Syntax
INTEGER
Access
read-only
Description
The sum of the workloads enqueued to this queue while it has been active. This sum includes requests enqueued to and processed by servers that are no longer active on the queue. Each time a new request is assigned to the queue, the sum is incremented by the workload on the queue immediately before the new request is enqueued.
Note: If the tuxTdomainLoadBalance object is no(2) or the tuxTdomainModel object is multi-machine(2), then tuxTqueueTotWkQueued is not returned. In the same configuration, updates to this object are ignored. Consequently, when this object is returned tuxTqueueSource has the same value as the local host.
tuxTqueueSource
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Logical machine from which local object values are retrieved.
tuxTqueueNqueued
Syntax
INTEGER
Access
read-only
Description
Number of requests currently enqueued to this queue from the tuxTqueueSource logical machine. This value is incremented at enqueue time and decremented when the server dequeues the request.
Note: If the tuxTdomainLoadBalance object is no(2) or the tuxTdomainModel object is multi-machine(2), then tuxTqueueNqueued is not returned. Consequently, when this object is returned tuxTqueueSource has the same value as the local host.
tuxTqueueWkQueued
Syntax
INTEGER
Access
read-only
Description
Workload currently enqueued to this queue from the tuxTqueueSource logical machine. If the tuxTdomainModel object is set to single-machine(1) and the tuxTdomainLoadBalance object is set to yes(1), then tuxTqueueWkQueued reflects the application-wide workload enqueued to this queue. However, if tuxTdomainModel is set to multi-machine(2) and tuxTdomainLoadBalance is set to yes(1), then tuxTqueueWkQueued reflects the workload enqueued to this queue from the tuxTqueueSource logical machine during a recent timespan. The tuxTqueueWkQueued value is used for load balancing purposes. In order not discriminate against newly started servers, tuxTqueueWkQueued is zeroed out on each machine periodically by the BBL.
tuxTroutingTable
The tuxTroutingTable group contains objects that represent configuration characteristics of routing specifications for an application. The object values identify and characterize application data-dependent routing criteria with respect to field names, buffer types, and routing definitions. This table also represents configuration objects for factory-based routing for Tuxedo 8.0 and WebLogic Enterprise applications. Objects tuxRoutingFieldType (Tuxedo 8.0) and wleRoutingFieldType (WebLogic Enterprise) are valid only for factory-based routing. Object tuxTroutingBufType is valid only for service-based routing.
The index into this table consists of the following objects: tuxTroutingName, tuxRoutingType, and tuxInternalIdx.
Object tuxRoutingFieldType is valid only for factory-based routing and is supported only for Tuxedo 8.0 applications.
Object wleRoutingFieldType is valid only for factory-based routing and is supported only for WebLogic Enterprise applications.
Object tuxTroutingBufType is valid only for service-based routing and is supported by both Tuxedo and WebLogic Enterprise applications.
When specifying the index in SET requests, tuxInternalIdx is used as an index.
For factory-based routing, tuxInternalIdx must always have a value of -.
For service-based routing, tuxInternalIdx should equal the first 30 characters in tuxTroutingBufType.
To create a new row in the table, it is necessary to issue a SET request for a non-existing row specifying the values of all objects applicable to the tuxRoutingType.
tuxTroutingName
Syntax
DisplayString (SIZE(1..15))
Access
read-write
Description
Routing criterion name.
Note: This object can be set only during row creation.
tuxTroutingBufType
Syntax
DisplayString (SIZE(1..256))
Access
read-write
Description
List of types and subtypes of data buffers for which this routing entry is valid. A maximum of 32 type/subtype combinations are allowed. The types are restricted to one of FML, VIEW, X_C_TYPE, or X_COMMON. No subtype can be specified for type FML, and subtypes are required for types VIEW, X_C_TYPE, and X_COMMON (* is not allowed). Note that subtype names should not contain semicolon, colon, comma, or asterisk characters. Duplicate type/subtype pairs cannot be specified for the same routing criterion name. More than one routing entry can have the same criterion name as long as the type/subtype pairs are unique. If multiple buffer types are specified for a single routing entry, the data types of the routing field for each buffer type must be the same.
Note: This object is applicable only for service-based routing.
Note: This object can be set only during row creation.
tuxTroutingField
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Routing field name.
For Service-based Routing: This field is assumed to be an FML buffer or view field name that is identified in an FML field table (using the FLDTBLDIR and FIELDTBLS environment) or an FML view table (using the VIEWDIR and VIEWFILES environment), respectively. This information is used to get the associated field value for data dependent routing during the sending of a message.
For factory-based routing: This is assumed to be a field that is specified in an NVList parameter to:
PortableServer::POA::create_reference_with_criteria
for an interface that has this factory routing criteria associated with it. See the Tuxedo 8.0 or WebLogic Enterprise documentation for more details.
tuxTroutingRanges
Syntax
DisplayString (SIZE(1..2048))
Access
read-write
Description
The ranges and associated server groups for a routing criterion are as follows:
criterion: range: group
range: value | lower - upper | *
lower: value
upper: value
value: MIN | MAX | numeric | string
group: string | *
numeric: [+ | -]digits[.digits][e | E[ | + | - ] digit
digit: 0-9
digits: digit[digit]
\ can be used to escape the single-quote character in strings.
lower must be less than upper. A group specified as a string must specify a valid tuxTgroupName.
tuxTroutingState
Syntax
INTEGER { valid(1) | unknown(2) | invalid(3) }
Access
read-write
Description
The values for GET and SET operations are as follows:
tuxRoutingType
Syntax
INTEGER { service(1) |factory(2) }
Access
read-write
Description
Note: The routing type affects the validity and possible values for other objects defined for this table.
Note: This object can be set during row creation only.
tuxRoutingFieldType (Tuxedo 8.0),
wleRoutingFieldType
Syntax
INTEGER { short(1) |long(2) |float(3) |double(4) |char(5) |string(6) }
Access
read-write
Description
This object specifies the type of tuxTroutingField on which this routing criterion is defined. Its value is valid only for factory-based routing.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
Note: This object can be set only during row creation.
tuxInternalIdx
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
This object is used as an index of this table instead of tuxTroutingBufType (for service-based routing) or tuxTroutingField (for factory-based routing) to reduce the size of the index. Its value for service-based routing (tuxRoutingType = service(1)) is equal to the first 30 characters in tuxTroutingBufType.
In case of entries for factory-based routing (tuxRoutingType = factory(2)), the value is always tuxTroutingField.
Note: This object can be set only during row creation.
tuxTsrvrTbl
The tuxTsrvrTbl group contains objects that represent configuration and run-time characteristics of servers within an application. The object values identify and characterize configured servers as well as provide run-time tracking of statistics and resources associated with each server object.
The index into this table is provided by the objects tuxTsrvrGrpNo and tuxTsrvrId. To create a new row in the table, it is necessary to issue a SET request specifying the values of at least tuxTsrvrGrp and tuxTsrvrName.
tuxTsrvrGrp
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Logical name of the server group. Server group names cannot contain an asterisk (*), comma, or colon.
Note: This object can be set only during row creation.
tuxTsrvrId
Syntax
INTEGER (1..30001)
Access
read-write
Description
Unique (within the server group) server identification number.
Note: This object can be set only during row creation.
tuxTsrvrName
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
Name of the server executable file. The server identified by tuxTsrvrName runs on the machine(s) identified by the tuxTgroupLMID object for this server's server group. If a relative pathname is given, the search for the executable file is done first in tuxTmachineAppDir, then in tuxTmachineTuxDir/bin, then in /bin and /usr/bin, and then in <path>, where <path> is the value of the first PATH= line that appears in the machine environment file, if one exists. Note that the object value returned for an active server is always a full pathname.
tuxTsrvrGrpNo
Syntax
INTEGER (1..30000)
Access
read-only
Description
Group number associated with this server's group.
tuxTsrvrState
Syntax
INTEGER { active(1) |inactive(2) |migrating(3) |cleaning(4) |
restarting(5) |suspended(6) | partitioned(7) |dead(8) | invalid(10) }
Access
read-write
Description
The values for GET and SET operations are as follows:
suspended(6)|partitioned(7)|dead(8)
tuxTsrvrBaseSrvId
Syntax
INTEGER (1..30001)
Access
read-only
Description
Base server identifier. For servers with a tuxTsrvrMax object value of 1, this object is always the same as tuxTsrvrId. However, for servers with a tuxTsrvrMax value of greater than 1, this object indicates the base server identifier for the set of servers configured identically.
tuxTsrvrClOpt
Syntax
DisplayString (SIZE(0..256))
Access
read-write
Description
Command line options to be passed to server when it is activated. See the servopts(5) manual page for details.
Note: Run-time modifications to this object do not affect a running server.
tuxTsrvrEnvFile
Syntax
DisplayString (SIZE(0..78))
Access
read-write
Description
Server specific environment file. See tuxTmachineEnvFile for a complete discussion of how this file is used to modify the environment.
Note: Run-time modifications to this object do not affect a running server.
tuxTsrvrGrace
Syntax
INTEGER
Access
read-write
Description
The period of time, in seconds, over which the tuxTsrvrMaxgen object limit applies. The tuxTsrvrGrace value is meaningful only for restartable servers, that is, if the tuxTsrvrRestart object is set to yes(1). When a restarting server would exceed the tuxTsrvrMaxgen limit but the tuxTsrvrGrace period has expired, the system resets the current generation (tuxTsrvrGeneration) to 1 and resets the initial boot time (tuxTsrvrTimeStart) to the current time. A value of 0 for this object indicates that a server should always be restarted.
Note that servers sharing a request queue (that is, equal values for tuxTsrvrRqAddr) should have equal values for this object. If they do not, then the first server activated establishes the run-time value associated with all servers on the queue.
Note: Run-time modifications to this object affect a running server and all other active servers with which it is sharing a request queue. However, only the selected server's configuration parameter is modified. Thus, the behavior of the application depends on the order of boot in subsequent activations unless the administrator ensures that all servers sharing a queue have the same value for this object.
tuxTsrvrMaxgen
Syntax
INTEGER (0..256)
Access
read-write
Description
Number of generations allowed for a restartable server (tuxTsrvrRestart == yes(1)) over the specified grace period (tuxTsrvrGrace). The initial activation of the server counts as one generation and each restart also counts as one. Processing after the maximum generations is exceeded is discussed above with respect to tuxTsrvrGrace.
Note that servers sharing a request queue (that is, equal values for tuxTsrvrRqAddr) should have equal values for this object. If they do not, then the first server activated establishes the run-time value associated with all servers on the queue.
Note: Run-time modifications to this object affect a running server and all other active servers with which it is sharing a request queue. However, only the selected server's configuration parameter is modified. Thus, the behavior of the application depends on the order of boot in subsequent activations unless the administrator ensures that all servers sharing a queue have the same value for this object.
tuxTsrvrMax
Syntax
INTEGER (1..1001)
Access
read-write
Description
Maximum number of occurrences of the server to be booted. Initially, tmboot(1) boots tuxTsrvrMin objects of the server, and additional objects can be started individually (by starting a particular server id) or through automatic spawning (conversational servers only). Run-time modifications to this object affect all running servers in the set of identically configured servers (see tuxTsrvrBaseSrvId above) as well as the configuration definition of the server.
tuxTsrvrMin
Syntax
INTEGER (1..1001)
Access
read-write
Description
Minimum number of occurrences of the server to be booted by tmboot(1). If a tuxTsrvrRqAddr is specified and tuxTsrvrMin is greater than 1, then the servers form an MSSQ set. The server identifiers for the servers are tuxTsrvrId up to tuxTsrvrId + tuxTsrvrMax - 1. All occurrences of the server have the same sequence number, as well as any other server parameters.
Note: Run-time modifications to this object do not affect a running server.
tuxTsrvrRcmd
Syntax
DisplayString (SIZE(0..78))
Access
read-write
Description
Application-specified command to be executed in parallel with the system restart of an application server. This command must be an executable file.
Note that servers sharing a request queue (that is, equal values for tuxTsrvrRqAddr) should have equal values for this object. If they do not, then the first server activated establishes the run-time value associated with all servers on the queue.
Note: Run-time modifications to this object affect a running server and all other active servers with which it shares a request queue. However, only the selected server's configuration parameter is modified. Thus, the behavior of the application depends on the order of boot in subsequent activations unless the administrator ensures that all servers sharing a queue have the same value for this object.
tuxTsrvrRestart
Syntax
INTEGER { yes(1) | no(2) }
Access
read-write
Description
Restartable yes(1) or non-restartable no(2) server. If server migration is specified for this server group (tuxTdomainOptions = migrate(2) and tuxTgroupLMID with alternate site), this object must be set to yes(1).
Note that servers sharing a request queue (that is, equal values for tuxTsrvrRqAddr) should have equal values for this object. If they do not, the first server activated establishes the run-time value associated with all servers on the queue.
Note: Run-time modifications to this object affect a running server and all other active servers with which it shares a request queue. However, only the selected server's configuration parameter is modified. Thus, the behavior of the application depends on the order of boot in subsequent activations unless the administrator ensures that all servers sharing a queue have the same value for this object.
tuxTsrvrSequence
Syntax
INTEGER (1..10000)
Access
read-write
Description
Specifies when this server should be booted (tmboot(1)) or shutdown (tmshutdown(1)) relative to other servers. If two servers are given the same sequence number, it is possible for tmboot(1) to boot them in parallel and for tmshutdown(1) to shut them down in parallel. tuxTsrvrTbl instances added without a tuxTsrvrSequence object specified or with an invalid value have one generated for them that is 10,000 or more and is higher than any other automatically selected default value. Servers are booted by tmboot(1) in increasing order of sequence number and shutdown by tmshutdown(1) in decreasing order. Run-time modifications to this object affect only tmboot(1) and tmshutdown(1) and affect the order in which running servers can be shutdown by a subsequent invocation of tmshutdown(1).
tuxTsrvrSystemAccess
Syntax
INTEGER { fastpath(1) | protected(2) }
Access
read-write
Description
Mode used by Tuxedo/WLE system libraries within this server process to gain access to Tuxedo/WLE system's internal tables. See tuxTdomainSystemAccess for a complete discussion of this object.
Note: Run-time modifications to this object do not affect a running server.
tuxTsrvrConv
Syntax
INTEGER { yes(1) | no(2) }
Access
read-write
Description
Conversational server yes(1) or request/response server no(2).
tuxTsrvrReplyQ
Syntax
INTEGER { yes(1) | no(2) }
Access
read-write
Description
Specifies whether to allocate a separate reply queue for the server
(tuxTsrvrReplyQ == yes(1)). MSSQ servers that expect to receive replies should set this object to yes(1).
tuxTsrvrRpPerm
Syntax
DisplayString (SIZE(4))
Access
read-write
Description
UNIX system permissions for the server's reply queue. If a separate reply queue is not allocated (tuxTsrvrReplyQ == no(2)), this object is ignored. The tuxTsrvrRpPerm value is a string representation of octal numbers starting with a leading 0 0001 through 0777.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTsrvrRqAddr
Syntax
DisplayString (SIZE(0..30))
Access
read-write
Description
Symbolic address of the request queue for the server. Specifying the same tuxTsrvrRqAddr object value for more than one server is the way multiple server, single queue (MSSQ) sets are defined. Servers with the same tuxTsrvrRqAddr object value must be in the same server group.
tuxTsrvrRqPerm
Syntax
DisplayString (SIZE(4))
Access
read-write
Description
UNIX system permissions for the server's request queue. The tuxTsrvrRqPerm value is a string representation of octal numbers starting with a leading 0 0001 through 0777.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTsrvrGeneration
Syntax
INTEGER (1..32768)
Access
read-only
Description
Generation of the server. When a server is initially booted via tmboot(1) or activated through the SNMP agent, its generation is set to 1. Each time the server dies abnormally and is restarted, its generation is incremented. Note that when tuxTsrvrMaxgen is exceeded and tuxTsrvrGrace has expired, the server is restarted with the generation reset to 1.
tuxTsrvrPid
Syntax
INTEGER
Access
read-only
Description
UNIX system process identifier for the server. Note that this value cannot be a unique value since servers can be located on different machines, allowing for duplication of process identifiers.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTsrvrRpid
Syntax
INTEGER
Access
read-only
Description
UNIX system message queue identifier for the server's reply queue. If a separate reply queue is not allocated (tuxTsrvrReplyQ == no(2)), the tuxTsrvrRqid value is the same as the tuxTsrvrRqId value.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTsrvrRqId
Syntax
INTEGER
Access
read-only
Description
UNIX system message queue identifier for the server's request queue. If a separate reply queue is not allocated (tuxTsrvrReplyQ == no(2)), the tuxTsrvrRpId value is the same as the tuxTsrvrRpid value.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTsrvrTimeRestart
Syntax
INTEGER
Access
read-only
Description
Time, in seconds, since 00:00:00 UTC, January 1, 1970, as returned by the time(2) system call on local host, when the server was last started or restarted.
tuxTsrvrTimeStart
Syntax
INTEGER
Access
read-only
Description
Time, in seconds, since 00:00:00 UTC, January 1, 1970, as returned by the time(2) system call on local host, when the server was first started. Restarts of the server do not reset this value; however, if tuxTsrvrMaxgen is exceeded and tuxTsrvrGrace is expired, this object is reset to the time of the restart.
tuxTsrvrMinDispatchThreads
Syntax
INTEGER (1..999)
Access
read-only
Description
Specifies the number of server dispatch threads started on the initial server boot. This object is effective only if the server has been built with the buildserver -t command.
The separate dispatcher thread that is used when the value of tuxTsrvrMaxDispatchThreads is greater than one is not counted as part of the tuxTsrvrMinDispatchThreads value. The value of tuxTsrvrMinDispatchThreads must be less than the value of tuxTsrvrMaxDispatchThreads. If this object is not specified, the default is 0.
tuxTsrvrMaxDispatchThreads
Syntax
INTEGER (0..999)
Access
read-only
Description
Specifies the maximum number of concurrently dispatched threads that each server process can spawn. This object is effective only if the server has been built with the buildserver -t command.
If tuxTsrvrMaxDispatchThreads is greater than one, a separate dispatcher thread is used and does not count against this limit. The value of tuxTsrvrMinDispatchThreads must be less than the value of tuxTsrvrMaxDispatchThreads. If this object is not specified, the default is 1.
tuxTsrvrThreadStackSize
Syntax
INTEGER (0..2147483647)
Access
read-write
Description
If this object is not specified or if the value specified is 0, the operating system default is used. This option affects the server only when a value greater than 1 is specified for tuxTsrvrMaxDispatchThreads.
wleSrvrSrvType
Syntax
INTEGER {java(1)}
Access
read-only
Description
If SRVTYPE is set to java, it indicates that the server is a Java server. If at least one MODULE object is specified for this server or the name of the server is JavaServer (not case-sensitive), java becomes the default value.
tuxTsrvrTblExt
The tuxTsrvrTblExt group is an extension of tuxTsrvrTbl. Objects in this table are only accessible through a Tuxedo/WLE SNMP agent installed on the local machine.
tuxTsrvrIdExt
Syntax
INTEGER (1..30001)
Access
read-only
Description
Unique (within the server group) server identification number.
tuxTsrvrGrpNoExt
Syntax
INTEGER (1..30000)
Access
read-only
Description
Group number associated with this server's group.
tuxTsrvrNumConv
Syntax
INTEGER
Access
read-only
Description
Number of conversations initiated by this server through tpconnect(3).
tuxTsrvrNumDeque
Syntax
INTEGER
Access
read-only
Description
Number of dequeue operations initiated by this server through tpdequeue(3).
tuxTsrvrNumEnque
Syntax
INTEGER
Access
read-only
Description
Number of enqueue operations initiated by this server through tpenqueue(3).
tuxTsrvrNumPost
Syntax
INTEGER
Access
read-only
Description
Number of postings initiated by this server through tppost(3).
tuxTsrvrNumReq
Syntax
INTEGER
Access
read-only
Description
Number of requests made by this server through tpcall(3) or tpacall(3).
tuxTsrvrNumSubscribe
Syntax
INTEGER
Access
read-only
Description
Number of subscriptions made by this server through tpsubscribe(3).
tuxTsrvrNumTran
Syntax
INTEGER
Access
read-only
Description
Number of transactions begun by this server since its last (re)start.
tuxTsrvrTranAbt
Syntax
INTEGER
Access
read-only
Description
Number of transactions aborted by this server since its last (re)start.
tuxTsrvrTranCmt
Syntax
INTEGER
Access
read-only
Description
Number of transactions committed by this server since its last (re)start.
tuxTsrvrTotReqC
Syntax
INTEGER
Access
read-only
Description
Total number of requests completed by this server. For conversational servers (tuxTsrvrConv == yes(1)), the tuxTsrvrTotReqC value indicates the number of completed incoming conversations. The tuxTsrvrTotReqC value is a run-time value that is kept across server restart but is lost at server shutdown.
tuxTsrvrTotWorkL
Syntax
INTEGER
Access
read-only
Description
Total workload completed by this server. For conversational servers (tuxTsrvrConv == yes(1)), the tuxTsrvrTotWorkL value indicates the workload of completed incoming conversations. The tuxTsrvrTotWorkL value is a run-time value that is kept across server restart but is lost at server shutdown.
tuxTsrvrCltLmid
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Logical machine for the initiating client or server. The initiating client or server is the process that made the service request on which the server is currently working.
tuxTsrvrCltPid
Syntax
INTEGER
Access
read-only
Description
UNIX system process identifier for the initiating client or server.
Note: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTsrvrCltReply
Syntax
INTEGER { yes(1) | no(2) | null(3) }
Access
read-only
Description
tuxTsrvrCmtRet
Syntax
INTEGER { complete(1) | logged(2) }
Access
read-only
Description
The setting of the TP_COMMIT_CONTROL characteristic for this server. For details on this characteristic, see the description of the Tuxedo/WLE system ATMI function tpscmt(3).
tuxTsrvrCurConv
Syntax
INTEGER
Access
read-only
Description
Number of conversations initiated by this server through tpconnect(3) that are still active.
tuxTsrvrCurReq
Syntax
INTEGER
Access
read-only
Description
Number of requests initiated by this server through tpcall(3) or tpacall(3) that are still active.
tuxTsrvrCurService
Syntax
DisplayString (SIZE(1..15))
Access
read-only
Description
Service name, if any, on which the server is currently working.
tuxTsrvrCurTime
Syntax
INTEGER
Access
read-only
Description
Current time, in seconds, since 00:00:00 UTC, January 1, 1970, as on the local host. This object can be used to compute elapsed time from the tuxTsrvrTimeStart and tuxTsrvrTimeRestart object values.
tuxTsrvrLastGrp
Syntax
INTEGER (1..30000)
Access
read-only
Description
Server group number (tuxTgroupNo) of the last service request made or conversation initiated from this server outward.
tuxTsrvrSvcTimeOut
Syntax
INTEGER
Access
read-only
Description
Time left in seconds, if any, for this server to process the current service request. A value of 0 for an active service indicates that no timeout processing is being done. See tuxTsvcTimeOut for more information.
tuxTsrvrTimeLeft
Syntax
INTEGER
Access
read-only
Description
Time left, in seconds, for this server to receive the reply for which it is currently waiting before it times out. This timeout can be a transactional timeout or a blocking timeout.
tuxTsrvrTranLev
Syntax
INTEGER
Access
read-only
Description
Current transaction level for this server. 0 indicates that the server is not currently involved in a transaction.
tuxTsrvrStateExt
Syntax
INTEGER { active(1) | inactive(2) | migrating(3) | cleaning(4) | restarting(5) | suspended(6) | partitioned(7) | dead(8) }
Access
read-only
Description
Refer to description of tuxTsrvrState for details.
tuxTsrvrGrpExt
Syntax
DisplayString
Access
read-only
Description
Name of group to which this server belongs. This object is included for readability purposes only.
tuxSrvrCurObjsExt (Tuxedo 8.0),
wleSrvrCurObjsExt
Syntax
INTEGER
Access
read-only
Description
The number of entries in use in the bulletin board object table for this server.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
tuxSrvrCurInterfaceExt (Tuxedo 8.0),
wleSrvrCurInterfaceExt
Syntax
DisplayString (SIZE(1..128))
Access
read-only
Description
The interface name of the interface currently active in this server.
Note: This object applies only to Tuxedo 8.0 or WebLogic Enterprise applications.
wleSrvrClassPath
Syntax
DisplayString (SIZE(0..2047))
Access
read-only
Description
The current CLASSPATH for the run-time.
wleSrvrjavaHeap
Syntax
INTEGER
Access
read-only
Description
The heap size, as specified in the run-time options.
wleSrvrjavaHeapuse
Syntax
INTEGER(1..100)
Access
read-only
Description
The percentage of heap space used.
wleSrvrjavaVendor
Syntax
DisplayString (SIZE(0..30
Access
read-only
wleSrvrjavaVersion
Syntax
DisplayString (SIZE(0..30))
Access
read-only
tuxTsrvrCurDispatchThreads
Syntax
INTEGER
Access
read-only
Description
Current number of active service dispatch threads for this server.
tuxTsrvrHwDispatchThreads
Syntax
INTEGER
Access
read-only
Description
Highest number of active service dispatch threads created for this server since its last restart. This number can differ from the number of service calls, because an administrator can specify parameters that control the caching of idle service threads.
tuxTsrvrNumDispatchThreads
Syntax
INTEGER
Access
read-only
Description
Total number of active service dispatch threads created for this server since its last restart.
tuxTsvcTbl
The tuxTsvcTbl group contains objects that represent configuration characteristics of services within an application. The object values identify and characterize configured services. A tuxTsvcTbl object provides activation time configuration objects for services not specifically configured as part of the tuxTsvcGrp group.
The index into this table is tuxTsvcName. Objects in this group are only accessible through a Tuxedo/WLE SNMP agent installed on the local machine. To create a new row in the table, it is necessary to issue a SET request for a non-existing row in the table.
tuxTsvcName
Syntax
DisplayString (SIZE(1..15))
Access
read-write
Description
Service name.
Note: This object can be set only during row creation.
tuxTsvcType
Syntax
INTEGER { app(1) | callable(2) | system(3) | unknown(4) }
Access
read-only
Description
Type of service.
tuxTsvcState
Syntax
INTEGER { active(1) | inactive(2) | invalid(3) }
Access
read-write
Description
The values for GET and SET operations are as follows:
tuxTsvcAutoTran
Syntax
INTEGER { yes(1) | no(2) }
Access
read-write
Description
Automatically begin a transaction.
Note: Run-time updates to this object are not reflected in active tuxTsvcGrp objects.
tuxTsvcLoad
Syntax
INTEGER (1..32768)
Access
read-write
Description
This tuxTsvcTbl object imposes the indicated load on the system. Service loads are used for load balancing purposes, that is, queues with higher enqueued workloads are less likely to be chosen for a new request. Service loads have meaning only if the tuxTdomainLoadBalance is set to yes(1).
Note: Run-time updates to this object are not reflected in active tuxTsvcGrp objects.
tuxTsvcPrio
Syntax
INTEGER (1..100)
Access
read-write
Description
This tuxTsvcTbl object has the indicated dequeuing priority. If multiple service requests are waiting on a queue for servicing, the higher priority requests are serviced first.
Note: Run-time updates to this object are not reflected in active tuxTsvcGrp objects.
tuxTsvcTimeOut
Syntax
INTEGER
Access
read-write
Description
Time limit (in seconds) for processing requests for this service name. Servers processing service requests for this service are abortively terminated (kill -9) if they exceed the specified time limit in processing the request. A value of 0 for this object indicates that the service should not be abortively terminated.
Note: Run-time updates to this object are not reflected in active tuxTsvcGrp objects.
tuxTsvcTranTime
Syntax
INTEGER
Access
read-write
Description
Transaction timeout value (in seconds) for transactions automatically started for this tuxTsvcTbl object. Transactions are started automatically when a request not in transaction mode is received and the tuxTsvcAutoTran object value for the service is yes(1).
Note: Run-time updates to this object are not reflected in active tuxTsvcGrp objects.
tuxTsvcBufType
Syntax
DisplayString (SIZE(1..256))
Access
read-write
Description
type1[:subtype1[,subtype2 . . . ]][;type2[:subtype3[,. . . ]]] . . .
List of types and subtypes of data buffers accepted by this service. A maximum of 32 type/subtype combinations are allowed. Types of data buffers provided with Tuxedo/WLE system are FML (for FML buffers), VIEW, X_C_TYPE, or X_COMMON (for FMLviews), STRING (for NULL terminated character arrays), and CARRAY or X_OCTET (for a character array that is neither encoded nor decoded during transmission). Of these types, only VIEW, X_C_TYPE, and X_COMMON have subtypes. A VIEW subtype gives the name of the particular VIEW expected by the service. Application types and subtypes can also be added (see tuxtypes(5)). For a buffer type that has subtypes, "*" can be specified for the subtype to indicate that the service accepts all subtypes for the associated buffer type.
A single service can only interpret a fixed number of buffer types, namely those found in its buffer type switch (see tuxtypes(5)). If the tuxTsvcBufType value is set to ALL, that service accepts all buffer types found in its buffer type switch.
A type name can be 8 characters or less in length and a subtype name can be 16 characters or less in length. Note that type and subtype names should not contain semicolon, colon, comma, or asterisk characters.
Note: The tuxTsvcBufType value represents the buffer types that must be supported by each and every instance of an application service with this service name. Since this object value is processed at service activation time, updates to this object are allowed only when there are no active tuxTsvcGrp objects with matching service names.
tuxTsvcRoutingName
Syntax
DisplayString (SIZE(0..15))
Access
read-write
Description
This tuxTsvcTbl object has the indicated routing criteria name. Active updates to this object are reflected in all associated tuxTsvcGrp objects.
tuxTsvcEncryptionRequired
Syntax
INTEGER { yes(1) | no(2) }
Access
read-write
Description
If set to yes, every application service in this group requires an encrypted input message buffer.
tuxTsvcSignatureRequired
Syntax
INTEGER { yes(1) | no(2) }
Access
read-write
Description
If set to yes, every application service in this group requires a valid digital signature on its input message buffer.
tuxTsvcGrp
The tuxTsvcGrp group contains objects that represent configuration and run-time characteristics of services/groups within an application. The object values identify and characterize configured services/groups as well as provide run-time tracking of statistics and resources associated with each object.
Both tuxTsvcTbl and tuxTsvcGrp define activation time object values for service names within the application. When a new service is activated (advertised), either due to initial activation of a server or due to a call to tpadvertise(3), the following hierarchy exists for determining the object values to be used at service startup time.
Objects in this group are only accessible through a Tuxedo/WLE SNMP agent installed on the local machine.
To create a new row in the table, it is necessary to issue a SET request that specifies at least tuxTsvcGrpName. The combination of values specified for tuxTsvcGrpName and tuxTsvcGrpSvcName in the SET request should not correspond to an existing row. If the value of tuxTsvcSrvrId is zero in the SET request, the service entry is configured but not activated (advertised). If tuxTsvcSrvrId is not set to zero, the service is activated using the value of tuxTsvcSrvrId to identify the server instance.
tuxTsvcGrpSvcName
Syntax
DisplayString (SIZE(1..15))
Access
read-only
Description
Service name.
tuxTsvcGrpName
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Server group name. Server group names cannot contain an asterisk.
tuxTsvcGrpNo
Syntax
INTEGER (1..29999)
Access
read-write
Description
Server group number.
tuxTsvcGrpState
Syntax
INTEGER { active(1) | inactive(2) | invalid(3) }
Access
read-write
Description
The values for GET and SET operations are as follows:
tuxTsvcGrpAutoTran
Syntax
INTEGER { yes(1) | no(2) }
Access
read-write
Description
Automatically begin a transaction (yes(1)) when a service request message is received for this service if the request is not already in transaction mode.
tuxTsvcGrpLoad
Syntax
INTEGER (1..32767)
Access
read-write
Description
This tuxTsvcGrp instance imposes the indicated load on the system. Service loads are used for load balancing purposes, that is, queues with higher enqueued workloads are less likely to be chosen for a new request.
tuxTsvcGrpPrio
Syntax
INTEGER (1..100)
Access
read-write
Description
This tuxTsvcGrp object has the indicated dequeuing priority. If multiple service requests are waiting on a queue for servicing, the higher priority requests are serviced first.
tuxTsvcGrpSvcTimeOut
Syntax
INTEGER
Access
read-write
Description
Time limit (in seconds) for processing requests for this service name. Servers processing service requests for this service are abortively terminated (kill -9) if they exceed the specified time limit in processing the request. A value of 0 for this object indicates that the service should not be abortively terminated.
tuxTsvcGrpTranTime
Syntax
INTEGER
Access
read-write
Description
Transaction timeout value (in seconds) for transactions automatically started for this tuxTsvcGrp instance. Transactions are started automatically when a request not in transaction mode is received and the tuxTsvcGrpAutoTran object value for the service is yes(1).
tuxTsvcSrvrLmid
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Current logical machine on which an active server that offers this service is running.
tuxTsvcSrvrRqAddr
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Symbolic address of the request queue for an active server that offers this service. See tuxTsrvrRqAddr for more information on this object.
tuxTsvcSrvrId
Syntax
INTEGER (1..30000)
Access
read-write
Description
Server ID of which the service is a part. The user can also set the value of this object to activate (advertise) one or more tuxTsvcGrp instances. The value provided to set this object is used to activate another instance of tuxTsvcGrp.
tuxTsvcrName
Syntax
DisplayString (SIZE(1..15))
Access
read-write
Description
Function name within the associated server assigned to process requests for this service. When this object is specified, the tuxTsvcGrp instance is activated (advertised). The user needs to specify the server ID of the corresponding server instance (tuxTsvcSrvrId) in the SNMP index. This object can be updated only during row creation.
tuxTsvcSrvrNcompleted
Syntax
INTEGER
Access
read-only
Description
Number of service requests completed with respect to the retrieved active or suspended instance since it was activated (advertised).
Note: The tuxTsvcSrvrNcompleted value is returned only when tuxTdomainLoadBalance is equal to yes(1).
tuxTsvcSrvrNqueued
Syntax
INTEGER (0..32767)
Access
read-only
Description
Number of requests currently enqueued to this service. The tuxTsvcSrvrNqueued value is incremented at enqueue time and decremented when the server dequeues the request.
Note: The tuxTsvcSrvrNqueued value is returned only when tuxTdomainModel is set to single-machine(1) and tuxTdomainLoadBalance is set to yes(1).
tuxTlistenTbl
The tuxTlistenTbl group contains objects that represent run-time characteristics of Tuxedo/WLE listener processes for a distributed application.
Object Name |
Object ID |
---|---|
tuxTlistenLmid |
.1.3.6.1.4.1.140.300.21.1.1.1 |
tuxTlistenState |
.1.3.6.1.4.1.140.300.21.1.1.2 |
tuxTlistenLmid
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Logical machine identifier.
tuxTlistenState
Syntax
INTEGER { inactive(2) | active(1) }
Access
read-only
Description
The values for GET and SET operations are as follows:
tuxTranTbl
The tuxTranTbl group contains objects that represent run-time characteristics of active transactions within the application. The following objects comprise the index for rows in this table: tuxTranIndx1, tuxTranIndx2, tuxTranIndx3, tuxTranIndx4, tuxTranIndx5. Objects in this table are accessible only through a Tuxedo/WLE SNMP agent running on the local machine.
tuxTranCoordLmid
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Logical machine identifier of the server group responsible for coordinating the transaction.
tuxTpTranId
Syntax
DisplayString (SIZE(2..78))
Access
read-only
Description
Transaction identifier as returned from tpsuspend(3) mapped to a string representation. The data in this field should not be interpreted directly by the user except for equality comparison.
tuxTranXid
Syntax
DisplayString (SIZE(2..78))
Access
read-only
Description
Transaction identifier as returned from tx_info(3) mapped to a string representation. The data in this field should not be interpreted directly by the user except for equality comparison.
tuxTranIndx1
Syntax
INTEGER
Access
read-only
Description
This number is purely for unique indexing of this table.
tuxTranIndx2
Syntax
INTEGER
Access
read-only
Description
This number is purely for unique indexing of this table.
tuxTranIndx3
Syntax
INTEGER
Access
read-only
Description
This number is purely for unique indexing of this table.
tuxTranIndx4
Syntax
INTEGER
Access
read-only
Description
This number is purely for unique indexing of this table.
tuxTranIndx5
Syntax
INTEGER
Access
read-only
Description
This number is purely for unique indexing of this table.
tuxTranState
Syntax
INTEGER { active(1) | abort-only(2) | aborted(3) | com-called(4) |ready(5) | decided(6) | suspended(7) }
Access
read-write
Description
The values for GET and SET operations are as follows:
decided(6)|suspended(7)
tuxTranTimeOut
Syntax
INTEGER
Access
read-only
Description
Time left (in seconds) before the transaction times out on the retrieval site. Note that the tuxTranTimeOut value is returned only when the transaction state is active(1).
tuxTranGrpCnt
Syntax
INTEGER
Access
read-only
Description
Number of groups identified as participants in the transaction by the information returned from the retrieval site.
tuxTranGrpIndex
Syntax
INTEGER
Access
read-only
Description
Index of the first group-specific object values (tuxTranGrpNo and tuxTranGstate) corresponding to this object.
tuxTranGrpNo
Syntax
INTEGER
Access
read-only
Description
Group number of the participating group.
tuxTranGstate
Syntax
INTEGER { active(1) | aborted(2) | rd-only(3) | ready(4) | hcommit(5) | habort(6) | done(7) | pre-prepare(8) | post-abort(9) | post-commit(10) | unknown(11) )
Access
read-write
Description
The values for GET and SET operations are as follows:
|done(7)
Note: This state is supported for Tuxedo 8.0 and WebLogic Enterprise applications only.
Note: Note: This state is supported for Tuxedo 8.0 and WebLogic Enterprise applications only.
Note: This state is supported for Tuxedo 8.0 and WebLogic Enterprise applications only.
tuxTulogTable
The tuxTulogTable group contains objects that represent run-time characteristics of userlog (ULOG) files within an application. The index into this table is tuxTulogSerNo. The values returned for objects in this table are controlled by the MIB control group tuxTulogCtrl.
tuxTulogSerNo
Syntax
INTEGER
Access
read-only
Description
A running serial number for the rows in tuxTulogTable.
tuxTulogLmid
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Retrieval machine logical machine identifier.
tuxTulogPmid
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Physical machine identifier.
tuxTulogMmDdYy
Syntax
INTEGER
Access
read-only
Description
Month, day, and year of the log file.
tuxTulogTime
Syntax
INTEGER
Access
read-only
Description
Time at which the message was generated.
tuxTulogLine
Syntax
INTEGER
Access
read-only
Description
Line number of the message in the log file.
tuxTulogMsg
Syntax
DisplayString (SIZE(1..256))
Access
read-only
Description
The entire text of the userlog message as it appears in the userlog file.
tuxTulogTpTranId
Syntax
DisplayString (SIZE(1..78))
Access
read-only
Description
Transaction identifier as returned from tpsuspend(3). The data in this field should not be interpreted directly by the user except for equality comparison. Messages not associated with transactions retrieve a 0-length string as the value for this object.
tuxTulogXid
Syntax
DisplayString (SIZE(1..78))
Access
read-only
Description
Transaction identifier as returned from tx_info(3). The data in this field should not be interpreted directly by the user except for equality comparison. Messages not associated with transactions retrieve a 0-length string as the value for this object.
tuxTulogPid
Syntax
INTEGER
Access
read-only
Description
Process identifier of the client or server that generated the userlog message.
tuxTulogSeverity
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Severity of message, if any.
tuxTulogCat
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Catalog name from which the message was derived, if any.
tuxTulogMsgNum
Syntax
INTEGER
Access
read-only
Description
Catalog message number, if the message was derived from a catalog.
tuxTulogProcName
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Process name of the client or server that generated the userlog message.
tuxTulogThreadID
Syntax
INTEGER
Access
read-only
Description
Identifier for the thread that wrote this userlog message.
tuxTulogContextID
Syntax
INTEGER
Access
read-only
Description
Identifier for this particular application association.
tuxTulogCtrl
The tuxTulogCtrl group contains objects that control the userlog (ULOG) messages returned by the tuxTulogTable.
tuxTulogLmidCtrl
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Logical machine ID to qualify machine from where the userlog file is read for tuxTulogTable. By default, the ULOG files from the local host are returned, in accordance to the ULOGPFX. To revert to the default setting, set this object to null.
tuxTulogPmidCtrl
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Physical machine name to qualify the source machine for userlog messages to be listed in tuxTulogTable. By default, messages from all hosts within ULOG files qualified by tuxTulogLmidCtrl are returned. To revert to the default setting, set this object to null.
tuxTulogMmddyyCtrl
Syntax
INTEGER
Access
read-write
Description
Date value to qualify userlog messages listed in tuxTulogTable. Default value is current date. To reset the value of the qualifier to its default, set this object to 0.
tuxTulogTimeCtrl
Syntax
INTEGER
Access
read-write
Description
Starting time of the time range for which the userlog messages are listed in tuxTulogTable. This number is calculated as under - "hrs*10000 + mins*100 + secs". The default value is 0.
tuxTulogEndTimeCtrl
Syntax
INTEGER
Access
read-write
Description
Ending time of the time range for which the userlog messages are listed in tuxTulogTable. This number is calculated as under - "hrs*10000 + mins*100 + secs". By default, the maximum value is considered. To revert to the default setting, set this object to 0.
tuxTulogLineCtrl
Syntax
INTEGER
Access
read-write
Description
Beginning line number from which the userlog messages are listed in tuxTulogTable. By default, all messages are returned. To revert to the default setting, set this object to 0.
tuxTulogMsgCtrl
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Regular expression to qualify userlog messages listed in tuxTulogTable on the basis of the message body. By default, all messages are listed. To revert to the default setting, set this object to null.
tuxTulogTptranIdCtrl
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
Value of tuxTpTranId to qualify messages to be displayed in the in tuxTulogTable. By default, all messages are returned. To revert to the default setting, set it to null.
tuxTulogXidCtrl
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Value of tuxTranXid to qualify messages to be displayed in the in tuxTulogTable. By default, all messages are returned. To revert to the default setting, set it to null.
tuxTulogPidCtrl
Syntax
INTEGER
Access
read-write
Description
Value of process Id of the source to qualify messages to be displayed in the tuxTulogTable. By default, messages with any pid are listed. To revert to the default setting, set this object to 0.
tuxTulogSeverityCtrl
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Regular expression to qualify userlog messages to be listed in tuxTulogTable on the basis of message severity, if any. By default, messages with any severity are listed. To revert to the default setting, set this object to null.
tuxTulogCatCtrl
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Regular expression to qualify userlog messages to be listed in tuxTulogTable on the basis of the catalog name, if any. By default, messages from all catalogs are listed. To revert to the default setting, set this object to null.
tuxTulogMsgNumCtrl
Syntax
INTEGER
Access
read-write
Description
Message number in catalog to qualify userlog messages to be listed in tuxTulogTable. By default, all message numbers are returned. To revert to the default setting, set this object to 0.
tuxTulogProcNameCtrl
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Regular expression to qualify userlog messages to be listed in tuxTulogTable on the basis of the process name that generated the message, if known. By default, all messages are returned. To revert to the default setting, set this object to null.
tuxTnetGrpTbl
The tuxTnetGrpTbl group contains objects that represent application characteristics of network groups. Network groups are groups of logical machine IDs that can communicate over the network address defined in the tuxTnetMapNaddr object in the tuxTnetMapTbl table entry. For row creation, a SET request with tuxTnetGrpName, tuxTnetGrpNo, and tuxTnetGrpPrio is required. tuxTnetGrpNo provides the index into this table.
Object Name |
Object ID |
---|---|
tuxTnetGrpName |
.1.3.6.1.4.1.140.300.28.1.1 |
tuxTnetGrpNo |
.1.3.6.1.4.1.140.300.28.1.2 |
tuxTnetGrpState |
.1.3.6.1.4.1.140.300.28.1.3 |
tuxTnetGrpPrio |
.1.3.6.1.4.1.140.300.28.1.4 |
tuxTnetGrpName
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Logical name of the network group. A group name is a string of printable characters and cannot contain a pound sign (#), comma (,), colon (:), or newline character. This object can be updated only during row creation.
tuxTnetGrpNo
Syntax
INTEGER (1..8191)
Access
read-write
Description
Group identifier of the network group. This object can be updated only during row creation.
tuxTnetGrpState
Syntax
INTEGER { valid(1) | invalid(2) }
Access
read-write
Description
A GET request retrieves configuration information for the selected tuxTnetGrpTbl instance (or instances). The following states indicate the meaning of the value that is returned:
States not listed are not returned.
tuxTnetGrpPrio
Syntax
INTEGER (1..8191)
Access
read-write
Description
The priority band for this network group. All network groups that have an equivalent band priority are used in parallel.
tuxTnetMapTbl
The instances in the tuxTnetMapTbl associate tuxTmachineLmids to an instance in the tuxTnetGrpTbl. The rows in this table identify which logical machines belong to which network groups. For row creation, a SET request with at least tuxTnetMapNaddr is needed. The index into this table is provided by tuxTnetMapGrpNo and tuxTnetMapLmid.
tuxTnetMapGrpName
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
The logical name of the network group. A group name is a string of printable characters and cannot contain a pound sign (#), comma (,), colon (:), or a newline character.
tuxTnetMapGrpNo
Syntax
INTEGER (1..8191)
Access
read-write
Description
Identifier for this logical network group. This object can be updated only during row creation.
tuxTnetMapLmid
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Logical machine name for this network mapping. This object can be updated only during row creation.
tuxTnetMapState
Syntax
INTEGER { valid(1) | invalid(2) }
Access
read-write
Description
A GET request retrieves configuration information for the selected tuxTnetMapTbl instance (or instances). The following states indicate the meaning of the value of tuxTnetMapState that is returned:
States not listed are not returned.
tuxTnetMapNaddr
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
Specifies the complete network address to be used by the BRIDGE process placed on the logical machine as its listening address. The listening address for a BRIDGE is the means by which it is contacted by other BRIDGE processes participating in a networked application, that is, if the value of tuxTdomainOptions is lan(1). If the string is of the form 0xhex-digits or \\xhex-digits, it must contain an even number of valid hexadecimal digits. These forms are translated internally into a character array containing the hexadecimal representation of the string specified. For TCP/IP addresses, either the //hostname:port or #.#.#.#:port format is used.
tuxTnetMapMinEncryptBit
Syntax
INTEGER { none(1) | 40-bit(2) | 128-bit(3) | unknown(4) }
Access
read-write
Description
Specifies the required level of encryption when establishing a network link to this machine.
The default value is none(1). Modifications to this object do not affect network links that have already been established.
tuxTnetMapMaxEncryptBit
Syntax
INTEGER {none(1) | 40-bit(2) | 128-bit(3) | unknown(4) }
Access
read-write
Description
Encryption can be negotiated up to the specified level when establishing a network link.
The default value is 128-bit(3). Modifications to this object do not affect network links that are already established.
tuxTserverCtxtTbl
The tuxTserverCtxtTbl group contains objects that represent configuration and run-time characteristics of individual server dispatch contexts within an application. This group is defined for both single-context and multi-context servers. For single-context servers, the object values in this group are repeated as part of the tuxTsrvrTbl group. The objects in this group are read-only.
These object values provide run-time tracking of statistics and resources associated with each server dispatch context.
tuxTserverCtxtGrp
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
Logical name of the server group. Server group names cannot contain an asterisk (*), comma (,), or colon (:).
tuxTserverCtxtServerID
Syntax
INTEGER (SIZE(1..30000))
Access
read-only
Description
Unique (within the server group) server identification number.
tuxTserverCtxtContextID
Syntax
INTEGER (SIZE(-2..29999))
Access
read-only
Description
Identifier of this particular server context.
tuxTserverCtxtCltLmId
Syntax
INTEGER (SIZE(1..30))
Access
read-only
Description
Logical machine for the initiating client or server. The initiating client or server is the process that made the service request on which the server is currently working.
tuxTserverCtxtCltPid
Syntax
INTEGER
Access
read-only
Description
UNIX system process identifier for the initiating client or server.
Limitation: This object is a UNIX-system-specific object that cannot be returned if the platform on which the application is being run is not UNIX-based.
tuxTserverCtxtCltReply
Syntax
INTEGER { yes(1) | no(2) }
Access
read-only
Description
The initiating client or server is expecting a reply (yes(1)) or is not expecting a reply (no(2)).
tuxTserverCtxtCmtRet
Syntax
INTEGER { complete(1) | logged(2) }
Access
read-only
Description
This object value is the setting of the TP_COMMIT_CONTROL characteristic for this server.
See the description of the BEA Tuxedo/WLE ATMI function tpscmt(3c) for details on this characteristic.
tuxTserverCtxtCurConv
Syntax
INTEGER
Access
read-only
Description
Number of conversations initiated by this server through tpconnect() that are still active.
tuxTserverCtxtCurReq
Syntax
INTEGER
Access
read-only
Description
Number of requests initiated by this server through tpcall() or tpacall() that are still active.
tuxTserverCtxtCurService
Syntax
DisplayString (SIZE (1..15))
Access
read-only
Description
Service name, if any, on which the server is currently working.
tuxTserverCtxtLastGrp
Syntax
INTEGER (1..29999)
Access
read-only
Description
Time left (in seconds), if any, for this server to process the current service request. A value of 0 for an active service indicates that no time out processing is being done.
See tuxTsvcTbl: tuxTsvcTimeOut for more information.
tuxTserverCtxtSvcTimeOut
Syntax
INTEGER
Access
read-only
Description
Server group number (tuxTgroupTable: tuxTgroupNo) of the last service request made or conversation initiated from this server outward.
tuxTserverCtxtTimeLeft
Syntax
INTEGER
Access
read-only
Description
Time left (in seconds) for this server to receive the reply for which it is currently waiting before it will time out. This timeout can be a transactional timeout or a blocking timeout.
tuxTserverCtxtTranLev
Syntax
INTEGER
Access
read-only
Description
Current transaction level for this server. 0 indicates that the server is not currently involved in a transaction.
beaEventFilters
You can use the Tuxedo/WLE event filters to define a subset of Tuxedo/WLE event notifications to be generated for each Tuxedo or WebLogic Enterprise domain being monitored. The beaEventFilters group consists of the following object and group (table).
Object Name |
Object ID |
---|---|
beaEvtFilterTblStatus |
.1.3.6.1.4.1.140.300.14.1 |
beaEvtFilterTable |
.1.3.6.1.4.1.140.300.14.2 |
beaEvtFilterTblStatus
Syntax
INTEGER { sync(1) | dirty(2) }
Access
read-write
Description
When the agent starts, this object value is always sync(1). If any change is done to beaEvtFilterTable through SET requests, the value of this object becomes dirty(2) and the changes made to beaEvtFilterTable do not take effect. The changes made to the beaEvtFilterTable take effect only when you set the value of this object to sync(1). When you set the value to sync(1), all changes since the last synchronization are applied to the event-processing module.
beaEvtFilterTable
The beaEvtFilterTable group contains objects that represent all the event filters defined for the SNMP Agent. The object values are used to determine the collection of events to be forwarded as SNMP trap notifications.
The columnar objects in the beaEvtFilterTable correspond to fields in the TMEVENT_FILTER entries in the BEA SNMP Agent configuration file (beamgr.conf). For more detail, see "Configuration Files in the BEA SNMP Agent Administration Guide.
Note: Changes to this table are applied only when beaEvtFilterStatus is set to sync(1).
beaEvtFilterId
Syntax
DisplayString (SIZE(1..16))
Access
read-write
Description
A unique identifier for the event filter within the filter table.
Note: This object can be SET only during row creation.
beaEvtAgentName
Syntax
DisplayString (SIZE (1..32))
Access
read-only
Description
This logical agent name of the agent supporting this filter. This object is provided only for user convenience since the MIB only returns the event filters for the agent that was queried.
beaEvtExpr
Syntax
DisplayString (SIZE (1..255))
Access
read-write
Description
An event name expression. Consult the reference page recomp, rematch(3c) in the BEA Tuxedo C Function Reference for the format of this expression. For a Tuxedo or WebLogic Enterprise system event to be forwarded as an SNMP trap, its name should match this expression. Consult the reference page EVENTS(5) in the BEA Tuxedo File Formats and Data Descriptions Reference for a list of Tuxedo/WLE event names. The default for this object is all system events.
Examples
\.Sys.*
matches all system events. (This event name expression is the default.)
\.SysServer.*
matches all system events related to servers.
A value of NONE blocks all events from being forwarded by the selected agent and overrides any other filter table entries for the same logical agent name.
beaEvtFilter
Syntax
DisplayString (SIZE(1..255))
Access
read-write
Description
An event filter expression. Each Tuxedo/WLE event is accompanied by an FML buffer that contains pertinent information about the event. The buffer's contents are evaluated with respect to this filter, if it is present. The filter must evaluate to TRUE or the event is not forwarded.
The SNMP Agent uses this object as an argument to tpsubscribe(). For more information, see the reference page tpsubscribe(3c) in the BEA Tuxedo C Function Reference.
Example
TA_EVENT_SEVERITY=='ERROR' || TA_EVENT_SEVERITY=='WARN'
TA_EVENT_SEVERITY!=='INFO'
TA_EVENT_LMID=='SITE1'
This filter selects events with a severity of either ERROR or WARNING.
beaEvtFilterState
Syntax
INTEGER { active(1) | inactive(2) | invalid(3) }
Access
read-write
Description
This object denotes the current state of the event filter instance.
![]() |
![]() |
![]() |
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|