メインコンテンツへスキップ

CommvaultでDRパートナーノードを追加したあとにMetroClusterボリュームでAUXCopyが失敗する

Views:
1
Visibility:
Public
Votes:
0
Category:
active-iq-unified-manager<a>2010034654</a>
Specialty:
OM
Last Updated:

環境

  • ActiveIQ Unified Manager(AIQUM)9.6以降
  • Commvault(CV)
  • ONTAP 9.x
  • AUXコピー

問題

  • 計画されたスイッチオーバー後にCommVaultでAUXコピージョブが失敗し、次のエラーでMetroClusterに戻ります。
Failed to get subscription list from OnCommand server:[AIQUM_Server].Error returned:[13001][Internal error]
ManageONTAPDFMCMode::DFMDataSetCreateUsingStorageService Failed to create subscription context[subscription_details].
  • ocum.storageservicenodemember クラスタがパートナークラスタ名として表示され、SVM名が -mc SVMとして表示されます。
  • netapp_model.cluster は、クラスタIDが1のボリュームを示しています。
mysql> select objid,name,clusterid,from_unixtime(createtime/1000),objstate,resourcekey,vserverID from netapp_model.volume where name like '%Test_vol%;
+-------+---------+-----------+--------------------------------+----------+--------------------------------------------------------------------------------------------+-----------+
| objid | name   | clusterid | from_unixtime(createtime/1000) | objstate | resourcekey                                         | vserverID |
+-------+---------+-----------+--------------------------------+----------+--------------------------------------------------------------------------------------------+-----------+
| 62256 | Test_Vol |     1 | 2021-04-01 08:59:53.7460    | LIVE   | 59413ba5-c947-11e6-96c1-90e2bac31bcc:type=volume,uuid=c51918e0-b3b4-4b01-a391-45f7af0cdd59 |   37520 |
+-------+---------+-----------+--------------------------------+----------+--------------------------------------------------------------------------------------------+-----------+
1 row in set (0.00 sec)
 
  • netapp_model.cluster次のように、クラスタID 1はMCC_SideAです。
mysql> select objid, name from netapp_model.cluster;
+---------+----------+
| objid  | name   |
+---------+----------+
|    1 | MCC_SideA|
|    44| MCC_SideB|
+---------+----------+
2 rows in set (0.00 sec)
 
  • ocum.storageservicenodemember クラスタは mcc_SideB  、SVM名は  svm-mcと表示されます。
mysql> select id,volume_id,initialClusterName,initialVserverName,initialVolumeName,initialVolumeFullName,initialVolumeId,initialVolumeResourceKey from ocum.storageservicenodemember where initialVolumeName like '%Test_Vol%' and initialVolumeId=62256;
+------+-----------+--------------------+--------------------+-------------------+-----------------------------+-----------------+--------------------------------------------------------------------------------------------+
| id  | volume_id | initialClusterName | initialVserverName | initialVolumeName | initialVolumeFullName    | initialVolumeId | initialVolumeResourceKey                                  |
+------+-----------+--------------------+--------------------+-------------------+-----------------------------+-----------------+--------------------------------------------------------------------------------------------+
| 1233 |   62256 | MCC_SideB      | SVM-mc | Test_Vol      | SVM-mc:/Test_Vol   |      62256 | 583331d1-c947-11e6-a117-90e2bac32060:type=volume,uuid=c51918e0-b3b4-4b01-a391-45f7af0cdd59 |
+------+-----------+--------------------+--------------------+-------------------+-----------------------------+-----------------+--------------------------------------------------------------------------------------------+
1 rows in set (0.00 sec)

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.