racli alter disk_group

Modifies the power, or speed, of rebalance operations during Recovery Appliance expansion activities.

During rebalance operation, data files are distributed across all drivers evenly and disk groups are rebalanced automatically. However, this command is useful to perform a controlled rebalance operation because it allows the power, or speed, of the data rebalance to be modified.

Syntax

racli alter disk_group --rebalance=POWER

Options

--rebalance

This is a positive integer from 0 to 1024 for the power, or speed, of rebalance operation to use during an expansion. When value is set to 0, the command stops the rebalance operation. When value is between 1 and 1024, it specifies the speed to perform the rebalance operation.

Examples

The following example sets the power, or speed, of an active rebalance operation to 0, which stops the active rebalance operation.

racli alter disk_group --rebalance=0

The following example sets the power, or speed, of an active rebalance operation to 100.

racli alter disk_group --rebalance=100