Is it necessary to clear the copy pair in order to re-run volume copy with the same combination?
Applies to
- E-Series
- Copy volume
Answer
- When re-performing a volume copy via the SANtricity system manager GUI, it requires the deletion of the current volume copy pair by clicking Clear action first:
- Offline copy

- Online copy

- If Clear action is not performed, the re-run volume copy will fail along with the following error:
Volume 1 cannot be copied at this time as there are currently no eligible copy destinations. Create a new volume that is of equal or greater capacity and the same block size as 1 and retry.
However, the phase of copy pair deletion can be skipped if run create volumeCopy command instead:
C:\SMcli\SMcli-01.80.00.9004\bin>SMcli 10.128.227.51 -u admin -P - -k -c "create volumeCopy source=\"1\" target=\"2\" copyType=offline;"
Password:
Performing syntax check...
Syntax check complete.
Executing script...
Script execution complete.
SMcli completed successfully.
