System Managerで同じ処理を実行してもSMcliオンラインボリュームコピーが失敗する
- Views:
- 88
- Visibility:
- Public
- Votes:
- 0
- Category:
- e-series-systems
- Specialty:
- esg<a>2009711524</a>
- Last Updated:
環境
- 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.