同じ組み合わせでボリューム コピーを再実行するには、コピー ペアを消去する必要がありますか?
環境
- Eシリーズ
- ボリューム コピー
回答
- SANtricity System ManagerのGUIからボリューム コピーを再実行する場合、最初に Clear actionをクリックして現在のボリューム コピー ペアを削除する必要があります:
- オフライン コピー

- オンラインコピー

- 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.