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

SMB マルチチャネルが使用されているかどうかを確認する方法

Views:
393
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
cifs<a>2009035534</a><a>マルチチャネル</a>
Last Updated:

環境

ONTAP 9

回答

cifs session show 出力 Connection Count では、はセッションに使用されるチャネル数です。値が 1 より大きい場合は、セッションでマルチチャネルが使用されています。

追加情報

マルチチャネルが使用されている場合、各チャネルは別々の接続で処理されます。で cifs session showは、接続 ID が 1 つだけ指定されています。cifs connection show -session-id 特定のセッション ID に関連付けられているすべての接続 ID をリスト表示するには、を使用します。
 
クライアントは接続ごとに複数のセッションを確立できるため、接続およびセッションの複雑なセットになる可能性があります。
 
cluster::> cifs session show

Node:   cluster-01
Vserver: svm1
Connection Session                     Open      Idle    Connection
ID      ID    Workstation    Windows User      Files      Time       Count
---------- ------- ---------------- ---------------- --------- ------------ ---------------
2190395288 17236964623807152719                    1m 19s         2
          10.249.70.213   DOM\user1         0
2190395288 17236964623807152720                     1m 6s         1
          10.249.70.213   DOM\user1         0
2190395288 17236964623807152722                      2s         2
          10.249.70.213   DOM\user1         0
2190395289 17236964623807152721                      16s         2
          10.249.70.213   DOM\user2         0
4 entries were displayed.

cluster::> cifs connection show

Node:   cluster-01
Vserver: svm1
Connection Session                 Workstation
ID      IDs           Workstation IP  Port     LIF IP
---------- --------------------- --------------- ----------- ---------------
2190395288 17236964623807152722, 10.249.70.213   50948     10.216.36.91
      17236964623807152720,
      17236964623807152719
2190395289 17236964623807152721, 10.249.70.213   50949     10.216.36.92
      17236964623807152719
2190395290 17236964623807152722, 10.249.70.213   50955     10.216.36.92
      17236964623807152721
3 entries were displayed.
 
  • 4 つの個別の CIFS セッションがあり、そのうち 3 つでマルチチャネルが使用されます
  • クライアントは、 DOM\user1 に対して 3 つのセッションを設定し、接続 ID 2190395288 に対してすべて設定します
  • 接続 ID 2190395288 の 2 つのセッションでは、マルチチャネルを使用します。
    • セッション ID 17236964623807152719 も接続 ID 2190395289 にあります
    • セッション ID 17236964623807152722 も、接続 ID 2190395290 の場合は「第 2 セッション」になります
  • クライアントは、接続 ID 2190395289 および 2190395290 のマルチチャネルを使用して、 DOM\user2 に対しても 1 つのセッションを設定します

 

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.
Scan to view the article on your device