The add volume asyncMirrorGroup command adds a primary volume to an asynchronous mirror group.
This command applies to any individual storage array, with some restrictions. If you are running the command on the E2700 or E5600 array, there are no restrictions.
To execute this command on an E2800 or E5700 storage array, you must have the Storage Admin role.
This command is valid only on the local storage array that contains the asynchronous mirror group to which you want to add the primary volume. An asynchronous mirror group has a repository volume that is used to save data for all of the point-in-time images that are part of the asynchronous mirror group. Each primary volume in the asynchronous mirror group has a corresponding mirror volume on a remote storage array.
add volume="volumeName" asyncMirrorGroup="asyncMirrorGroupName" remotePassword="password" (repositoryVolume="repos_xxxx" | repositoryVolume=(volumeGroupName [capacity=capacityValue]) repositoryVolume=(diskPoolName [capacity=capacityValue]))
Parameter | Description |
---|---|
volume | The name of the primary volume that you want to add to the asynchronous mirror group. Enclose the volume name in double quotation marks (" "). |
asyncMirrorGroup | The name of the asynchronous mirror group that will contain the primary volume that you want to add. Enclose the asynchronous mirror group name in double quotation marks (" "). |
remotePassword | This parameter is optional. Use this parameter when the remote storage array is password protected. Enclose the password in double quotation marks (" "). |
repositoryVolume | The name of the repository volume that will contain the changed data from the primary volume. You have two options for defining the name of a repository volume:
The name of an existing repository volume is comprised of two parts:
Enclose the name of the existing repository volume in double quotation marks (" "). If you want to create a new repository volume when you run this command you must enter the name of either a a volume group or a disk pool in which you want the repository volume. Optionally, you also can define the capacity of the repository volume. If you want to define the capacity you can use these values:
If you do not define the capacity, the storage management software sets the capacity to 20 percent of the primary volume capacity. The storage management software creates the repository volume and links the repository volume to the primary volume. |
7.84