800010006
A node has reported that the number of available file descriptors is approaching the maximum limit.
Administrator action
- Identify a list of the process types with the largest number of file descriptors by running the following command from the OneFS command-line interface:
fstat|awk '{ print $2 }'|sort|uniq -c|sort -rn|head
- Contact EMC Isilon Technical Support and provide the output from the command.