This command defines the properties for a VolumeCopy pair.
set volumeCopy target [targetName] [source [sourceName]] copyPriority=(highest | high | medium | low | lowest) targetReadOnlyEnabled=(TRUE | FALSE)
Parameter | Description |
---|---|
target | The name of the target logical drive for which you want to define properties. Enclose the target logical drive name in square brackets ([ ]). If the target logical drive name has special characters, you also must enclose the target logical drive name in double quotation marks (“ ”). |
source | The name of the source logical drive for which you want to define properties. Enclose the source logical drive name in square brackets ([ ]). If the source logical drive name has special characters, you also must enclose the source logical drive name in double quotation marks (“ ”). |
copyPriority | The priority that the VolumeCopy has relative to host I/O activity. Valid values are highest, high, medium, low, or lowest. |
targetReadOnlyEnabled | The setting so that you can write to the target logical drive or only read from the target logical drive. To write to the target logical drive, set this parameter to FALSE. To prevent writing to the target logical drive, set this parameter to TRUE. |
When you use this command, you can specify one or more of the optional parameters.
5.40