
Use this procedure to configure the cluster to work in the manner of a full parallelism, or to set its startup/shutdown to be serialized. For your configuration purposes, use the properties provided by the J2EE Engine Cluster Manager.
By default, the cluster elements start up and shut down in full parallelism mode, that is, simultaneously, without waiting for each other.
We recommend that you do not modify the default cluster elements startup and shutdown configuration unless there are synchronization problems within the cluster and you are officially advised by SAP support to maintain these settings.
There are three possible values: " none " - no serialization; " box " - serialization in the boundaries of the box, that is, the elements in one box will be started one by one; " cluster " - serialization in the boundaries of the whole cluster.
This property has a Boolean value. If it is set to true , there can only be one starting or stopping element in the box/cluster at the moment. Otherwise, there can only be one starting and one stopping element.
This property is used for optimization purposes. It is advisable not to change its value.
barrier.startup=cluster
barrier.shutdown=cluster
barrier.dependent=true
barrier.timeout=10000
barrier.startup=none
barrier.shutdown=none
barrier.dependent=false
barrier.timeout=10000