Show TOC Start of Content Area

Background documentation Service Manager  Locate the document in its SAP Library structure

This manager acts as a container, in which all services in the cluster are working. It provides a set of properties for management of services and the relations between them.

The Service Manager is a module that runs on both server processes and dispatchers.

Dispatcher/Server

Property

Description

Default Value

EventTimeout

The timeout (in seconds) that the Service Manager waits for all components that use the corresponding service to finish their processes before the Service Manager stops that service.

20

ForceShutdown

If set to true, specifies that when shutting down the cluster node, the system will not stop the services and managers, but will call System.exit and will shut down the node immediately.

false

HaltTimeout

A timeout that the Service Manager waits for the system to process the registered shutdown hooks. After this timeout elapses, the Service Manager will halt the JVM process.

10

HaltOnAdditionalServiceFailure

If set to true, specifies that if an additional service was not successfully started due to an error, the Service Manager will shut down the whole node.

false

LoadTimeout

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

5

ServiceStopTimeout

Defines the time (in seconds) that the system waits for each service to stop.

20

 

See also:

Service Management in the Administration Manual

 

 

End of Content Area