メインコンテンツまでスキップ

ONTAP でNDMPセッションの制限はどのように機能しますか。

Views:
203
Visibility:
Public
Votes:
0
Category:
ndmp
Specialty:
dp
Last Updated:

すべてのとおり  

環境

  • ONTAP 9
  • NDMP

回答

この資料では、ONTAPを実行しているストレージコントローラについて、次のNDMPセッションのスケーラビリティに関する質問を回答で説明します。

  1. プラットフォームのNDMPセッションの制限はいくつですか。
  2. これらの制限は、クラスタ全体のSVM(SVM)およびLIFでどのように機能しますか。
  3. 複数のノードを使用して、NDMPセッション全体の制限を増やすにはどうすればよいですか。
  4. NDMPセッションを監視するにはどうすればよいですか。

プラットフォームのNDMPセッションの制限はいくつですか。

NDMPセッションの制限ONTAPはプラットフォームメモリに基づいており、ノード単位の値です。コントローラがどのカテゴリに属しているかわからない場合は、 Hardware Universeを参照してください。最新のプラットフォームのほとんどは合計36のセッションをサポートしています。

メモリ NDMPセッションの制限
 WAFL低メモリプラットフォーム(16GB未満)  8
 WAFL Mid Memory Platform(16GB以上、24GB未満)  20
 WAFL高メモリプラットフォーム(24GB以上)  36



これらの制限は、クラスタ全体のSVMおよびLIFでどのように機能しますか。

NDMPセッションの制限はノードごとの制限です。したがって、各ノードには独自のNDMPセッション「プール」があります。どのプールが使用されるかは、NDMP接続に使用するLIFをホストしているノードによって異なります。そのため、NDMP接続に使用しているLIFと、これらのLIFがホストされるノードに注意することが重要です。

たとえば、clustered Data ONTAP 8.2を実行しているFAS3250の2ノードクラスタのシナリオを考えてみましょう。このプラットフォームでは、NDMPセッションの合計数が20に制限されています。クラスタ管理者は、DATA_LIF1を備えたSVM1を作成し、DATA_LIF2を備えたSVM2を作成します。DATA_LIF1とDATA_LIF2の両方がクラスタのnode1でホストされている場合、これらのLIFを使用して作成されるすべてのNDMPセッションで、合計20個のセッションからなる同じセッションプールが共有されます。

:NDMPセッションの制限はNDMPの範囲には依存しません。

 

複数のノードを使用して、NDMPセッション全体の制限を増やすにはどうすればよいですか。

NDMPセッションの制限はノード単位であるため、バックアップ対象のボリュームがクラスタ内のノード間で均等に分散されている場合、ノードを対象としたモードでNDMPを実行すると、ノードあたりの最大セッション数を確保できます。また、各ノードのボリュームに個別に対応するようにData Management Application(DMA;データ管理アプリケーション)をセットアップする必要があります。

SVMを対象としたモードでのNDMPの処理については、「 SVMを対象としたクラスタで36個を超えるNDMPジョブを実行する方法」を参照してください

 

NDMPセッションを監視するにはどうすればよいですか。

clustered Data ONTAP 8.2以降で実行されているNDMPセッションの総数を確認するには、次の手順を実行します。

  1. を実行し system services ndmp node-scope-mode status て、クラスタでNDMPが現在実行されている範囲を確認します。有効にすると、クラスタはノードを対象としたモードで動作します。無効にすると、クラスタはSVMを対象としたモードで動作しています。
    ::> system services ndmp node-scope-mode status
    NDMP node-scope-mode is disabled.

  2. ノードを対象としたモードで動作している場合は、を実行して、 system services ndmp status クラスタで開いているNDMPセッションを確認します。SVMを対象としたモードの場合は、を実行します vserver services ndmp status
    cluster::> vserver services ndmp status
               Session
    Vserver         Id
    ------------------ ------------
    cluster       1000:60293
    cluster       1001:67917
    2 entries were displayed.

  3. system services ndmp probe ノードを対象としたモードの場合、または vserver services ndmp probe 前のコマンドのNDMPセッションIDとともに使用して、NDMPセッションに関するデータを検索します。アクティブな Data State またはがある場合は Mover State、NDMPダンプまたはリストアセッションであり、使用可能なセッションの総数にカウントされます。このコマンドでは、処理が実行されているノードも表示されます。
    cluster::> vserver services ndmp probe 1001:67917
    Vserver: cluster
    Session Identifier: 1001:67917
    NDMP Version: 4
    Session Authorized: true
    Data State: ACTIVE      <--ACTIVE Data State indicating dump or restore session
    Data Operation: RESTORE    <--Data Operation is a RESTORE
    Data Server Halt Reason: NA
    Data Server Connect Type: TCP
    Data Server Connect Address: 169.254.0.1
    Data Server Connect Port: 52797
    Data Bytes Processed: 350859264
    Mover State: IDLE
    Mover Mode: NOACTION
    Mover Pause Reason: NA
    Mover Halt Reason: NA
    Mover Record Size: 0
    Mover Record Number: 0
    Mover Bytes Moved: 0
    Mover Seek Position: 0
    Mover Bytes Left to Read: 0
    Mover Window Offset: 0
    Mover Window Length: 0
    Mover Position: 0
    Mover SetRecordSize Flag: false
    Mover SetWindow Flag: false
    Mover Connect Type: LOCAL
    Mover Connect Address:
    Mover Connect Port: 0
    Effective Host: PRIMARY
    NDMP Client Address: 169.254.0.1
    NDMP Client Port: 29773
    SCSI Device ID: None
    SCSI Host Adapter: -1
    SCSI Target ID: -1
    SCSI LUN ID: -1
    Tape Device: Not open
    Tape Mode: READ
    Node: cluster-02       <--NDMP session is established on node "cluster-02"
    Is Secure Control Connection: false
    Data Backup Mode: DUMP
    Data Path: /dataSVM/restoreVol
    NDMP Source Address: 169.254.0.1

追加情報

N/A

 

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.