When you delete a pair, the status of the P-VOL and the S-VOL changes to SMPP/SMPL(PD) and they are unpaired. When volumes are unpaired, they do not appear in the list of pairs displayed by the raidcom get snapshot command. After the deletion, you can use the volume previously used as the S-VOL in other pairs. You cannot create pairs in the SMPP/SMPL(PD) status, and you cannot assign an S-VOL to snapshot data, or cancel or change the assignment.
After deleting a Thin Image Advanced pair, the number of pairs shown in the summary section in the Local Replication window and in the list on the TI Root Volumes tab can be different. Wait until the configuration has completed processing. If the numbers do not match, reload the configuration information.
If the amount of snapshot data in selected P-VOLs or the total number of pairs in selected snapshot groups exceeds 32,768, an error message appears when attempting to perform pair tasks.
You cannot delete snapshot data of all layers in the snapshot tree specified with the root volume by specifying -range tree.
The pages allocated to the S-VOL of the pair are not released even if you perform this task. Therefore, when you view the capacity of the pages allocated to the S-VOL after performing this task, you might find that the value is not zero. To release the pages allocated to the S-VOL, format the S-VOL after performing this task. Also, if you plan to use the volume as a volume other than the Thin Image Advanced S-VOL, format the S-VOL after performing this task.
- You must have the Storage Administrator (Local Copy) role.
- The Thin Image Advanced pair must be suspended ("PSUE" status), paired ("PAIR" status), or split ("PSUS" status).
Deleting pairs using CCI commands
The following is an example of deleting snapshot data and a pair in the snapshot group (db1):
raidcom delete snapshot -snapshotgroup db1
The following is an example of deleting snapshot data of a P-VOL (LDEV number 10:10) of MU number 10 and the pair containing the P-VOL:
raidcom delete snapshot -ldev_id 0x1010 -mirror_id 10
The following is an example of deleting snapshot data of a volume (LDEV number 10:10) in the snapshot group (db1) and the pair containing the volume:
raidcom delete snapshot -ldev_id 0x1010 -snapshotgroup db1
The following is an example of deleting snapshot data of an S-VOL (LDEV number 20:10) and the pair containing the S-VOL:
raidcom delete snapshot -ldev_id 0x2010