Forced Rebalance
The notify ccd rebalance ACLI command initiates an immediate forced rebalance operation. A forced rebalance operation is identical to the one described in the Rebalancing section.
notify ccd rebalance [cancel [sd-name] ]
ORACLE# notify ccd rebalance
This command string initiates the forced rebalance by calculating drop counts for each eligible cluster member, and then requesting drops from the first cluster member in the rebalance queue.
ORACLE# notify ccd rebalance cancel
This command string terminates the forced rebalance.
ORACLE# notify ccd rebalance cancel ~sam
This command string terminates the forced rebalance for a specified cluster member. Note the use of tilde special character, which forces the SLB to do a substring match of the following string against all cluster member names. Assuming a cluster member samadams — that cluster member removes itself from the rebalance queue, if it has not yet removed endpoints, or ceases endpoint removal and exits the queue if it is currently doing so.
Notify CCD Drop
The notify ccd drop ACLI command instructs the target cluster member to drop a specific number of endpoints from a specific realm, from all realms, or without regard for realm.
notify ccd drop <sd-name> (<realm> <number> | <number>)
ORACLE# notify ccd drop ~sam boston 100
This command string instructs the target cluster member to drop 100 endpoints from the boston realm.
ORACLE# notify ccd drop ~sam * 100
This command string, using the * special character, instructs the target cluster member to drop 100 endpoints from all realms.
ORACLE# notify ccd drop ~sam 100
This command string instructs the target cluster member to drop 100 endpoints without regard for realm.
You can also use the argument all after the <sd-name> or <realm> arguments to instruct the system to drop all endpoints from the specified SBC or realm.
ORACLE# notify ccd drop ~sam all
This command string instructs the target cluster member to drop all endpoints without regard for realm.
ORACLE# notify ccd drop ~sam boston all
This command string instructs the target cluster member to drop all endpoints from the boston realm.