SANtricity 11.8 Commands

to Japanese version

Remove synchronous mirroring

The remove syncMirror command removes the mirror relationship between the primary volume and the secondary volume in a remote-mirrored 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

In previous versions of this command the feature identifier was remoteMirror. This feature identifier is no longer valid and is replaced by syncMirror.

Syntax

remove syncMirror (localVolume [volumeName] |
localVolumes [volumeName1 ... volumeNameN])

Parameters

Parameter Description

localVolume

The name of the primary volume (the volume on the local storage system) that you want to remove. Enclose the volume name in square brackets ([ ]). If the volume name has special characters or consists only of numbers, you must enclose the volume name in double quotation marks (" ") inside square brackets.

localVolumes

The names of several primary volumes (the volumes on the local storage system) that you want to remove. Enter the names of the primary volumes using these rules:

  • Enclose all of the names in square brackets ([ ]).

  • Separate each of the names with a space.

If the primary volume names have special characters or consist only of numbers, enter the names using these rules:

  • Enclose all of the names in square brackets ([ ]).

  • Enclose each of the names in double quotation marks (" ").

  • Separate each of the names with a space.

Minimum firmware level

11.80 adds AB6100 and AB3100 system support

Top of Page