Adds a server pool that is configured to host Oracle databases to a cluster.
Note:
This command is only available with Oracle Clusterware.
Use the srvctl add srvpool
command with the following syntax:
srvctl add srvpool -serverpool server_pool_name [-eval] [-importance importance] [-min min_size] [-max max_size] [-servers "node_list" | -category server_category] [-force] [-verbose]
Table A-19 srvctl add srvpool Parameters
Parameter | Description |
---|---|
-serverpool server_pool_name |
The name of the server pool. |
-eval |
Use this parameter to hypothetically evaluate the impact of the command on the system. |
-importance importance |
The importance of the server pool (default value is |
-min min_size |
The minimum size of the server pool (default value is |
-max max_size |
The maximum size of the server pool. The default value is |
-servers "node_list" |
A comma-delimited list of candidate node names enclosed in double quotation marks ( Note: In Oracle Database 12c, servers are assigned to server pools according to the value of the |
-category server_category |
The category of servers to use for the server pool, or |
-force |
Add the server pool, even if it requires stopping resources in other server pools. |
-verbose |
Display verbose output. |