cjresumepool (restart member connection pool)
Format
cjresumepool [server-name] [-nameserver provider-URL]
-resname resource-adapter-display-name
[-resname resource-adapter-display-name ...]
Function
This command restarts a specified member connection pool of the cluster connection pool. This command can restart multiple member connection pools concurrently. The command attempts to restart all specified member connection pools even if there are member connection pools for which restart fails. If even one member connection pool cannot be restarted, the command terminates abnormally.
You must execute this command in the 1.4 mode; if it is executed in the basic mode, it terminates abnormally.
When this command is executed for a resource adapter that is running, the command sets the member connection pool to the "restarting manually" status. If the warming up functionality for member connection pools is enabled, the command next pools the connections in the member connection pool and then places the member connection pool in running status.
When this command is executed for a resource adapter that is stopped, the command sets the member connection pool in "running reserved" status.
Arguments
protocol-name: : host-name: port-number
Member connection pool status | Command executability |
---|---|
Suspended automatically status Suspended manually status Suspended automatically reserved status Suspended manually reserved status | Can be executed |
Running status Running reserved status Restarting automatically status Restarting manually status Blocked automatically status Blocked manually status | Cannot be executed |
Input examples
cjresumepool MyServer -resname DB_Connector_for_Oracle_ClusterPool_Member
Return values
Notes