user manual
Chapter 30: Partition XML reference 381
<partition> element
<properties> element
The properties element lets you supply the specific service's configuration
metadata.
in.management.domain Flag that indicates if the service runs in the Partition's
management domain or in the Partition's user domain.
startup.synchronization The type of synchronization to be performed when the
service is started. Valid values are:
■ service_ready—wait for the service to be ready for up
to startup.service_ready.max_wait milliseconds.
■ delay—always wait for startup.delay milliseconds, do
not monitor the service for it to become ready.
Default is no synchronization.
startup.service_ready.max
_wait
Limits the maximum time, in milliseconds, that the
Partition waits for the service to start when the
startup.synchronization value is service_ready. A value of 0
(zero) means no time limit is imposed. The default value
is 0 (zero).
startup.delay Defines the time, in milliseconds, that the Partition waits
in order to give the service a chance to start when the
startup.synchronization value is delay. A value of 0 (zero)
means wait forever. Default is 0 (zero) .
shutdown.synchronization The type of synchronization to be performed when the
service is shutdown. Valid values are:
■ service_shutdown—wait for the service to stop for up to
shutdown.service_shutdown.max_wait milliseconds.
■ delay—always wait for shutdown.delay milliseconds, do
not monitor the service for it to stop.
Default is no synchronization.
shutdown.service_shutdown
.max_wait
Limits the maximum time, in milliseconds, that the
Partition waits for the service to stop when the
shutdown.synchronization value is service_shutdown. A
value of 0 (zero) means no time limit is imposed. Default
value is 0 (zero).
shutdown.delay Defines the time, in milliseconds, that the Partition waits
in order to give the service a chance to stop when the
shutdown.synchronization value is delay. A value of 0 (zero)
means wait forever. Default is 0 (zero).
shutdown.phase This property governs which Partition shutdown phase
the service is shutdown in. A Partition shuts down in 2
phases. In the first phase all services and components
providing user facility are shutdown, and in the second
phase the Partition's own infrastructure is shutdown. Valid
values are 1 (default) and 2.
It is not typical for any Partition service to be shutdown in
phase 2.
Attribute Description










