![]() |
![]() |
|
|
Domains MIB
The Domains MIB uses improved group and attribute terminology to describe the interaction between domains. This improved terminology has also been applied to DMCONFIG file syntax.
These terminology improvements eliminate multiple uses of the term "domain" and introduce terms that more clearly describe the actions that occur. For example, the term access point defines an object through which you gain access to another object. Therefore, you access a remote domain through a remote domain access point, and remote domains gain access to a local domain through a local domain access point. The Domains MIB consists of the following groups.
Group Name |
Description |
---|---|
tuxDmAclTable |
Domains Access Control List |
tuxDmConnectionTable |
Domain Access Points Connection Status |
tuxDmExportTable |
Resources for Exporting to Remote Domains |
tuxDmImportTable |
Resources imported through access points |
tuxDmLocalTable |
Defines a local domain access point |
tuxDmOsitpTable |
Defines the local or remote OSI TP protocol |
tuxDmPasswordTable |
Inter-domain authentication |
tuxDmPrincipalMapTable |
For mapping principal names |
tuxDmRemoteTable |
Remote domain configuration information |
tuxDmResourcesTable |
Domains-specific configuration information |
tuxDmRoutingTable |
Routing criteria information |
tuxDmrPrincipalTable |
Configuration info for remote principal names |
tuxDmSnaCRMTable |
SNA-CRM-specific configuration info |
tuxDmSnaLinkTable |
snax-specific configuration info |
tuxDmSnaStackTable |
Defines SNA stack used by a specific SNA CRM |
tuxDmTdomainTable |
Defines the TDomain specific configuration |
tuxDmTopendTable |
BEA TOP END-Specific Configuration info |
tuxDmTransactionTable |
Info about transactions that span domains |
This Tuxedo MIB group represents access control information for domains.
Variable Name |
Object ID |
---|---|
tuxDmAclName |
.1.3.6.1.4.1.140.300.80.1.1.10 |
tuxDmrAccessPointList |
.1.3.6.1.4.1.140.300.80.1.1.20 |
tuxDmAclState |
.1.3.6.1.4.1.140.300.80.1.1.30 |
Syntax
DisplayString (SIZE(1..15)
Access
read-only
Description
The access control list name.
Syntax
DisplayString (SIZE(1..1000)
Access
read-write
Description
The list of remote domain access points associated with this access control list. tuxDmrAccessPointlist is a comma-separated list of remote access point names (that is, the value of the tuxDMRemoteDmAccessPoint attribute of a valid tuxDmRemote object). The list can contain up to 50 remote access point identifier elements. Setting this attribute to "*" means that all the remote domains in the configuration are associated with this entry. blank string means no remote access points are associated with this entry. The default is - (equivalent of NULL string).
Syntax
INTEGER { valid(1) | invalid (2) }
Access
read-write
Description
This object denotes the current state of the tuxDmAcl instance.
GET requests:
valid (1): tuxDmAcl object is defined and inactive. This is the only valid state for this class. ACL groups are never active.
SET requests:
invalid (2): Delete.
This class represents the status of connections between domain access points.
Variable Name |
Object ID |
---|---|
tuxDmConDmlAccessPoint |
.1.3.6.1.4.1.140.300.90.1.1.10 |
tuxDmConDmrAccessPoint |
.1.3.6.1.4.1.140.300.90.1.1.20 |
tuxDmConDmType |
.1.3.6.1.4.1.140.300.90.1.1.30 |
tuxDmConState |
.1.3.6.1.4.1.140.300.90.1.1.40 |
tuxDmConDmCurEncryptBits |
.1.3.6.1.4.1.140.300.90.1.1.50 |
Syntax
DisplayString (SIZE(1..24)
Access
read-only
Description
The name of the local domain access point that identifies the connection between the domains.
Syntax
DisplayString (SIZE(1..24)
Access
read-only
Description
The name of the remote domain access point that identifies the connection between the domains
Syntax
INTEGER { tdomain (1) | topend (2) }
Access
read-only
Description
The type of domain-either tdomain or topend.
Syntax
INTEGER { active (1) | suspended(2) | initializing (3) | inactive (4) | unknown (5)}
Access
read-only
Description
This object denotes the current state of the tuxDmConnection instance.
GET requests:
active (1): The connection is active.
suspended (2): The connection is awaiting retry.
initializing (3): The connection is initializing.
inactive (4): The specified domain access points are disconnected. (Returned in case of Tuxedo 7.1 and later only.)
unknown (5): The state cannot be determined.
SET requests:
active (1):Connect the specified domain access points. If the current state is suspended or inactive, SET:active places the connection into the state initializing, otherwise, there is no change.
inactive (4): Disconnect the specified domain access points and destroy the tuxDmConnection object
Syntax
INTEGER { enc-0-bit (1) | enc-40-bits (2) | enc-56-bits (3) | enc-128-bits (4)}
Access
read-only
Description
This attribute is available when tuxDmConDmType=tdomain.
The level of encryption in use on this connection:
enc-0-bit (1) means no encryption
enc-40-bits (2) specifies the encryption length in bits
enc-56-bits (3) specifies the encryption length in bits
enc-128-bits (4) specifies the encryption length in bits.
This class represent local resources that are exported to one or more remote domains through a local access point.
Variable Name |
Object ID |
---|---|
tuxDmExpDmResourceName |
.1.3.6.1.4.1.140.300.100.1.1.10 |
tuxDmExpDmlAccessPoint |
.1.3.6.1.4.1.140.300.100.1.1.20 |
tuxDmExpState |
.1.3.6.1.4.1.140.300.100.1.1.30 |
tuxDmExpDmAclName |
.1.3.6.1.4.1.140.300.100.1.1.40 |
tuxDmExpDmConv |
.1.3.6.1.4.1.140.300.100.1.1.50 |
tuxDmExpDmResourceType |
.1.3.6.1.4.1.140.300.100.1.1.60 |
tuxDmExpDmRemoteName |
.1.3.6.1.4.1.140.300.100.1.1.70 |
tuxDmExpDmInBufType |
.1.3.6.1.4.1.140.300.100.1.1.80 |
tuxDmExpDmOutBufType |
.1.3.6.1.4.1.140.300.100.1.1.90 |
tuxDmExpDmTopendProduct |
.1.3.6.1.4.1.140.300.100.1.1.100 |
tuxDmExpDmTopendFunction |
.1.3.6.1.4.1.140.300.100.1.1.110 |
tuxDmExpDmTopendTarget |
.1.3.6.1.4.1.140.300.100.1.1.120 |
tuxDmExpDmTopendQualifier |
.1.3.6.1.4.1.140.300.100.1.1.130 |
tuxDmExpDmTopendRtqGroup |
.1.3.6.1.4.1.140.300.100.1.1.140 |
tuxDmExpDmTopendRtqName |
.1.3.6.1.4.1.140.300.100.1.1.150 |
Syntax
DisplayString (SIZE(1..15)
Access
read-only
Description
The local resource name for entries of resource type service (the service name), qspace (the queue space name), and qname (the queue name). For a service entry, the value of this attribute corresponds to the value of an active tuxTSrvGrp:tuxTsvcName object. This resource is exported to other domains with the same name or with the alias defined in the tuxDmExpDmRemoteName or tuxDmExpDmTopend* variables.
Syntax
DisplayString (SIZE(1..30)
Access
read-only
Description
The local access point name. Setting this attribute to "*" means the resource is available at all local access points.
Syntax
INTEGER { valid (1) | invalid (2) }
Access
read-write
Description
This object denotes the current state of the tuxDmExport instance.
GET requests:
valid (1): The object exists.
SET requests:
invalid (2): Delete object.
Syntax
DisplayString (SIZE(1..15)
Access
read-write
Description
The name of a tuxDmAcl object to use for security on this local service. When access is permitted from topend remote access points, this optional attribute can be specified if tuxDmExpDmResourceType=service or qspace. This attribute is not permitted if tuxDmExpDmResourceType=qname.
Syntax
INTEGER { yes (1) | no (2) }
Access
read-only
Description
Specifies whether this local service is conversational or not. When access is permitted from topend remote access points, this attribute must be set to no (2)for entries of tuxDmExpDmResourceType=qspace or qname.
Syntax
INTEGER { service (1) | qspace (2) | qname (3)}
Access
read-only
Description
Specifies whether this entry is for a service, qspace or qname. The default is service.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
For entries of type service or qspace, this attribute specifies the name exported through non-topend remote access points.
Syntax
DisplayString (SIZE(1..513))
Access
read-write
Description
Attributes available from remote access points of tuxDmExpDmResourceType=snax|ositp|topend:
type[:subtype] -Input buffer type, optionally followed by subtype.
If this attribute is present, it defines the buffer type (and subtype) accepted. This attribute should be defined for entries of tuxDmExpDmResourceType=service when access is permitted from remote access points using ositp with the UDT application context, or when using snax. When access is permitted from topend remote access points, this optional attribute can be specified if tuxDmExpDmResourceType=service and qname. This attribute is not permitted if tuxDmExpDmResourceType=qspace.
For BEA TopEnd service and queue name entries, the valid values for type are: FML32, CARRAY, and X_OCTET.
Syntax
DisplayString (SIZE(1..513))
Access
read-write
Description
Attributes available from remote access points of tuxDmExpDmResourceType=snax|ositp|topend:
type[:subtype] -Output buffer type, optionally followed by subtype.
If this attribute is present, it defines the buffer type (and subtype) output by the service. This attribute should be defined for entries of tuxDmExpDmResourceType=service when access is permitted from remote access points using ositp with the UDT application context, or when using snax. When access is permitted from topend remote access points, this optional attribute can be specified if tuxDmExpDmResourceType=service. This attribute is not permitted if tuxDmExpDmResourceType=qspace and qname.
For BEA TopEnd service and queue name entries, the valid values for type are FML32, CARRAY, and X_OCTET.
Syntax
DisplayString (SIZE(1..32))
Access
read-write
Description
Attributes available from remote access points of tuxDMRemoteDmType=topend:
The BEA TOP END product name. When access is permitted from topend remote access points, this attribute must be specified if tuxDmExpDmResourceType=service. This attribute is not permitted if tuxDmExpDmResourceType=qspace or qname.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP END function name. When access is permitted from topend remote access points, this attribute must be specified if tuxDmExpDmResourceType=service or qname. This attribute is not permitted if tuxDmExpDmResourceType=qspace.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP END Message Sensitive Routing (MSR) target. This attribute is optional for entries of tuxDmExpDmResourceType=service, qspace, and qname when access is permitted from topend remote access points.
Syntax
INTEGER
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
This attribute is optional for entries of tuxDmExpDmResourceType=service or qname when access is permitted from topend remote access points. This attribute is not permitted if tuxDmExpDmResourceType=qspace.
Syntax
DisplayString (SIZE(1..32))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP END Recoverable Transaction Queuing (RTQ) queue group name. This attribute must be specified for tuxDmRemoteDmType=qspace when access is permitted from topend remote access points. This attribute is not permitted if tuxDmRemoteDmType=service or qname.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP End RTQ queue name. This attribute must be specified for tuxDmExpDmResourceType=qspace and access is permitted from topend remote access points. This attribute is not permitted if tuxDmExpDmResourceType=service or qname.
This group represents remote resources that are imported through one or more remote domain access points and made available to the local domain through one or more local domain access points.
Variable Name |
Object ID |
---|---|
tuxDmImpDmResourceName |
.1.3.6.1.4.1.140.300.110.1.1.10 |
tuxDmImpDmrAccessPointList |
.1.3.6.1.4.1.140.300.110.1.1.20 |
tuxDmImpDmlAccessPoint |
.1.3.6.1.4.1.140.300.110.1.1.30 |
tuxDmImpState |
.1.3.6.1.4.1.140.300.110.1.1.40 |
tuxDmImpDmAutoTran |
.1.3.6.1.4.1.140.300.110.1.1.50 |
tuxDmImpDmConv |
.1.3.6.1.4.1.140.300.110.1.1.60 |
tuxDmImpDmLoad |
.1.3.6.1.4.1.140.300.110.1.1.70 |
tuxDmImpDmPrio |
.1.3.6.1.4.1.140.300.110.1.1.80 |
tuxDmImpDmResourceType |
.1.3.6.1.4.1.140.300.110.1.1.90 |
tuxDmImpDmRemoteName |
.1.3.6.1.4.1.140.300.110.1.1.100 |
tuxDmImpDmRoutingName |
.1.3.6.1.4.1.140.300.110.1.1.110 |
tuxDmImpDmTranTime |
.1.3.6.1.4.1.140.300.110.1.1.120 |
tuxDmImpDmInBufType |
.1.3.6.1.4.1.140.300.110.1.1.130 |
tuxDmImpDmOutBufType |
.1.3.6.1.4.1.140.300.110.1.1.140 |
tuxDmImpDmteProduct |
.1.3.6.1.4.1.140.300.110.1.1.150 |
tuxDmImpDmteFunction |
.1.3.6.1.4.1.140.300.110.1.1.160 |
tuxDmImpDmteTarget |
.1.3.6.1.4.1.140.300.110.1.1.170 |
tuxDmImpDmteQualifier |
.1.3.6.1.4.1.140.300.110.1.1.180 |
tuxDmImpDmteRtqGroup |
.1.3.6.1.4.1.140.300.110.1.1.190 |
tuxDmImpDmteRtqName |
.1.3.6.1.4.1.140.300.110.1.1.200 |
Syntax
DisplayString (SIZE(1..15))
Access
read-only
Description
The remote resource name used for entries of resource type service (the service name, qspace (the queue space name), and qname (the queue name). This resource is imported from remote domains with the same name or with the alias defined in the tuxDmImpDmRemoteName or tuxDmImpDmte* variables.
Syntax
DisplayString (SIZE(1..15))
Access
read-only
Description
Identifies the remote domain access point through which this resource should be imported. This is a comma-separated failover domain list; it can contain up to three remote domain access points. If this attribute is set to "*", the resource can be imported from all remote access points.
Syntax
DisplayString (SIZE(1..15))
Access
read-only
Description
The name of the local domain access point through which this imported resource should be made available. If set to the null string, the resource is made available through all local domain access points.
Syntax
INTEGER { valid (1) | invalid (2) }
Access
read-write
Description
This object denotes the current state of the tuxDmImport instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted. A state change is allowed in the active or suspended state and results in the invalid state.
Syntax
INTEGER { yes (1) | no (2) }
Access
read-write
Description
When a request is received for a resource that is not already within a transaction, this attribute automatically starts a transaction for the resource. The default is no (2).
Syntax
INTEGER { yes (1) | no (2) }
Access
read-write
Description
A boolean value (yes or no) specifies whether the service is conversational. When access is permitted from topend remote access points, this attribute must be set to no (2)for entries of tuxDmImpDmResourceType=qspace and qname.
Syntax
INTEGER (1..32767)
Access
read-write
Description
The service load.
Syntax
INTEGER (1..100)
Access
read-write
Description
The dequeuing priority. Service requests with a higher priority are serviced first.
Syntax
INTEGER { service (1) | qspace (2) | qname (3)}
Access
read-write
Description
Specifies whether this entry is for a service, qspace, or qname. The default is service.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
For entries of type service or qspace, this attribute specifies the name imported through non-topend remote access points.
Syntax
DisplayString (SIZE(1..15))
Access
read-write
Description
The name of a tuxDmRoutingTable object to use for routing criteria for this service or qspace.
Syntax
INTEGER (1..32767)
Access
read-write
Description
Transaction time value (in seconds) of transactions automatically started for this service or qspace. Transactions are started automatically when a request not in transaction mode is received and the tuxDmImpDmAutoTran attribute is set to yes.
Limitation: Runtime updates to this attribute are not reflected in active requests.
Syntax
DisplayString (SIZE(0..256))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=snax|ositp|topend:
type[:subtype] - Input buffer type, optionally followed by subtype. If this attribute is present, it defines the buffer type (and subtype) accepted. This attribute should be defined for entries of DMRESOURCETYPE=service when access is permitted to remote access points that use ositp with the UDT application context, or that use snax. When access is permitted from topend remote access points, this optional attribute can be specified if tuxDmImpDmResourceType=service and qname. This attribute is not permitted if tuxDmImpDmResourceType=qspace. For BEA TOP END service and queue name entries, the valid values for type are: FML32, CARRAY, AND X_OCTET.
Syntax
DisplayString (SIZE(0..256))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=snax|ositp|topend:
Syntax
DisplayString (SIZE(1..32))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP END product name. This attribute must be specified if tuxDmImpDmResourceType=service or qname. It is not permitted if tuxDmImpDmResourceType=qspace.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP END product name. This attribute must be specified if tuxDmImpDmResourceType=service or qname. It is not permitted if tuxDmImpDmResourceType=qspace.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP END Message Sensitive Routing (MSR) target. This attribute is optional for entries of tuxDmImpDmResourceType=service, qspace, and qname.
Syntax
INTEGER
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP END function qualifier. This attribute is optional for entries of tuxDmImpDmResourceType=service or qname. It is not permitted for entries of tuxDmImpDmResourceType=qspace.
Syntax
DisplayString (SIZE(1..32))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP END Recoverable Transaction Queuing (RTQ) queue group name. This attribute must be specified if tuxDmImpDmResourceType=qspace. It is not permitted if tuxDmImpDmResourceType=service or qname.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Attributes available from remote access points of tuxDmRemoteDmType=topend:
The BEA TOP END RTQ queue name. This attribute mst be specified if tuxDmImpDmResourceType=qspace. It is not permitted if tuxDmImpDmResourceType=service or qname.
This group defines a local domain access point. A local domain access point is used to control access to local services exported to remote domains and to control access to remote services imported from remote domains.
Variable Name |
Object ID |
---|---|
tuxDmLclDmAccessPoint |
.1.3.6.1.4.1.140.300.120.1.1.10 |
tuxDmLclDmAccessPointID |
.1.3.6.1.4.1.140.300.120.1.1.20 |
tuxDmLclDmSrvGroup |
.1.3.6.1.4.1.140.300.120.1.1.30 |
tuxDmLclDmType |
.1.3.6.1.4.1.140.300.120.1.1.40 |
tuxDmLclState |
.1.3.6.1.4.1.140.300.120.1.1.50 |
tuxDmLclDmAuditLog |
.1.3.6.1.4.1.140.300.120.1.1.60 |
tuxDmLclDmBlockTime |
.1.3.6.1.4.1.140.300.120.1.1.70 |
tuxDmLclDmMaxRapTran |
.1.3.6.1.4.1.140.300.120.1.1.80 |
tuxDmLclDmMaxTran |
.1.3.6.1.4.1.140.300.120.1.1.90 |
tuxDmLclDmSecurity |
.1.3.6.1.4.1.140.300.120.1.1.100 |
tuxDmLclDmTlogDev |
.1.3.6.1.4.1.140.300.120.1.1.110 |
tuxDmLclDmTlogName |
.1.3.6.1.4.1.140.300.120.1.1.120 |
tuxDmLclDmTlogSize |
.1.3.6.1.4.1.140.300.120.1.1.130 |
tuxDmLclDmConnectionPolicy |
.1.3.6.1.4.1.140.300.120.1.1.140 |
tuxDmLclDmRetryInterval |
.1.3.6.1.4.1.140.300.120.1.1.150 |
tuxDmLclDmMaxRetry |
.1.3.6.1.4.1.140.300.120.1.1.160 |
tuxDmLclDmConnPrincipalName |
.1.3.6.1.4.1.140.300.120.1.1.170 |
tuxDmLclDmMachineType |
.1.3.6.1.4.1.140.300.120.1.1.180 |
tuxDmLclDmBlobShmSize |
.1.3.6.1.4.1.140.300.120.1.1.190 |
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
This is an identifier unique within the scope of tuxDmLocal and tuxDmRemote entry names in the domain configuration.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
The domain access point identifier. This identifier is unique across all local and remote domain access points.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
The group in which the administrative servers and gateway processes of the local domain reside.
Syntax
INTEGER { tdomain(1) | ositp(2) | snax(3) | topend(4) }
Access
read-write
Description
The type of domain: tdomain for a BEA Tuxedo system domain, ositp for an OSI domain, snax for an SNA domain, or topend for a BEA TOP END domain. The presence or absence of other attributes depends on the value of this attribute.
Syntax
INTEGER { valid(1) | invalid(2) }
Access
read-write
Description
This object denotes the current state of the tuxDmLocal instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
The name of the audit log file for this local domain.
Syntax
INTEGER (0..32767)
Access
read-write
Description
Specifies the maximum wait time allowed for a blocking call. The value sets a multiplier of the SCANUNIT parameters specified in the tuxTdomain group. The value SCANUNIT * tuxDmLclDmBlockTime must be greater than or equal to SCANUNIT and less than 32,768 seconds. If this attribute is not specified, the default is set to the value of the tuxDmLclDmBlockTime attribute specified in the tuxTdomain object. A timeout always implies a failure of the affected request. Notice that the timeout specified for transactions in the tuxTdomain is always used when the request is issued within a transaction.
Syntax
INTEGER (0..32767)
Access
read-write
Description
The maximum number of remote domain access points that can be involved in a single transaction.
Syntax
INTEGER (0..32767)
Access
read-write
Description
The maximum number of simultaneous transactions allowed on this local domain access point. This number must be greater than or equal to the tuxTdomainMaxGTT object in the tuxTdomain group.
Syntax
INTEGER { none(1) | app-pw(2) | dm-pw(3) | dm-user-pw(4) | te-clear(5) | te-safe(6) | te-private(7)}
Access
read-write
Description
The type of security enabled on this domain. This attribute must be set to one of the following:
none:
No security is enabled.
app-pw:
Valid only when tuxDmRemoteDmType=tdomain. Application password-based security is enabled.
dm-pw:
Valid only when tuxDmRemoteDmType=tdomain. Domain password-based security is enabled.
dm-user-pw:
Valid only when tuxDmRemoteDmType=snax. Translation of principal names is enabled.
te-clear:
Valid only when tuxDmRemoteDmType=topend. BEA TOP END security is enabled. between the local domain and the BEA TOP END system. Network messages are sent in plain text.
te-safe:
Valid only when tuxDmRemoteDmType=topend. BEA TOP End security is enabled between the local domain and the BEA TOP END system. Network messages are protected by a checksum.
te-private:
Valid only when tuxDmRemoteDmType=topend. BEA TOP END security is enabled between the local domain and the BEA TOP END system. Network messages are encrypted.
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
The device (raw slice) or file that contains the domain TLOG for this local domain access point. The TLOG is stored as a BEA Tuxedo System VTOC table on the device. For reliability, the use of a device (raw slice) is recommended.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
The domain TLOG name for this local domain access point. If more than one TLOG exists on the same device, each TLOG must have a unique name.
Syntax
INTEGER
Access
read-write
Description
The size in pages of the TLOG for this local domain access point. This size is constrained by the amount of space available on the device identified in tuxDmLclTlogDev.
Syntax
INTEGER { on-demand(1) | on-startup(2) | incoming-only(3)}
Access
read-write
Description
Attributes available when tuxDmRemoteDmType=tdomain | topend.
Specifies the conditions under which a local domain gateway tries to establish a connection to a remote domain. Supported values are:
on-demand
Means that a connection is attempted only when requested by either a client request to a remote service or an administrative "connect" command. The default setting for this variable is on-demand. The on-demand policy provides the equivalent behavior to previous releases, in which this variable was not explicitly available.
on-startup
Means that a domain gateway attempts to establish a connection with its remote domain access points at gateway server initialization time. Remote services, (that is, services advertised by the domain gateway for this local access point) are advertised only if a connection is successfully established to that remote domain access point. Therefore, if there is no active connection to a remote domain access point, the remote services are suspended. By default, this connection policy retries failed connections every 60 seconds; however, you can specify a different value for this interval using the tuxDmLclMaxRetry and tuxDmLclDmRetryInterval attributes.
Syntax
INTEGER
Access
read-write
Description
The number of seconds between automatic attempts to establish a connection to remote domain access points. The minimum value is 0 and the maximum value is 2147483647. The default setting is 60. If tuxDmLclDmMaxRetry is set to 0, setting tuxDmLclDmRetryInterval is not allowed.
This attribute is valid only when the tuxDmLclDmConnectionPolicy attribute is set to on-startup. For other connection policies, automatic retries are disabled.
Syntax
INTEGER
Access
read-write
Description
The number of times that a domain gateway tries to establish connections to remote domain access points. The minimum value is 0 and the maximum is MAXLONG. MAXLONG indicates that retry processing is repeated indefinitely, or until a connection is established. For a connection policy of on-startup, the default setting for tuxDmLclMaxRetry is MAXLONG. Setting this attribute to 0 turns off the auto retry mechanism. For other connection policies, auto retries are disabled.
The tuxDmLclMaxRetry attribute is valid only when the connection policy is on-startup.
Syntax
DisplayString (SIZE(0..511))
Access
read-write
Description
The connection principal name identifier, which is the principal name used for verifying the identity of this local domain access point when establishing a connection to a remote domain access point. This attribute only applies to domains of type TDOMAIN that are running BEA Tuxedo 7.1 or later software.
This variable can contain a maximum of 511 characters (excluding the terminating null character). If this attribute is not specified, the connection principal name defaults to the tuxDmLclDmAccessPointId string for this local domain access point.
For default authentication plug-ins, if a value is assigned to this variable for this local domain access point, it must be the same as the value assigned to the tuxDmLclAccessPointId attribute for this local domain access point. If these values do not match, the local domain gateway process does not boot and the system generates the following userlog(3c) message: "ERROR: Unable to acquire credentials".
Syntax
DisplayString (SIZE(0..15))
Access
read-write
Description
Used for grouping domains so that encoding/decoding of messages between domains can be bypassed. If it is not specified, the default is to turn encoding/decoding on. If the value set for this field is the same in both the DM_LOCAL and the DM_REMOTE section of a domain configuration file, data encoding/decoding is bypassed. The value set for this variable can be any string value up to 15 characters in length. It is used only for comparison.
This attribute is valid only when tuxDmRemoteDmType=tdomain.
Syntax
INTEGER
Access
read-write
Description
This attribute is relevant only to local domain access point entries. It specifies the amount of shared memory allocated to storing binary large object log information specific to ositp or topend.
This group defines the OSI TP protocol-related configuration information for a specific local or remote domain access point.
Variable Name |
Object ID |
---|---|
tuxDmOsiDmAccessPoint |
.1.3.6.1.4.1.140.300.130.1.1.10 |
tuxDmOsiDmState |
.1.3.6.1.4.1.140.300.130.1.1.20 |
tuxDmOsiDmApt |
.1.3.6.1.4.1.140.300.130.1.1.30 |
tuxDmOsiDmAeq |
.1.3.6.1.4.1.140.300.130.1.1.40 |
tuxDmOsiDmNwDevice |
.1.3.6.1.4.1.140.300.130.1.1.50 |
tuxDmOsiDmAcn |
.1.3.6.1.4.1.140.300.130.1.1.60 |
tuxDmOsiDmApid |
.1.3.6.1.4.1.140.300.130.1.1.70 |
tuxDmOsiDmAeid |
.1.3.6.1.4.1.140.300.130.1.1.80 |
tuxDmOsiDmUrch |
.1.3.6.1.4.1.140.300.130.1.1.90 |
tuxDmOsiDmMaxListeningEp |
.1.3.6.1.4.1.140.300.130.1.1.100 |
tuxDmOsiDmXatmiEncoding |
.1.3.6.1.4.1.140.300.130.1.1.110 |
Syntax
DisplayString (SIZE(0..30))
Access
read-only
Description
The domain access point name for which this entry provides the protocol-specific configuration information. This field matches the domain access point name given in the tuxDmLocal or tuxDmRemote entry that defines the protocol-independent configuration of the domain access point.
Syntax
INTEGER { valid(1) | invalid(2) }
Access
read-write
Description
This object denotes the current state of the tuxDmOsitp instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
The application process title of the domain access point in object identifier form.
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
The application entity qualifier of the domain access point in integer form.
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
This attribute, which specifies the network device to be used, is relevant when it defines a local domain access point and ignored for a remote domain access point.
Syntax
INTEGER { atmi(1) | udt(2) }
Access
read-write
Description
The application context name to use with this domain access point. When you establish a dialogue to a remote domain access point, use the application context name from the remote domain access point, if it is present. If the application context name from the remote domain access point is absent, use the application context name from the local domain access point. The value xatmi selects the use of the X\Open-defined xatmi Application Service Element (ASE) and encoding. The value udt selects the use of the ISO/IEC 10026-5 User Data Transfer encoding.
Syntax
INTEGER
Access
read-write
Description
This optional attribute defines the application process-invocation identifier to be used on this domain access point.
Syntax
INTEGER
Access
read-write
Description
This optional attribute defines the application entity-invocation identifier to be used on this domain access point.
Syntax
DisplayString (SIZE(0..30))
Access
read-write
Description
This attribute specifies the user portion of the OSI TP recovery context handle. It can be required by an OSI TP provider in order to perform recovery of distributed transactions after a communication line or system failure.
This attribute is relevant for defining a local domain access point and ignored for a remote domain access point.
Syntax
INTEGER (1..32767)
Access
read-write
Description
This attribute specifies the number of endpoints awaiting incoming OSI TP dialogue. It is relevant for defining a local domain access point and ignored for a remote domain access point.
Syntax
INTEGER { cae(1) | preliminary(2) | oltp-tm2200(3) }
Access
read-write
Description
This attribute specifies the version of the XATMI protocol used to communicate with a remote system. Valid values are: cae, preliminary, and oltp-tm2200.
This attribute is relevant for remote domain access points and ignored for local domain access points.
This group represents configuration information for inter-domain authentication through access points of type tdomain.
Variable Name |
Object ID |
---|---|
tuxDmPasswdDmlAccessPoint |
.1.3.6.1.4.1.140.300.140.1.1.10 |
tuxDmPasswdDmrAccessPoint |
.1.3.6.1.4.1.140.300.140.1.1.20 |
tuxDmPasswdDmlPWD |
.1.3.6.1.4.1.140.300.140.1.1.30 |
tuxDmPasswdDmrPWD |
.1.3.6.1.4.1.140.300.140.1.1.40 |
tuxDmPasswdState |
.1.3.6.1.4.1.140.300.140.1.1.50 |
Syntax
DisplayString (SIZE(1..24))
Access
read-only
Description
The name of the local domain access point to which the password applies.
Syntax
DisplayString (SIZE(1..24))
Access
read-only
Description
The name of the remote domain access point to which the password applies.
Syntax
DisplayString (SIZE(1..30))
Access
write-only
Description
The local password used to authenticate connections between the local domain access point identified by tuxDmPasswdDmlAccessPoint and the remote domain access point identified by tuxDmPasswdDmrAccessPoint.
Syntax
DisplayString (SIZE(1..30))
Access
write-only
Description
The remote password used to authenticate connections between the local domain access point identified by tuxDmPasswdDmlAccessPoint and the remote domain access point identified by tuxDmPasswdDmrAccessPoint.
Syntax
INTEGER { valid(1) | invalid(2) | recrypt(3) }
Access
read-write
Description
This object denotes the current state of the tuxDmPassword instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
recrypt: Re-encrypt all passwords using a new encryption key.
This group represents configuration information for mapping principal names to and from external principal names across access point of type snax.
Variable Name |
Object ID |
---|---|
tuxDmPrinMapDmlAccessPoint |
.1.3.6.1.4.1.140.300.150.1.1.10 |
tuxDmPrinMapDmrAccessPoint |
.1.3.6.1.4.1.140.300.150.1.1.20 |
tuxDmPrinMapDmlPrinName |
.1.3.6.1.4.1.140.300.150.1.1.30 |
tuxDmPrinMapDmrPrinName |
.1.3.6.1.4.1.140.300.150.1.1.40 |
tuxDmPrinMapDirection |
.1.3.6.1.4.1.140.300.150.1.1.50 |
tuxDmPrinMapState |
.1.3.6.1.4.1.140.300.150.1.1.60 |
Syntax
DisplayString (SIZE(1..12))
Access
read-only
Description
The local domain access point to which the principal mapping applies.
Syntax
DisplayString (SIZE(1..12))
Access
read-only
Description
The remote domain access point to which the principal mapping applies.
Syntax
DisplayString (SIZE(1..12))
Access
read-only
Description
The local principal name in the principal mapping.
Syntax
DisplayString (SIZE(1..12))
Access
read-only
Description
The remote principal name in the principal mapping.
Syntax
INTEGER { in(1) | out(2) | both(3) }
Access
read-write
Description
The direction to which the principal mapping applies.
in:
Is incoming to this BEA Tuxedo domain through the given remote domain access point and local domain access point.
out:
Is outgoing from this BEA Tuxedo domain through the given local domain access point and remote domain access point.
both:
Applies to both incoming to and outgoing from this BEA Tuxedo domain through the given local domain access point and remote domain access point.
Syntax
INTEGER { valid(1) | invalid(2) }
Access
read-write
Description
This object denotes the current state of the tuxDmPrincipalMap instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
The tuxDmRemote class represents remote domain access point configuration information. Local resources that can be exported through one or more local domain access points are made accessible to a remote domain through a remote domain access point. Similarly, remote resources are imported from a remote domain through a remote domain access point.
Variable Name |
Object ID |
---|---|
tuxDmRemoteDmAccessPoint |
.1.3.6.1.4.1.140.300.160.1.1.10 |
tuxDmRemoteDmAccessPointID |
.1.3.6.1.4.1.140.300.160.1.1.20 |
tuxDmRemoteType |
.1.3.6.1.4.1.140.300.160.1.1.30 |
tuxDmRemoteState |
.1.3.6.1.4.1.140.300.160.1.1.40 |
tuxDmRemoteDmCodePage |
.1.3.6.1.4.1.140.300.160.1.1.50 |
tuxDmRemoteDmMachineType |
.1.3.6.1.4.1.140.300.160.1.1.90 |
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
The name of this tuxDmRemote entry. This is an identifier unique within the scope of tuxDmLocal and tuxDmRemote entry names in the domain configuration.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
The access point identifier. This identifier is unique across all local and remote domain access points.
Syntax
INTEGER { tdomain(1) | ositp(2) | snax(3) | topend(4)}
Access
read-write
Description
The type of domain:
tdomain:
A BEA Tuxedo system domain.
ositp:
An OSI domain.
snax:
An SNA domain.
topend:
A BEA TOP END domain.
The presence or absence of other attributes depends on the value of this attribute.
Syntax
INTEGER { valid(1) | invalid(2)}
Access
read-write
Description
This object denotes the current state of the tuxDmRemote instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
Syntax
DisplayString (SIZE(1..20))
Access
read-write
Description
Attributes available when tuxDmRemoteDmType=snax. The name of the default translation tables to use when translating requests and replies that are sent through this access point.
Syntax
DisplayString (SIZE(0..15))
Access
read-write
Description
Attributes available when tuxDmRemoteDmType=tdomain.
These attributes are used for grouping domains so that encoding/decoding of messages between domains can be bypassed. If it is not specified, the default is to turn encoding/decoding on. If the value set for this field is the same in both the DM_LOCAL and the DM_REMOTE sections of a domain configuration file, data encoding/decoding is bypassed. The value set for this variable can be any string value up to 15 characters in length. It is used only for comparison.
This group represents Domains-specific configuration information.
Variable Name |
Object ID |
---|---|
tuxDmResourcesDmVersion |
.1.3.6.1.4.1.140.300.170.1.1.10 |
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
A user-supplied identifier for the Domains configuration.
The tuxDmRoutingTable class represents routing criteria information for routing requests to a domain through a remote domain access point.
Variable Name |
Object ID |
---|---|
tuxDmRoutingDmRoutingName |
.1.3.6.1.4.1.140.300.180.1.1.10 |
tuxDmRoutingDmBufType |
.1.3.6.1.4.1.140.300.180.1.1.20 |
tuxDmRoutingDmField |
.1.3.6.1.4.1.140.300.180.1.1.30 |
tuxDmRoutingDmFieldType |
.1.3.6.1.4.1.140.300.180.1.1.40 |
tuxDmRoutingDmRanges |
.1.3.6.1.4.1.140.300.180.1.1.50 |
tuxDmRoutingState |
.1.3.6.1.4.1.140.300.180.1.1.60 |
Syntax
DisplayString (SIZE(1..15))
Access
read-only
Description
The name of the routing criteria table entry.
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
List of types and subtypes of data buffers for which this routing entry is valid.
type1[:subtype1[,subtype2...]][:type2[:subtype3[,subtype4...]]...]
A maximum of 32 type/subtype combinations is allowed. The types are restricted to the following: FML, XML, VIEW, X-C-TYPE, or X_COMMON. No subtype can be specified for FML or XML; 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.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
This attribute is the routing field name. This field is assumed to be an FML buffer, XML buffer, or VIEW field name that is identified in an FML field table (using the FLDTBLDIR and FIELDTBLS environment variables), or an FML VIEW table (using the VIEWDIR and VIEWFILES environment variables), respectively. This information is used to get the associated field value for data-dependent routing to an access point of a remote domain.
For an XML buffer type, this field contains either a routing element type (or name) or a routing element attribute name.
The syntax of this variable for an XML buffer type is as follows:
root_element[/child_element][/child_element][/...][/@attribute_\
name]
The element is assumed to be an XML document or datagram element type. Indexing is not supported. Therefore, the BEA Tuxedo system recognizes only the first occurrence of a given element type when it processes an XML buffer for data-dependent routing. This information is used to get the associated element content for data-dependent routing while sending a message. The content must be a string encoded in UTF-8.
The attribute is assumed to be an XML document or datagram attribute of the defined element. This information is used to get the associated attribute value for data-dependent routing while sending a message. The value must be a string encoded in UTF-8.
The combination of element name and attribute name can contain up to 30 characters.
Syntax
INTEGER { char(1) | short(2) | long(3) | float(4) | double(5) | string (6)}
Access
read-write
Description
The type can be char, short, long, float, double, or string. Only one type is allowed. This attribute is used only for routing XML buffers.
Syntax
DisplayString (SIZE(1..1000))
Access
read-write
Description
This attribute includes the ranges and associated server groups for the tuxDmRoutingFieldType routing field. The format of the string is a comma-separated, ordered list of range/group name pairs. A range/group pair has the following format:
lower[-upper]:raccesspoint
where lower and upper are assigned numeric values or character strings in single quotes. lower must be less than or equal to upper. To embed a single quote in a character string value, the quote must be preceded by two backslashes (for example, `O\\'Brien'). The value MIN can be used to indicate the minimum value for the data type of the associated field on the machine. The value MAX can be used to indicate the maximum value for the data type of the associated field on the machine. Thus, "MIN-5" is all numbers less than or equal to -5, and "6-MAX" is all numbers greater than or equal to 6.
The meta-character "*" (wild-card) in the position of a range indicates any values not covered by the other ranges previously seen in the entry. Only one wild-card range is allowed per entry and it should be the last range (ranges that follow it are ignored).
The routing field can be of any data type supported in FML. A numeric routing field must have numeric range values and a string routing field must have string range values.
String range values for string, carray, and character field types must be placed inside a pair of single quotes, and cannot be preceded by a sign. The short and long integer values are a string of digits, optionally preceded by a plus or minus sign. Floating point numbers are of the form accepted by the C compiler or atof(3): an optional sign, then a string of digits (that optionally contains a decimal point), then an optional e or E followed by an optional sign or space, followed by an integer.
The raccesspoint parameter indicates the remote domain access point to which the request is routed if the field matches the range. A raccesspoint of "*" indicates that the request can go to any remote domain access point that imports the desired service.
Syntax
INTEGER { valid(1) | invalid(2)}
Access
read-write
Description
This object denotes the current state of the tuxDmRouting instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
This group represents password configuration information for remote principal names.
Variable Name |
Object ID |
---|---|
tuxDmrPrincipalDmrAccessPoint |
.1.3.6.1.4.1.140.300.190.1.1.10 |
tuxDmrPrincipalDmrPrinName |
.1.3.6.1.4.1.140.300.190.1.1.20 |
tuxDmrPrincipalDmrPrinPasswd |
.1.3.6.1.4.1.140.300.190.1.1.30 |
tuxDmrPrincipalState |
.1.3.6.1.4.1.140.300.190.1.1.40 |
Syntax
DisplayString (SIZE(1..24))
Access
read-only
Description
The remote domain access point to which the principal is applicable.
Syntax
DisplayString (SIZE(1..24))
Access
read-only
Description
The remote principal name.
Syntax
DisplayString (SIZE(0..8))
Access
write-only
Description
The remote password used for the principal name when communicating through the remote domain access point identified in tuxDmrPrincipalDmrAccessPoint.
Syntax
INTEGER { valid(1) | invalid(2)}
Access
read-write
Description
This object denotes the current state of the tuxDmrPrincipal instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
This group defines the SNM-CRM-specific configuration information for the named local domain access point.
Variable Name |
Object ID |
---|---|
tuxDmSnaCRMDmSNACRM |
.1.3.6.1.4.1.140.300.200.1.1.10 |
tuxDmSnaCRMDmlAccessPoint |
.1.3.6.1.4.1.140.300.200.1.1.20 |
tuxDmSnaCRMState |
.1.3.6.1.4.1.140.300.200.1.1.30 |
tuxDmSnaCRMDmNWAddr |
.1.3.6.1.4.1.140.300.200.1.1.40 |
tuxDmSnaCRMDmNWDevice |
.1.3.6.1.4.1.140.300.200.1.1.50 |
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
This is an identifier, unique within the scope of the SNA CRM entries in the domain configuration, used to identify this SNA CRM entry.
Syntax
DisplayString (SIZE(1..30))
Access
write-only
Description
The name of the local domain access point entry with which this SNA CRM is used.
Syntax
INTEGER { valid(1) | invalid(2)}
Access
read-write
Description
This object denotes the current state of the tuxDmSnaCRM instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
Specifies the network address for communication between the domain gateway of the local domain access point and the SNA CRM.
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
Specifies the network device to be used for communication between the domain gateway of the local domain access point and the SNA CRM.
This group represents snax-specific configuration information for a remote domain access point.
Variable Name |
Object ID |
---|---|
tuxDmSnaLinkDmSNALink |
.1.3.6.1.4.1.140.300.210.1.1.10 |
tuxDmSnaLinkDmSNAStack |
.1.3.6.1.4.1.140.300.210.1.1.20 |
tuxDmSnaLinkDmrAccessPoint |
.1.3.6.1.4.1.140.300.210.1.1.30 |
tuxDmSnaLinkDmlSysID |
.1.3.6.1.4.1.140.300.210.1.1.40 |
tuxDmSnaLinkDmrSysID |
.1.3.6.1.4.1.140.300.210.1.1.50 |
tuxDmSnaLinkDmlUname |
.1.3.6.1.4.1.140.300.210.1.1.60 |
tuxDmSnaLinkDmMinWin |
.1.3.6.1.4.1.140.300.210.1.1.70 |
tuxDmSnaLinkDmModeName |
.1.3.6.1.4.1.140.300.210.1.1.80 |
tuxDmSnaLinkState |
.1.3.6.1.4.1.140.300.210.1.1.90 |
tuxDmSnaLinkDmSecType |
.1.3.6.1.4.1.140.300.210.1.1.100 |
tuxDmSnaLinkDmStartType |
.1.3.6.1.4.1.140.300.210.1.1.110 |
tuxDmSnaLinkDmMaxSNAsess |
.1.3.6.1.4.1.140.300.210.1.1.120 |
tuxDmSnaLinkDmMaxSyncLvl |
.1.3.6.1.4.1.140.300.210.1.1.130 |
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
This is an identifier, unique within the scope of the SNA LINK entries within the domain configuration, used to identify rows in this table.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
The name of the snax stack entry to be used to reach this remote domain access point.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Identifies the remote domain access point name for which this entry provides the snax configuration data.
Syntax
DisplayString (SIZE(1..4))
Access
read-write
Description
The local SYSID used when establishing an SNA link to the remote logical unit (LU).
Syntax
DisplayString (SIZE(1..4))
Access
read-write
Description
The remote SYSID used when establishing an SNA link to the remote logical unit (LU).
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Specifies the logical unit (LU) name associated with the remote domain access point.
Syntax
INTEGER
Access
read-write
Description
The minimum number of winner sessions to the remote LU.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Specifies the name associated with the session characteristics for sessions to the remote LU.
Syntax
INTEGER { valid(1) | invalid(2)}
Access
read-write
Description
This object denotes the current state of the tuxDmSnaLink instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
Syntax
INTEGER { local(1) | identify(2) | verify(3) | persistent(4) | mixidpe(5) }
Access
read-write
Description
Specifies the type of SNA security to be used on sessions to the remote logical unit. Valid values for this attribute are local, identify, verify, persistent, and mixidpe.
Syntax
INTEGER { auto(1) | cold(2)}
Access
read-write
Description
Specifies the type of session start-up for the destination logical unit (LU).
cold
Forces a COLDSTART with the LU.
auto
The SNACRM, in conjunction with the domain gateway, chooses whether to COLDSTART or WARMSTART the LU.
Syntax
INTEGER (0..32767)
Access
read-write
Description
Specifies maximum number of sessions to establish with the remote LU.
Syntax
INTEGER (0..2)
Access
read-only
Description
The maximum SYNC LEVEL that can be support to this remote LU.
This group defines an SNA stack to be used by a specific SNA CRM.
Variable Name |
Object ID |
---|---|
tuxDmSnaStackDmSnaStack |
.1.3.6.1.4.1.140.300.220.1.1.10 |
tuxDmSnaStackDmSnaCRM |
.1.3.6.1.4.1.140.300.220.1.1.20 |
tuxDmSnaStackDmStackType |
.1.3.6.1.4.1.140.300.220.1.1.30 |
tuxDmSnaStackDmlUname |
.1.3.6.1.4.1.140.300.220.1.1.40 |
tuxDmSnaStackDmTpName |
.1.3.6.1.4.1.140.300.220.1.1.50 |
tuxDmSnaStackDmStackParams |
.1.3.6.1.4.1.140.300.220.1.1.60 |
tuxDmSnaStackState |
.1.3.6.1.4.1.140.300.220.1.1.70 |
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
The name of this tuxDmSnaStack entry. This is an identifier, unique within the scope of the tuxDmSnaStack table in the domain configuration.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Identifies the tuxDmSnaCRM table entry of the SNA CRM in which this SNA protocol stack definition is used.
Syntax
DisplayString (SIZE(1..30))
Access
read-write
Description
Identifies the protocol stack to be used.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Specifies the LU name to be used on sessions established using this stack definition.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Specifies the TP name associated with the SNA stack. A value of "*" means accept any TP name.
Syntax
DisplayString (SIZE(1..128))
Access
read-write
Description
Provides protocol stack specific parameters.
Syntax
INTEGER { valid(1) | invalid(2)}
Access
read-write
Description
This object denotes the current state of the tuxDmSnaStack instance.
GET requests:
valid: The object exists.
SET requests:
invalid: The object is deleted.
This group defines the domain-specific configuration for a local or remote domain access point.
Variable Name |
Object ID |
---|---|
tuxDmTdomainDmAccessPoint |
.1.3.6.1.4.1.140.300.240.1.1.10 |
tuxDmTdomainDmNwAddr |
.1.3.6.1.4.1.140.300.240.1.1.20 |
tuxDmTdomainState |
.1.3.6.1.4.1.140.300.240.1.1.30 |
tuxDmTdomainDmNwDevice |
.1.3.6.1.4.1.140.300.240.1.1.40 |
tuxDmTdomainDmCmpLimit |
.1.3.6.1.4.1.140.300.240.1.1.50 |
tuxDmTdomainDmFailOverSeq |
.1.3.6.1.4.1.140.300.240.1.1.60 |
tuxDmTdomainDmMinEncriptBits |
.1.3.6.1.4.1.140.300.240.1.1.70 |
tuxDmTdomainDmMaxEncriptBits |
.1.3.6.1.4.1.140.300.240.1.1.80 |
Syntax
DisplayString (SIZE(1..24))
Access
read-only
Description
The local or remote domain access point name for which this entry provides the TDomain-specific configuration data.
When domain-level failover is in use, more than one tuxDmTdomain Table entry can be defined with the same tuxTDmTdomainDmAccessPoint.
Syntax
DisplayString (SIZE(1..24))
Access
read-only
Description
Specifies the network address associated with the access point.
For a local domain access point, this attribute supplies the address used to listen for incoming connections.
For a remote domain access point, this attribute supplies the destination used when you connect to a remote domain access point.
The value of this field must be unique across all tuxDmTdomainTable entries.
Syntax
INTEGER { valid(1) | invalid(2) }
Access
read-write
Description
This object denotes the current state of the tuxDmTdomain instance.
GET requests:
valid: The object exists.
SET requests:
invalid: Delete the object.
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
Specifies the network device used.
For a local domain access point, this attribute specifies the device used for listening.
For a remote domain access point, this attribute specifies the device used to connect to the remote domain access point.
Syntax
INTEGER
Access
read-write
Description
This attribute is relevant to remote domain access points only. It specifies the threshold over which compression occurs for traffic on connections to this access point.
Syntax
INTEGER (0..32767)
Access
read-write
Description
This attribute is relevant to remote domain access points only. It specifies the position of this set of addressing in the failover sequence for this remote domain access point. If no failover sequence number is supplied, the first entry for this remote domain access point is allocated the number 10 greater than the highest failover sequence number know for the remote domain access point. Thus, the first entry gets 10, the second, 20, and so on.
Syntax
INTEGER { enc-0-bit(1) | enc-40-bits(2) | enc-56-bits (3) | enc-128-bits (4)}
Access
read-write
Description
This attribute is relevant to remote domain access points only. When establishing a network link to this access point, this attribute specifies the minimum level of encryption required.
enc-0-bit (1): No encryption
enc-40-bits (2), enc-56-bits (3), and enc-128-bits (4): These specify the encryption length (in bits).
If this minimum level of encryption is not met, link establishment fails. The default value is enc-0-bit.
Syntax
INTEGER { enc-0-bit(1) | enc-40-bits(2) | enc-56-bits (3) | enc-128-bits (4)}
Access
read-write
Description
This attribute is relevant to remote domain access points only. When establishing a network link to this access point, this attribute specifies the maximum level of encryption required.
enc-0-bit (1): No encryption
enc-40-bits (2), enc-56-bits (3), and enc-128-bits (4): These specify the encryption length (in bits).
The default value is enc-128-bits.
Note: Modifications to this attribute do not affect established connections.
This group defines the configuration for a local or remote domain access point specific to a BEA TOP END system.
Variable Name |
Object ID |
---|---|
tuxDmTopendDmAccessPoint |
.1.3.6.1.4.1.140.300.250.1.1.10 |
tuxDmTopendDmNwAddr |
.1.3.6.1.4.1.140.300.250.1.1.20 |
tuxDmTopendDmteTpSystem |
.1.3.6.1.4.1.140.300.250.1.1.30 |
tuxDmTopendState |
.1.3.6.1.4.1.140.300.250.1.1.40 |
tuxDmTopendDmNwDevice |
.1.3.6.1.4.1.140.300.250.1.1.50 |
tuxDmTopendDmtePwd |
.1.3.6.1.4.1.140.300.250.1.1.60 |
tuxDmTopendDmFailoverSeq |
.1.3.6.1.4.1.140.300.250.1.1.70 |
Syntax
DisplayString (SIZE(1..24))
Access
read-only
Description
Specifies the local or remote domain access point name for which this entry provides the BEA TOP END system-specific configuration data.
Syntax
DisplayString (SIZE(1..24))
Access
read-only
Description
Specifies the network address associated with the local or remote domain access point.
Syntax
DisplayString (SIZE(1..8))
Access
read-write
Description
Specifies the name of the BEA TOP END system.
Note: All remote domain access points accessible through a local domain access point must have the same BEA TOP END system name.
Syntax
INTEGER { valid(1) | invalid(2) | recrypt(3) }
Access
read-write
Description
This object denotes the current state of the tuxDmTopend instance.
GET requests:
valid: The object exists.
SET requests:
invalid: Delete the object.
recrypt: Re-encrypt all passwords that use a new encryption key.
Syntax
DisplayString (SIZE(1..78))
Access
read-write
Description
Specifies the network device associated with the local or remote domain access point.
Syntax
DisplayString (SIZE(1..12))
Access
read-write
Description
Specifies the password to use when sending messages to the BEA TOP END system. This attribute is relevant only to local domain access point entries.
Syntax
INTEGER (0..32767)
Access
read-write
Description
This attribute is relevant to remote domain access points only. It specifies the position of this set of addressing in the failover sequence for this remote domain access point. If no failover sequence number is supplied, the first entry for this remote domain access point is allocated the number 10 greater than the highest failover sequence number known for the remote domain access point. Thus, the first entry gets 10, the second, 20, and so on.
The domain gateway uses the tuxDmTopend addressing entries for a particular remote domain access point strictly in the order of its failover sequence numbers-lowest to highest.
This group represents information about transactions that span domains. This object can be used to find out what remote domain access points are involved in the transaction, the parent domain access point, the transaction state, and other information.
Variable Name |
Object ID |
---|---|
tuxDmTransactionDmlAccessPoint |
.1.3.6.1.4.1.140.300.260.1.1.10 |
tuxDmTransactionDmTpTranID |
.1.3.6.1.4.1.140.300.260.1.1.20 |
tuxDmTransactionState |
.1.3.6.1.4.1.140.300.260.1.1.30 |
tuxDmTransactionDmTxAccessPoint |
.1.3.6.1.4.1.140.300.260.1.1.40 |
tuxDmTransactionDmTxNetTranID |
.1.3.6.1.4.1.140.300.260.1.1.50 |
tuxDmTransactionDmBranchCount |
.1.3.6.1.4.1.140.300.260.1.1.60 |
tuxDmTransactionDmBranchIndex |
.1.3.6.1.4.1.140.300.260.1.1.70 |
tuxDmTransactionDmBranchNo |
.1.3.6.1.4.1.140.300.260.1.1.80 |
tuxDmTransactionDmrAccessPoint |
.1.3.6.1.4.1.140.300.260.1.1.90 |
tuxDmTransactionDmNetTranID |
.1.3.6.1.4.1.140.300.260.1.1.100 |
tuxDmTransactionDmBranchState |
.1.3.6.1.4.1.140.300.260.1.1.110 |
tuxDmTransactionDmlAccessPoint
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
The name of the local domain access point with which the transaction is associated. This is a required field for GET operations. For SET operations, this variable must be specified.
Syntax
DisplayString (SIZE(1..24))
Access
read-write
Description
The transaction identifier returned from tpsuspend(3c) mapped to a string representation. The data in this field should not be interpreted directly by the user, except for equality comparison. For SET operations, this variable must be specified.
Syntax
INTEGER { aborted(1) | abortonly(2) | active(3) | comcalled(4) | decided(5) | done(6) | habort(7) | hcommit(8) | heuristic(9) | ready(10) | unknown(11) | invalid(12) }
Access
read-write
Description
This object denotes the current state of the tuxDmTransaction instance.
GET requests:
aborted(1): The transaction is being rolled back.
abortonly(2): The transaction has been identified for rollback.
active(3): The transaction is active.
comcalled(4): The transaction has initiated the first phase of commitment.
decided(5): The transaction has initiated the second phase of commitment.
done(6): The transaction has completed the second phase of commitment.
habort(7): The transaction has been heuristically rolled back.
hcommit(8): The transaction has been heuristically committed.
heuristic(9): The transaction commitment or rollback has completed heuristically.
ready(10): The transaction has completed the first phase of a two-phase commit. All the participating groups and remote domains have completed the first phase of commitment and are ready to be committed.
unknown(11): It was not possible to determine the state of the transaction.
SET requests:
invalid: Forget the specified table entry. This state change is only valid in states HCOmmit and HABort.
tuxDmTransactionDmTxAccessPoint
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
If the transaction originated from a remote domain, this is the name of the remote domain access point through which it originated. If the transaction originated within this domain, this is the name of the local domain access point.
Syntax
DisplayString (SIZE(1..78))
Access
read-only
Description
If the transaction originated from a remote domain, this is the external transaction identifier received from the remote domain access point through which the transaction originated. If the transaction originated within this domain, it contains the same value as the
Syntax
INTEGER
Access
read-only
Description
The number of branches to remote domain access points involved in the transaction. For a domain gateway that does not make branch information available, this value is zero.
Syntax
INTEGER
Access
read-only
Description
The index of the first branch-specific attribute values (tuxDmTransactionDmBranchNo, tuxDmTransactionDmrAccessPoint, tuxDmTransactionDmNetTranID, and tuxDmTransactionDmBranchState) corresponding to this object.
Syntax
INTEGER
Access
read-only
Description
The branch number of the participating branch (numbered from zero).
tuxDmTransactionDmrAccessPoint
Syntax
DisplayString (SIZE(1..30))
Access
read-only
Description
The name of the remote domain access point for this branch.
Syntax
DisplayString (SIZE(1..78))
Access
read-only
Description
The external transaction identifier used with the remote domain access point for this branch. Some types of domain gateways do not return this information; in this scenario, this attribute is set to the empty string. For example, TDomains uses the local transaction identifier in tuxDmTransactionDmTpTranID for branches to remote domain access points and sets this value to the empty string.
Syntax
INTEGER { aborted(1) | abortonly(2) | active(3) | comcalled(4) | decided(5) | done(6) | habort(7) | hcommit(8) | heuristic-hazard(9) | heuristic-mixed(10 | ready(11) | unknown(12) }
Access
read-write
Description
A GET operation retrieves runtime information for the transaction branch (when the information is available for a particular domain gateway type).
GET requests:
ABorteD(1): The transaction branch is being rolled back.
ABortonlY(2): The transaction branch has been identified for rollback.
ACTive(3): The transaction branch is active.
COMcalled(4): The transaction branch has initiated the first phase of commitment.
DECided(5): The transaction branch has initiated second phase of commitment.
DONe(6): The transaction branch has completed the second phase of commitment.
HABort(7): The transaction has been heuristically rolled back.
HCOmmit(8): The transaction has been heuristically committed.
Heuristic HaZard(9): Communications for the transaction branch failed and it has not been determined if rollback completed successfully.
Heuristic MIxed(10): The transaction commitment or rollback for the transaction branch has completed and the remote domain has reported that the state of some of the resources used for the commitment or rollback is not consistent with the outcome of the transaction.
REAdy(11): The transaction has completed the first phase of a two-phase commit. All the participating groups and remote domains have completed the first phase of commitment and are ready to be committed.
UNKnown(12):The state of the transaction could not be determined.
![]() |
![]() |
![]() |
|
Copyright © 2000 BEA Systems, Inc. All rights reserved.
|