4.4 Configuring Replicated Server Processes and Groups
To configure replicated server processes and groups in the Oracle Tuxedo domain, complete the following steps:
- Edit the application’s
UBBCONFIGfile using a text editor. - In the
GROUPSsection, specify the names of the groups you want to configure. - In the SERVERS section, specify the parameters in the following table for the server process you want to replicate.
Table 4-2 Parameters Specified in the SERVERS Section
Parameter Description Server application name Specifies the name of the executable file that contains the application server. GROUPSpecifies the name of the group to which the server process belongs. If you are replicating a server process across multiple groups, specify the server process once for each group. SRVIDSpecifies a numeric identifier, giving the server process a unique identity. MINSpecifies the number of instances of the server process to start when you start the application. MAXSpecifies the maximum number of server processes that can be running at any one time. The
MINandMAXparameters determine the degree to which a given server application can process requests on a given interface in parallel. During run time, the system administrator can examine resource bottlenecks and start additional server processes, if necessary, thereby scaling the application. For more information, see Monitoring a Running Application in the Oracle® Tuxedo Run-Time Application Administrator's GuideThe
MAXparameter controls the maximum number of instances. However, Oracle Tuxedo does not spawn instances automatically. The system will automatically start up to the specifiedMINnumber of instances. BetweenMINandMAX, the system administrator will need to spawn new instances manually. OnceMAXis reached, an error will be returned bytmboot,tmadmin, or theTMIBAPI.
Parent topic: Tuning CORBA Applications