This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
storage:svc_hyperswap_migrate [2024/11/27 20:40] manu |
storage:svc_hyperswap_migrate [2025/03/31 18:52] (current) manu |
||
---|---|---|---|
Line 6: | Line 6: | ||
Layer has to be in mode replication | Layer has to be in mode replication | ||
- | <cli> | + | <cli prompt='>'> |
- | chsystem -layer replication | + | > chsystem -layer replication |
</cli> | </cli> | ||
Line 23: | Line 23: | ||
* Once the migration of data and hosts is done, and the second system is prepared to be added to the first, you need to run **leavecluster -force** on both it's nodes, which will make them candidate. | * Once the migration of data and hosts is done, and the second system is prepared to be added to the first, you need to run **leavecluster -force** on both it's nodes, which will make them candidate. | ||
- | <cli> | + | <cli prompt='>'> |
- | chsystem -topology hyperswap | + | > chsystem -topology hyperswap |
</cli> | </cli> | ||
Line 33: | Line 33: | ||
Change synchronization speed | Change synchronization speed | ||
- | <cli> | + | <cli prompt='>'> |
- | chpartnership -linkbandwidthmbits 2048 -backgroundcopyrate 50 mysystem | + | > chpartnership -linkbandwidthmbits 2048 -backgroundcopyrate 50 mysystem |
</cli> | </cli> | ||
+ | |||
+ | Change synchronization speed | ||
+ | <cli prompt='>'> | ||
+ | > chsystem -relationship_bandwidth_limit 300 | ||
+ | </cli> | ||
+ | |||
+ | **relationship_bandwidth_limit**\\ | ||
+ | Indicates the current relationship bandwidth limit setting. The relationship bandwidth limit controls the maximum rate at which any one remote-copy relationship can synchronize. The default value for the relationship bandwidth limit is 25 megabytes per second (MBps). | ||
== To convert a standard volume to an hyperswap volume == | == To convert a standard volume to an hyperswap volume == | ||
You can use the management GUI or the command-line interface to convert a basic volume to a HyperSwap® volume. You convert the basic volume by adding another copy of the volume in a second site. | You can use the management GUI or the command-line interface to convert a basic volume to a HyperSwap® volume. You convert the basic volume by adding another copy of the volume in a second site. |