Duration after which all server instance processes are forcibly terminated
--server-termination-grace-period hr:min:sec.fractSec
server-termination-grace-period
hr:min:sec.fractSec
specifies the time interval after which all running server and worker processes are
forcibly terminated on receipt of the mps-stop command, if they have not already stopped within
hr:min:sec.fractSec.
If you specify the --timeout option when running the
mps-stop command and have also set the
server-termination-grace-period
property, server instance processes are forcibly terminated at
hr:min:sechr:min:sec.
If you specify the both the -k and --timeout
options when running the mps-stop command and have also set the
server-termination-grace-period
property, server instance processes are forcibly terminated within the duration
specified by the hr:min:sec--timeout value.
hrHours.
minMinutes.
secSeconds.
fractSecFractional seconds.
Forcibly terminate server instance processes after 1 hour, 29 minutes, and 5 seconds.
--server-termination-grace-period 1:29:05
Forcibly terminate server instance processes after 10 minutes and 250 ms.
--server-termination-grace-period 00:10:00.25