User guide
The configuration file contents used for these examples may be seen in Sample
configuration file MY_SERVERS.XML
6.4.1 Closing Servers
Active servers may be closed using the controller. You must provide a valid control
password for the server.
Closing a server sets its maxClients attribute to zero (0) thus preventing any further
connections to be made. Already established connections are not affected. You may issue
an open command later to re-open a closed server, which will reestablish the maxClients
value for the server back to the value it was prior to closing. See Opening Servers
for more
details.
Only those servers where the control password matches the control session control
password will be closed.
6.4.1.1 Interactive mode
The interactive control commands available to close servers can be seen in Table 6–5
Interactive Close Server.
Table 6-5 Interactive Close Server
Command
Description
close active servers
close all servers
Closes all responding servers.
close server
Closes the currently connected server
close server <server_connection>
Closes the active server specified by the server
connection information. See Connecting to Servers
for more information
Example
rdbthincontrol> close server myserver
rdbthincontrol> close server //prod_node:1766/
rdbthincontrol> close server 1701
rdbthincontrol> close active servers
rdbthincontrol> close server myserver george MySecretPassword
78