# (c) 2003 BEA Systems, Inc. All rights Reserved.
#ident "@ (#) Samples/atmi/simpapp/ubbsimple $Revision: 1.7 $"
#Skeleton ubbconfig file for the TUXEDO simple application.
#Replace the <bracketed> items with the appropriate values.
*resources
Ipckey 123457 #IPC资源标识符
MAXGTT 255 #最多的全局事务数量
#Example:
#IPCKEY 123456
Domainid Simpapp #域ID
MASTER simple #主节点的逻辑ID, corresponding to the machine name one by one of the physical machine
Maxaccessers #一个域中的最大访问量
Maxservers 5 #一个域中公告板可以容纳的最大服务器数量
Maxservices #一个域中公告板可以容纳最大的服务数量
Model SHM #单机模式, is not involved in multiple tuxedo server interconnection, the general use of this mode can be
Ldbal N #是否启用负载均衡算法, here is N, no
*machines
DEFAULT:
# The path of the Tuxedo app
Appdir= "D:\oracle\product\10.2.0\db_2\tuxedo12.1.3.0.0_VS2010\samples\atmi\connect-database-test"
# Tuxedo the output path (including file name) of the binary configuration file applied
Tuxconfig= "D:\oracle\product\10.2.0\db_2\tuxedo12.1.3.0.0_VS2010\samples\atmi\connect-database-test\tuxconfig"
# The root directory of the installation path of the Tuxedo software
Tuxdir= "D:\oracle\product\10.2.0\db_2\tuxedo12.1.3.0.0_VS2010"
# Tuxedo The transaction log file path, you need to configure it, and then use the relevant command to generate this TLog
Tlogdevice = "D:\oracle\product\10.2.0\db_2\tuxedo12.1.3.0.0_VS2010\samples\atmi\connect-database-test\TLOG"
Tlogname=tlog
# TLog size, generally use CRDL command to create Tlogdevice, b parameter than this big 20-30%, otherwise it will be wrong
tlogsize=500
Mathxh Lmid=simple #前者是物理机的机器名, which is the machine name associated with the primary node logical ID
# maxwsclients #最多可以有多少个远程客户端可以连接到当前主机
# ulogpfx # Specify the storage location and file name of the system log on disk
*groups
GROUP1 lmid=simple Grpno=1 # assigns the group named GROUP1 to the simple master node and sets the group number to 1
openinfo= "oracle_xa:oracle_xa+acc=p/[Database Account"/[Database Password]+sqlnet=si2000+sestm=600+maxcur=5+logdir=. "#打开数据库RM的参数字符串
closeinfo= "NONE" #关闭参数一般写NONE
Tmsname= "tms_ora10g" # process name of the transaction Management Server
tmscount=2 #事务管理服务器的进程有两个
*servers
DEFAULT:
Clopt= "-a" #初始化并公告服务进程中的所有服务 because there may be multiple service functions inside a service process
# test is the process name of the tuxedo server and is generally consistent with the compiled server-side EXE name SRVGRP parameter is the group name that the specified service process belongs to
# The Srvid parameter is the number of the service process, and the two process numbers of the same group cannot be the same
Test Srvgrp=group1 srvid=1
# The remote client connection needs to cancel the following comment, replace address with WSNADDR, and the-D parameter can temporarily not
# Maxgen is the maximum number of times a server can be restarted (seconds) within the period specified by grace
# REOLYQ Specifies if there is a reply queue
# RPPERM Specifies the number of messages in the reply queue
# RQPERM Specifies the number of messages in the request queue
#-C is the compression threshold for the specified WSL, which compresses the data if it exceeds the number of bytes
#-T is the specified remote client connection time-out, in minutes
#-p-p is the port listening range for the specified WSH process, because WSL is just a listening agent, and finally the WSH port needs to be told to the client to establish the connection
#-X maximum number of requests per WSH process that can be received
#-M is the initial number of WSH for WSL start-M is the maximum number of WSH allowed
#-I initializes the time-out period, in seconds, for the specified client. This is recommended to set the client timeout time
#-N Sets the network timeout, in seconds, if the client has confiscated the message data within the specified range, then the connection to the server is actively disconnected
#WSL srvgrp=group1 srvid=2 restart=y grace=0 maxgen=10
# clopt= "-A---n <address> x 10-m 1-m 10-d <device>"
*services
TEST # Service process inside the service name, need one by one fill, the client can find
Configuration file configuration for Oracle Tuxedo