Isilon: InsightIQ: Client reports show zero throughput for some clients intermittently
Summary: When viewing a client breakout or filtering for a specific client in a report, the throughput for a client can sometimes show a value of zero.
Symptoms
Cause
Resolution
WARNING: Increasing the number of clients tracked by the OneFS stats engine consumes more cluster resources, and can negatively effect client performance.
The client stats are broken down by protocol, adjust the specific number of clients tracked for each protocol independently.
To see a list of all tunable client lists by protocol, run the following command from the CLI of the OneFS cluster:
# sysctl -a | egrep "isi.stats.client.*.max_clients"
Here is an example of the output for OneFS 8.0.0.7:
isi01-1# sysctl -a | egrep "isi.stats.client.*.max_clients" isi.stats.client.nfs.max_clients: 256 isi.stats.client.cifs.max_clients: 256 isi.stats.client.nlm.max_clients: 256 isi.stats.client.ftp.max_clients: 256 isi.stats.client.http.max_clients: 256 isi.stats.client.siq.max_clients: 256 isi.stats.client.iscsi.max_clients: 256 isi.stats.client.jobd.max_clients: 256 isi.stats.client.smb2.max_clients: 256 isi.stats.client.nfs4.max_clients: 256 isi.stats.client.papi.max_clients: 256 isi.stats.client.irp.max_clients: 256 isi.stats.client.lsass_out.max_clients: 256 isi.stats.client.hdfs.max_clients: 256
To increase the number of clients tracked for a specific protocol, use the sysctl that correlates to the given protocol.
The maximum number of clients that OneFS can track is 4096.
Attention: The sysctl named isi.stats.client.cifs.max_clients is for the SMB 1 protocol.
(Only registered Dell Customers can access the content on the following link, over Dell.com/support)
For direction on adjusting that sysctl and making it persist reboots and upgrades, see KB 462759: OneFS: Configuring sysctls and making sysctl changes persist through node and cluster reboots and upgrades.
This allows more clients to be tracked by isi statistics. But no matter what, set the value to on in OneFS IIQ. This shows a max of 150 clients in the user interface and 255 in the csv export. As this is a hard coded number in InsightIQ for the breakout. It is being tracked as a future feature for these number to go higher or work in cohesion w/ OneFS settings.