Administrator Guide

Table Of Contents
コンシステンシー グループの削除
このタスクについて
のコンシステンシー グループを破棄するには、のようにします。
手順
1. ls -f コマンドを使用して、コンシステンシー グループに仮想ボリュームがないことを確認しますvirtual volumes =
[ ]
VPlexcli:/> ls clusters/cluster-1/consistency-groups/TestCG
Attributes:
Name Value
-------------------- ----------------------
active-clusters []
cache-mode synchronous
detach-rule -
operational-status [ok]
passive-clusters []
recoverpoint-enabled false
storage-at-clusters [cluster-1, cluster-2]
virtual-volumes []
visibility [cluster-1, cluster-2]
.
.
.
2. consistency-group destroy コマンドを使用して、コンシステンシー グループを削除します。
ルート コンテキストからコンシステンシー グループを削除するには、のようにします。
VPlexcli:/> consistency-group destroy clusters/cluster-1/consistency-groups/TestCG
WARNING: The following items will be destroyed:
Context
---------------------------------------------
/clusters/cluster-1/consistency-groups/TestCG
Do you wish to proceed? (Yes/No)Yes
コンシステンシー グループのコンテキストからコンシステンシー グループを削除するには、のようにします。
VPlexcli:/clusters/cluster-1/consistency-groups> destroy TestCG
WARNING: The following items will be destroyed:
Context
---------------------------------------------
/clusters/cluster-1/consistency-groups/TestCG
Do you wish to proceed? (Yes/No)Yes
コンシステンシー グループのプロパティの表示
コンシステンシー グループのプロパティを表示できます。
すべてのクラスターのコンシステンシー グループの名前のみを表示するには、/clusters/*/consistency-groups コンテ
キストで ls 使用します。
VPlexcli:/> ls /clusters/*/consistency-groups/
/clusters/cluster-1/consistency-groups:
TestCG local_test test10 test11 test12 test13 test14
test15 test16 test5 test6 test7 test8 test9
vs_RAM_c1wins vs_RAM_c2wins vs_oban005 vs_sun190
/clusters/cluster-2/consistency-groups:
TestCG local_test test10 test11 test12 test13 test14
test15 test16 test5 test6 test7 test8 test9
vs_RAM_c1wins vs_RAM_c2wins vs_oban005 vs_sun190
76 コンシステンシー グループ