Page12 You can balance the performance load on the storage system's SPs by choosing which NAS servers run on each SP, and which file systems are associated with which NAS server.中略This balances system performance by ensuring that the applications draw their processing resources from separate SPs.(SPメモリへの負荷分散)
ayas
Community Manager
•
7.4K メッセージ
1
2026年4月8日 01:20
haku2さん
SMB のスレッド数上限、または設計・運用上の目安となる制限事項について教えてください。
→スレッド数はメモリ依存になるのでモデルによって差異があります。
Unity 380 向けの公開情報は見つけられなかったですが、旧モデルに関する参考値の記載があります。(基本値は32–2048まで)
Dell Unity™ Family Service Commands Technical Notes Version 5.5.3
Page 117
Nthreads 32–2048
Defaults:
Unity 300: 384
Unity 350, 400,and 500: 512
Unity 450, 550,600, and 650: 1024
Dell Unity XT: Introduction to the Platform A Detailed Review
Page10 Unity 380 -> 64 GB / SP
なおスレッド数の直接的な制限ではありませんが、SP ごとの NAS サーバー分散配置もパフォーマンス確保の観点で有効です。
Dell Unity™ Family Configuring SMB File Sharing
Page12
You can balance the performance load on the storage system's SPs by choosing which NAS servers run on each SP, and which file systems are associated with which NAS server.中略This balances system performance by ensuring that the applications draw their processing resources from separate SPs.(SPメモリへの負荷分散)
また、負荷増大時にスレッド枯渇や性能影響が発生し得る代表的な条件や確認観点等がございましたら教えてください。
→負荷増大時にスレッド枯渇や性能影響が発生するケースで代表的なものとしてblocked thread イベントがありますがSPへのメモリ負荷に依存します。
代表的な例ではデッドロック(スレッド間のリソース解放競合)や、拡張オペレーション(認証遅延、ウィルスチェックなど)があげられます。
エラーは以下になります。
(service@spa~# zgrep -i blocked /EMC/backend/log_shared/EMCSystemLogFileで参照可能)
13:102d0003
neo-13:102d0003
neo-13:102d0007
/EMC/C4Core/log/
ThreadsServicesSupervisor: Service:CIFS Pool:SMB2BLOCKED for 33730 seconds: Server operations may be impacted
参考KB
Dell EMC Knowledge Article 000058575 : Dell Unity:スレッドがブロックされているため、SMB共有またはNFS共有にアクセスできなくなる場合がある
Dell EMC Knowledge Article 000058575 : Dell Unity: SMB or NFS Shares may Become Inaccessible due to Blocked Threads https://www.dell.com/support/kbdoc/en-us/000058575/dell-emc-unity-smb-or-nfs-shares-may-become-inaccessible-due-to-blocked-threads-dell-emc-correctable
そのほかにもOpen Fileが閾値に達するとアクセス影響が出る可能性もあります。
Dell EMC Knowledge Article 000182247 : Dell Unity: Intermittent SMB access issue caused by too many open CIFS files (Dell Correctable)
(files openの数が最大値409,600 に達するとアクセス障害が発生する可能性がある)
This issue is caused by clients keeping SMB or CIFS files open, and the maximum parameter of 409,600 open files is reached. This is a GLOBAL parameter per each Storage Processor and not per NAS Server.