tibdg proxy shed

The tibdg proxy shed command is used to unbind one or more clients from a given proxy to force them to go through the binding process again. When the clients use the balanced binding strategy, this command is used to rebalance the clients across the running proxies.

The command has two forms:

tibdg proxy shed <proxy_name> connection <id>

This command notifies a specific client connection to unbind and rebind by using the configuration that was already configured on the client. The client connection is identified by the connection id (a number). You can use the tibdg proxy clients <proxy_name> command to list the clients by their connection id.

The second form notifies a specific number of clients at the proxy to unbind and then rebind.

tibdg proxy shed <proxy_name> clients <n>

This command notifies the proxy to disconnect n clients.

For an example of using the shed command with the balanced binding strategy, see Using the Proxy Shed Command and the Balanced Binding Strategy.