The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
snapmirror set-options
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Display/Set SnapMirror options
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The snapmirror set-options
command can be used to display or set snapmirror options.
Parameters
[-dp-source-xfer-reserve-pct {0|25%|50%|75%|100%}]
- Percentage Reserved for DP Source Transfers-
Specifies the percentage of maximum allowed concurrent transfers reserved for source DP transfers
[-xdp-source-xfer-reserve-pct {0|25%|50%|75%|100%}]
- Percentage Reserved for XDP Source Transfers-
Specifies the percentage of maximum allowed concurrent transfers reserved for source XDP transfers
[-dp-destination-xfer-reserve-pct {0|25%|50%|75%|100%}]
- Percentage Reserved for DP Destination Transfers-
Specifies the percentage of maximum allowed concurrent transfers reserved for destination DP transfers
[-xdp-destination-xfer-reserve-pct {0|25%|50%|75%|100%}]
- Percentage Reserved for XDP Destination Transfers-
Specifies the percentage of maximum allowed concurrent transfers reserved for destination XDP transfers
Examples
The following example displays SnapMirror options:
cluster1::> snapmirror set-options Percentage Reserved for DP Source Transfers: 0 Percentage Reserved for XDP Source Transfers: 0 Percentage Reserved for DP Destination Transfers: 0 Percentage Reserved for XDP Destination Transfers: 0 cluster1::> snapmirror set-options -dp-source-xfer-reserve-pct 25 -xdp-source-xfer-reserve-pct 50 -dp-destination-xfer reserve-pct 0 -xdp-destination-xfer-reserve-pct 50 cluster1::> snapmirror set-options Percentage Reserved for DP Source Transfers: 25 Percentage Reserved for XDP Source Transfers: 50 Percentage Reserved for DP Destination Transfers: 0 Percentage Reserved for XDP Destination Transfers: 50