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

ONTAP 9.2 以降へのアップグレード後に NFS UDP トラフィックが断続的に切断される

Views:
59
Visibility:
Public
Votes:
1
Category:
ontap-9
Specialty:
network
Last Updated:

のしんだ

環境

  • ONTAP 9.2 以降
  • UDP 経由の NFSv3
  • すべての非 TCP トラフィック
  • ICMP

問題

  • ほとんどの場合、 ONTAP を 9.2 以降にアップグレードしたあとに問題が発生します。 Filer は、パケットトレースで検出された場合でも、すべての ICMP ( ping )要求に応答しません。
  • これは、クラスタ上のすべてのインターフェイス、および e0M インターフェイスで発生します。
  • 異常な動作は、同じポート上の複数の LIF が異なる時間に応答しないことに関連している可能性があります。

     1085466_packet.png

  • UDP がトランスポートレイヤとして使用されている場合にも、この問題が NFS データ転送に影響しており、大きな遅延が発生しています

      これは、次の簡単なテストで確認できます。

        状況 1# UDP でマウントされています

[root@centos-04 /]# mount -t nfs -o vers=3,proto=udp 10.128.242.45:/vol1_svm2  /mnt/vol1_svm2_ontap93
[root@centos-04 /]# cd  /mnt/vol1_svm2_ontap93
[root@centos-04 vol1_svm2_ontap93]# dd if=/dev/zero of=./test bs=4096 count=10000
10000 0 records in
10000 0 records out
40960000 bytes (41 MB) copied, 37.0209 s, 1.1 MB/s <<<

         状況 2# は TCP でマウントされています

[root@centos-04 vol1_svm2_ontap93]# cd /
[root@centos-04 /]# umount /mnt/vol1_svm2_ontap93
[root@centos-04 /]# mount -t nfs -o vers=3,proto=tcp 10.128.242.45:/vol1_svm2 /mnt/vol1_svm2_ontap93
[root@centos-04 /]# cd  /mnt/vol1_svm2_ontap93
[root@centos-04 vol1_svm2_ontap93]# dd if=/dev/zero of=./test bs=4096 count=10000
10000 0 records in
10000 0 records out
40960000 bytes (41 MB) copied, 0.240958 s, 170 MB/s <<<

 

 

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.