Removes a server from a pool.
rp_pool_remserver is
not currently support by mutually-aware OpenSwitch servers.
You can also use OpenSwitch Manager to remove servers
from a pool.
rp_pool_remserver pool_name, server
The name of the pool from which the server is to be removed.
The name of a remote server that belongs to pool_name.
Removes SYB_SERV1 from the list of servers available in POOL_A.
1> rp_pool_remserver "POOL_A", "SYB_SERV1" 2> go
Removing a server from a pool has no effect on existing connections using the server; they remain attached to the server. To remove connections from server, use rp_switch.
Leaving a pool with no available servers causes all connections routed to the pool to fail to connect due to lack of available servers.
You can use rp_pool_help to determine the set of servers available within a pool.
The pool does not exist within OpenSwitch:
rp_pool_remserver: There is no such pool 'pool_name'.
The server does not exist within the pool:
rp_pool_remserver: There is no server 'server' in pool 'pool_name'
The registered procedure executed successfully:
rp_pool_remserver: Server 'server' removed from pool
rp_pool_addserver, rp_pool_help