5.6 HP StorageWorks X9000 File Serving Software User Guide (TA768-96035, June 2011)

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.
<installdirectory>/bin/ibrix_rebalance -r -f FSNAME
To rebalance by specifying specific source segments, use the following command:
<installdirectory>/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:
<installdirectory>/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:
<installdirectory>/bin/ibrix_rebalance -r -f ifs1 -S ilv1,ilv2
To rebalance by specifying specific destination segments, use the following command:
<installdirectory>/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