SANtricity 11.8 Commands ( CA08871-194 ~ 196 )
Create asynchronous mirror group
This command is not supported. |
The create asyncMirrorGroup
command creates a new, empty asynchronous mirror group on both the local storage system and the remote storage system.
Supported Series
This command applies to any individual storage system, with some restrictions.
If you are running the command on the HB2100/HB2200/HB2300 or HB5100/HB5200 series, the client type must be set to |
Roles
To execute this command on an HB2100/HB2200/HB2300 or HB5100/HB5200 storage system, you must have the Storage Admin role.
Context
An asynchronous mirror group is a container that can house several mirrored pairs so that they can be managed as one entity. You create an asynchronous mirror group to define the synchronization settings for all mirrored pairs within the group. Each mirrored pair in an asynchronous mirror group share the same synchronization settings, primary and secondary role, and write mode.
The asynchronous mirror group is associated with the local storage system and remote storage system that is used for mirroring. The local storage system is the primary side of the asynchronous mirror group, while the remote storage system is the secondary side of the asynchronous mirror group. All volumes added to the asynchronous mirror group on the local storage system hold the primary role in the mirror relationship. Subsequently, all volumes added to the asynchronous mirror group on the remote storage system hold the secondary role in the mirror relationship.
Make sure that you execute the Create Asynchronous Mirror Group
command on the local storage system. Asynchronous mirror group creation is initiated from the storage system that contains the volumes that hold the primary role in the mirror relationship. You use the Create Asynchronous Mirror Group
command to specify the identity of the remote storage system that contains the volumes that hold the secondary role in the mirror relationship.
Syntax
create asyncMirrorGroup userLabel="asyncMirrorGroupName" (remoteStorageArrayName="storageArrayName" | remoteStorageArrayWWN="wwID") [remotePassword="password" interfaceType=(FC | iSCSI) [syncInterval=integer(minutes | hours | days)] [warningSyncThreshold=integer(minutes | hours | days)] [warningRecoveryThreshold=integer(minutes | hours | days)] [warningThresholdPercent=percentValue] [autoResync=(TRUE | FALSE)]
Parameters
Parameter | Description | ||||
---|---|---|---|---|---|
|
The name of the new asynchronous mirror group that you want to create. Enclose the new asynchronous mirror group name in double quotation marks (" "). The name must be unique on the local and remote storage systems. |
||||
|
The name for the remote storage system on which you are mirroring the asynchronous mirror group. Enclose the storage system name in double quotation marks (" "). The remote storage system must have the same connection type as the local storage system. |
||||
|
The World Wide Identifier (WWID) of the remote storage system on which you are mirroring the asynchronous mirror group. You can use the WWID instead of the storage system name to identify the storage system. Enclose the WWID in angle brackets (< >). The remote storage system must have the same connection type as the local storage system. |
||||
|
The password for the remote storage system. Use this parameter when the remote storage system is password protected. Enclose the password in double quotation marks (" "). |
||||
|
Specify which connection type to use: either Fibre Channel fabric or iSCSI interface. (The default is Fibre Channel.) The local storage system and the remote storage system must be connected through a proper Fibre Channel fabric or iSCSI interface. |
||||
|
Specify the length of time between automatically sending updates of modified data from the local storage system to the remote storage system. You can specify the length of time in minutes, hours, or days.
Example: |
||||
|
Specify the length of time to wait until a warning is triggered for cases in which the synchronization of all of the volumes within the asynchronous mirror group takes longer than the defined time. You can specify the length of time in minutes, hours, or days.
Example: |
||||
|
Specify the length of time to wait until a warning is triggered when the automatic data update for the point-in-time image on the remote storage system is older than the defined time. Define the threshold from the end of the previous update. You can specify the length of time in minutes, hours, or days.
Example: |
||||
|
Specify the length of time to wait until a warning is triggered when the capacity of a mirror repository volume reaches the defined percentage. Define the threshold by percentage (%) of the capacity remaining. |
||||
|
The settings for automatic resynchronization between the primary volumes and the secondary volumes of an asynchronous mirrored pair within an asynchronous mirror group. This parameter has these values:
|
Notes
-
The Asynchronous Mirroring feature must be enabled and activated on the local and remote storage systems that will be used for mirror activities.
-
You can use any combination of alphanumeric characters, hyphens, and underscores for the names. Names can have a maximum of 30 characters.
-
The local and remote storage systems must be connected through a Fibre Channel fabric or iSCSI interface.
-
Passwords are stored on each storage system in a management domain. If a password was not previously set, you do not need a password. The password can be any combination of a alphanumeric characters with a maximum of 30 characters. (You can define a storage system password by using the
set storageArray
command.) -
Depending on your configuration, there is a maximum number of asynchronous mirror groups you can create on a storage system.
-
Asynchronous mirror groups are created empty and mirrored pairs are added to them later on. Only mirrored pairs can be added to an asynchronous mirror group. Each mirrored pair is associated with exactly one asynchronous mirror group.
-
The Asynchronous Mirroring process is initiated at a defined synchronization interval. Periodic point-in-time images are replicated as only the changed data is copied and not the entire volume.