inode use maxed (300,000+) xidpe directory volume XI2014R2.0
Posted: Wed Feb 25, 2015 1:42 pm
I seem to be having an issue with excessive inode usage in my trial version of NagiosXI 2014R2.0 (manually installed in a RHEL 6 64 bit VM) in the xidpe directory. My org is working on purchasing a full license, but I am concerned for the cause of this issue and how to fix it. I found similar forum entries from 2012:
http://support.nagios.com/forum/viewtop ... f=6&t=5179
and
http://support.nagios.com/forum/viewtop ... f=6&t=6242
...but I am not convinced that is the issue. The first link the poster did not confirm the fix and the second link all my cron jobs are also running.
I have narrowed it down in the following manner:
I also found the following in the logs for the cron/perfdataproc.php task:
I hope to know why this is happening. Can it really be because the license has expired?
Additionally, since I am getting the "Argument list too long" message, can I safely "rm" these files to get things going again?
Thanks and look forward to hearing from the community.
http://support.nagios.com/forum/viewtop ... f=6&t=5179
and
http://support.nagios.com/forum/viewtop ... f=6&t=6242
...but I am not convinced that is the issue. The first link the poster did not confirm the fix and the second link all my cron jobs are also running.
I have narrowed it down in the following manner:
Code: Select all
[root@esnmon nagios]# find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn
382964 ./var
1742 ./share
126 ./libexec
62 ./etc
22 ./sbin
11 ./bin
8 .
[root@esnmon nagios]# cd var/
[root@esnmon var]# find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn
382880 ./spool
70 ./archives
12 .
2 ./rw
1 ./stats
[root@esnmon var]# cd spool/
[root@esnmon spool]# find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn
382877 ./xidpe
4 .
[root@esnmon spool]# cd xidpe/
Code: Select all
Outbound data DISABLED Wed, 25 Feb 2015 13:18:01 -0500
sh: /bin/mv: Argument list too long
sh: /bin/mv: Argument list too long
sh: /bin/mv: Argument list too long
sh: /bin/mv: Argument list too long
DONE. Processed 0 files.
/usr/local/nagiosxi/var/perfdataproc.log (END)
Additionally, since I am getting the "Argument list too long" message, can I safely "rm" these files to get things going again?
Thanks and look forward to hearing from the community.