You can use the serverQuiesce.py script to decrease workload to a Session Initiation Protocol (SIP) container over an interval, and optionally stop the server. You can also cancel the quiesce during a set time interval if certain conditions are met.
The serverQuiesce.py script is in the install_root\bin directory.
./wsadmin.sh -f serverQuiesce.py <operation> [options]
Replace the <operation> and [options] variables with the appropriate operation and options for your task.
Use the following operations with the serverQuiesce.py script:
Option | Description |
---|---|
nodeName | Specifies the name of the node. |
serverName | Specifies the name of the server. |
phaseOneInterval | Specifies the time in milliseconds for the interval. |
performPhaseTwo | Specifies a boolean that indicates whether to stop the server. |
Option | Description |
---|---|
nodeName | Specifies the name of the node. |
serverName | Specifies the name of the server. |
./wsadmin.sh -f serverQuiesce.py quiesceServer node1 server1 300000 false