即使System Manager执行相同操作、SMcli联机卷复制也会失败
适用场景
- E 系列
- SANtricity OS 11.80或更早版本
- 联机卷副本由SMcli执行
- 不存在具有相同源和目标组合的卷副本
- 满足以下条件之一
- 目标卷已分配给主机
- 已在 EF300或EF600上启用资源配置
问题描述
create volumeCopy
失败> smcli <IP> -u admin -p <PASSWORD> -k -c "create volumeCopy source=<SOURCE_VOLUME> target=<TARGET_VOLUME> copyType=online copyPriority=highest;"
Performing syntax check...
Syntax check complete.
Executing script...
The operation cannot complete because the volume entered is not a valid target volume candidate. Possible causes include: the volume is a secondary volume in a mirrored pair, a mirror repository
volume, a snapshot repository volume, a snapshot volume, a base volume of an active snapshot volume, a Snapshot Volume (snapshot-image based), a thin volume, a source volume in a copy pair that i
s currently Pending, In Progress, or Failed, or is the same volume that you entered as the source volume for this copy pair. Please select a different target volume (Standard volume) and then ret
ry the operation.
The command at line 1 that caused the error is:
create volumeCopy source=<SOURCE_VOLUME> target=<TARGET_VOLUME> copyType=online copyPriority=highest;
Script execution halted due to error.
SMcli failed.