How to Determine NFS Client Connections on PowerScale or Isilon
摘要: NFS query is there a way to determine what clients are accessing NFS mountpoints on each node in a cluster? Is there a better command or method to obtain the NFS client mount details for each node in an Isilon cluster? ...
本文适用于
本文不适用于
本文并非针对某种特定的产品。
本文并非包含所有产品版本。
症状
The following command can list all mount points in the form of :host:dirpath:
showmount -aRegarding the use of this command, the recommendation from Support is to not use it, as it is not a reliable way to monitor connections.
- It only provides specific information from the specific node 10 Minutes ago, so it is never up to date.
- If the mount command has any sort of issues related to the client that is connecting, even if it works, it does not show up in showmount.
- The showmount does NOT show any NFSv4 connections, only v3.
原因
There are no commands or other ways to get accessing NFS mountpoints on each node in a cluster. There are access zones and many IPs on Isilon nodes.
解决方案
To verify current statistics:
This command shows the count of all the connected and active clients:
This command shows the count of all the connected and active clients:
isi statistics query current --nodes=all --stats=node.clientstats.connected.nfs,node.clientstats.active.nfs,node.clientstats.active.nfsThis command also shows the NFS clients, but they are the active clients only and not showing all NFS clients including inactive but NFS mounted clients.
# isi statistics client --nodes=all --protocols=nfs3
受影响的产品
PowerScale OneFS文章属性
文章编号: 000217710
文章类型: Solution
上次修改时间: 22 9月 2023
版本: 3
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。