SANtricity 11.8 Commands

to Japanese version

Set volume copy

The set volumeCopy target command defines the properties for a volume copy pair.

Supported Series

This command applies to any individual storage system, including the HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 and AB3100 series, as long as all SMcli packages are installed.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin role.

Context

This command is valid for snapshot volume copy pairs.

Syntax

set volumeCopy target [targetName]
source [sourceName]
[copyPriority=(highest | high | medium | low | lowest)]
[targetReadOnlyEnabled=(TRUE | FALSE)]
[copyType=(online | offline)]

Parameters

Parameter Description

target

The name of the volume to which the data will be copied. Enclose the target volume name in square brackets ([ ]). If the target volume name has special characters or numbers, you must enclose the target volume name in double quotation marks (" ") inside square brackets.

source

The name of the volume from which the data will be copied. Enclose the source volume name in square brackets ([ ]). If the source volume name has special characters or numbers, you must enclose the source volume name in double quotation marks (" ") inside square brackets.

copyPriority

The priority that the volume copy 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 volume or only read from the target volume. To write to the target volume, set this parameter to FALSE. To prevent writing to the target volume, set this parameter to TRUE.

copyType

This parameter has been deprecated.

Notes

When you use this command, you can specify one or more of the optional parameters.

Top of Page