beautypg.com

Rebalancing segments from the cli – HP StoreAll Storage User Manual

Page 31

background image

On the Advanced tab, select the source segments, destination segments, or both for the rebalancing
task. You can also specify segments to evacuate.

Rebalancing segments from the CLI

To rebalance all segments, use the following command. Include the -a option to run the rebalance
operation in analytical mode.

/bin/ibrix_rebalance -r -f FSNAME

To rebalance by specifying specific source segments, use the following command:

/bin/ibrix_rebalance -r -f FSNAME [[-s SRCSEGMENTLIST] [-S SRCLVLIST]]

For example, to rebalance segments 2 and 3 only and to specify them by segment name:

/bin/ibrix_rebalance -r -f ifs1 -s 2,3

To rebalance segments 1 and 2 only and to specify them by their logical volume names:

/bin/ibrix_rebalance -r -f ifs1 -S ilv1,ilv2

To rebalance by specifying specific destination segments, use the following command:

/bin/ibrix_rebalance -r -f FSNAME [[-d DESTSEGMENTLIST] [-D DESTLVLIST]]

For example, to rebalance segments 3 and 4 only and to specify them by segment name:

Rebalancing segments in a file system

31