SANtricity 11.8 Commands

to Japanese version

Show volume copy

The show volumeCopy command returns information about volume copy operations.

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 or Storage Monitor role.

Context

This command returns this information about volume copy operations:

  • The copy status

  • The start time stamp

  • The completion time stamp

  • The copy priority

  • The source volume World Wide Identifier (WWID) or the target volume WWID

  • The target volume Read-Only attribute setting

You can retrieve information about a specific volume copy pair or all of the volume copy pairs in the storage system. This command is valid for snapshot volume copy pairs.

Syntax

show volumeCopy (allVolumes | source ["sourceName"] |
target ["targetName"])

Parameters

Parameter Description

allVolumes

The setting to return information about volume copy operations for all of the volume copy pairs.

source

The name of the source volume about which you want to retrieve information. Enclose the source volume name in double quotation marks (" ") inside of square brackets ([ ]).

target

The name of the target volume about which you want to retrieve information. Enclose the target volume name in double quotation marks (" ") inside of square brackets ([ ]).

Top of Page