是否需要清除副本对才能使用相同的组合重新运行卷副本?
适用于
- E 系列
- 复制卷
问题解答
- 通过 SANtricity 系统管理器 GUI 重新执行卷副本时,需要先单击 Clear 操作删除当前卷副本对:
- 脱机副本

- 在线副本

- 如果不执行 Clear 操作,则重新运行卷复制将失败并出现以下错误:
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.
但是,如果改为运行 create volumeCopy 命令,则可以跳过复制对删除阶段:
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.