BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   Setting Up a BEA Tuxedo Application   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


How to Create the RESOURCES Section of the Configuration File

The first section of every configuration file must be the RESOURCES section. The parameters defined in this section control the application as a whole and serve as system-wide defaults. The values of RESOURCES parameters can be overridden, however, on a per-machine basis by assigning other values in the MACHINES section.

For each parameter in the RESOURCES section, the following table provides a description and links to reference pages and additional information.

To Specify This Information in the RESOURCES Section

Set This Parameter (Required/Optional)

For More Information, Click the Following

Unique address of interprocess communication (IPC) resources

IPCKEY (Required)

Shared memory address

Security access

UID, GID, and PERM (Optional)

Security access

Maximum number of processes that can be simultaneously connected to a bulletin board

MAXACCESSERS (Optional)

IPC limits

Maximum number of server table entries in a bulletin board

MAXSERVERS (Optional)

IPC limits

Maximum number of service table entries in a bulletin board

MAXSERVICES (Optional)

IPC limits

Maximum number of CORBA interfaces

MAXINTERFACES (Optional)

IPC limits

Maximum number of CORBA objects

MAXOBJECTS (Optional)

IPC limits

Distinguished Bulletin Board Liaison (DBBL) location at which booting, shutdown, and other administrative tasks are performed

MASTER (Required)

Master processor

Bulletin board architecture

MODEL, SHM or MP, and LAN or MIGRATE options (Required)

Application type

Security level

SECURITY, AUTHSVC (Optional)

Security levels

Principal name of the process used for identification, location of private key of principal user, and the environment variable containing the password

SEC_PRINCIPAL_NAME, SEC_PRINCIPAL_LOCATION, and SEC_PRINCIPAL_PASSVAR

Security attributes

Default method for clients to detect unsolicited messages

NOTIFY, USIGNAL (Optional)

Unsolicited notification

Protecting shared memory

SYSTEM_ACCESS (Optional)

Shared memory protection

Whether server load balancing is enabled

LDBAL (Optional)

Load balancing

Maximum number of buffer types and subtypes

MAXBUFTYPE, MAXBUFSTYPES (Optional)

Buffer types/subtypes

Maximum number of conversations allowed on a machine

MAXCONV (Optional)

Conversation limits

Maximum number of network groups

MAXNETGROUPS (Optional)

Network groups

Sanity check frequency and amount of time allowed for blocking calls

SCANUNIT, SANITYSCAN, BLOCKTIME (Optional)

Sanity check frequency and blocking timeouts


 

Sample RESOURCES Section

The following is a sample RESOURCES section of a configuration file.

*RESOURCES
IPCKEY 39211
UID 0
GID 1
PERM 0660
MAXACCESSERS 75
MAXSERVERS 40
MAXSERVICES 55
MASTER SITE1, SITE2
MODEL MP
OPTIONS LAN, MIGRATE
SECURITY APP_PW
AUTHSVC "AUTHSVC"
NOTIFY DIPIN
SYSTEM_ACCESS PROTECTED, NO_OVERRIDE
LDBAL Y

See Also

 

back to top previous page next page