CONTENTS   NextPrevious  



Service Manager

Service Manager is a basic module that provides for management of services and the relations between them. It is a distributed module that runs on both server and dispatcher nodes.

Visual Administrator

Properties

 

Dispatcher

 

Property

Description

Default Value

 

 

 

CoreLoadTimeout

Specifies the period in seconds in which a core service must be started on cluster node (dispatcher).

30

AdditionalLoadTimeout

Specifies the period in seconds in which an additional service must be started on cluster node (dispatcher).

40

ManagersCommandsProperties

Specifies the path to the property file that contains names and corresponding implementation classes for kernel Shell commands.

./managers/kernel_shell_commands .properties

LocalLoadBalancing

This property takes a boolean value that specifies if the requests are distributed within the current host only.

true

SAP_J2EE_Engine_Version

Specifies the current version of SAP J2EE Engine. The value is set by the install process and must not be changed.

 

InfoLogFileName

Specifies the filename to which info log messages for Service Manager are written.

./managers/log /service/INFO.log

DebugLogFileName

Specifies the filename to which debug log messages for Service Manager are written.

./managers/log /service/DEBUG.log

NoticeLogFileName

Specifies the filename to which notice log messages for Service Manager are written.

./managers/log /service/NOTICE.log

WarningLogFileName

Specifies the filename to which warning log messages for Service Manager are written.

./managers/log /service/WARNING.log

 

 

 

 

 

Server

 

Property

Description

Default Value

 

 

 

CoreLoadTimeout

Specifies the period in seconds in which a core service must be started on cluster node (server).

120

AdditionalLoadTimeout

Specifies the period in seconds in which an additional service must be started on cluster node (server).

40

ManagersCommandsProperties

Specifies the path to the property file that contains names and corresponding implementation classes for kernel Shell commands.

./managers/kernel_shell_commands .properties

SAP_J2EE_Engine_Version

Specifies the current version of SAP J2EE Engine. Its value is set through the install process and must not be changed.

 

LoadBalancingPower

This parameter specifies the relative power of the machine on which SAP J2EE Engine 6.20 is running.

50

SuspendedElement

This is a Boolean type property, specifying if the corresponding server node processes clients requests using the Loadbalancing system. The default value is false , which means the requests are distributed among cluster elements (for example, Loadbalancing is used). To switch off the use of the Loadbalancing system, set this property to true .

false

Inqmyxml

This property takes a Boolean value that specifies if SAP XML Toolkit is used.

false

InfoLogFileName

Specifies the filename to which info log messages for Service Manager are written.

./managers/log /service/INFO.log

DebugLogFileName

Specifies the filename to which debug log messages for Service Manager are written.

./managers/log /service/DEBUG.log

NoticeLogFileName

Specifies the filename to which notice log messages for Service Manager are written.

./managers/log /service/NOTICE.log

WarningLogFileName

Specifies the filename to which warning log messages for Service Manager are written.

./managers/log /service/WARNING.log

Property Files

../cluster/dispatcher/managers/settings/ServiceManager.properties
Service Manager properties specified in the Visual Administrator  section can be set from this property file as well.

../cluster/server/managers/settings/ServiceManager.properties
Service Manager properties specified in the Visual Administrator  section can be set from this property file as well.

Previous  Next