It is necessary to calculate the maximum number of pairs you can have on the storage system. The maximum number is based on the following:
- The number of cylinders in the volumes, which must be calculated.
- The number of bitmap areas required for a
TrueCopy volume, which is calculated using the number of cylinders.
If the volume size is larger than 4,194,304 MB (8,589,934,592 blocks), the bitmap area is not used. Therefore, you do not need to calculate the maximum number of pairs when creating TC pairs with a DP-VOL whose size is larger than 4,194,304 MB (8,589,934,592 blocks).
Note: In the following formulas: for
ceil(), round up the result within the parentheses to the nearest integer, and for
floor(), round down the result within the parentheses to the nearest integer.