Configuring an Engine

Engine Configuration File

The engine component partitioning and engine startup properties are stored in an engine configuration file in the following location on the central server node in your environment:

FORTE_ROOT/sysdata/conductr/clN/environment/engine_name.cfg

Path Element

Description

 

 

environment

Name of the iPlanet UDS environment in which engine

 

resides.

engine_name

Name of the iIS engine.

 

 

A sample configuration file is reproduced below:

FILE_VERSION = 2.0

GOVERNOR = Server4

UNITS = Server1:Primero:P,Server3:Secundo:B

DBSERVICES = Server2:DBService1:10,Server4:DBService2:9,…

DATABASE_TYPE = ORACLE DATABASE_NAME = @oracle_Server2 DATABASE_USER_NAME = wftester DATABASE_USER_PASSWORD = *#@$!!

LOGGING= ON,STATE,LOG,LOG_ACTIVITIES,LOG_ATTRIBUTES,LOG_LOCKS,… GOVERNOR_MEMORY_FLAG = n:2000,x:10000,… DBSERVICE_MEMORY_FLAG = n:2000,x:10000,…

UNIT_MEMORY_FLAG = n:10000,m:30000,… GOVERNOR_STACK_SIZE = 48000 DBSERVICE_STACK_SIZE = 96000 UNIT_STACK_SIZE = 96000 UNIT_RECOVER_CURSOR_SIZE = 123 DATABASE_PROC_SEGMENT_SIZE = 256 DATABASE_SESS_SEGMENT_SIZE = 256 UNIT_MAX-SESSION_NUMBER = 300 UNIT_MAX-PROCESS_NUMBER = 0 UNIT_IN_MEMORY_PROCESS_LIMIT = 1000 UNIT_SWAPOUT_INTERVAL = 10000 MONITOR_DISPLAY_LIMIT = 10 UNIT_SESSION_RECONNECT_LIMIT = 600000 UNIT_SESSION_RECONNECT_ACTION = 2048 UNIT_SNS_RATIO = 70

90 iPlanet Integration Server • Process System Guide • August 2001

Page 90
Image 90
Sun Microsystems 3 manual Engine Configuration File, Sample configuration file is reproduced below