My 11.1 UC module is showing over 90% disk usage. df-h shows that it's /dev/sda3, mounted at / that is full. I've done the standard find the nohup files but the only one is in ./opt/Avaya/oneXportal/openfire/bin/and shows a size of 0. I also get a number of errors when running the command find -name nohup.out. See below:
./opt/Avaya/oneXportal/openfire/bin/nohup.out
find: ‘./proc/32582’: No such file or directory
find: ‘./proc/32587’: No such file or directory
find: ‘./proc/32611’: No such file or directory
find: ‘./proc/32680’: No such file or directory
find: ‘./proc/32681’: No such file or directory
find: ‘./proc/32682’: No such file or directory
find: ‘./proc/32683’: No such file or directory
find: ‘./proc/32684’: No such file or directory
I got similar errors when running du -a | sort -n -r | head -n 5 to see where the usage is.
-bash-4.2# du -a |sort -n -r |head -n 10
du: cannot access ‘./proc/11257/task/11257/fd/4’: No such file or directory
du: cannot access ‘./proc/11257/task/11257/fdinfo/4’: No such file or directory
du: cannot access ‘./proc/11257/fd/4’: No such file or directory
du: cannot access ‘./proc/11257/fdinfo/4’: No such file or directory
du: cannot access ‘./proc/13270’: No such file or directory
du: cannot access ‘./proc/13271’: No such file or directory
du: cannot access ‘./proc/13272’: No such file or directory
du: cannot access ‘./proc/13691’: No such file or directory
du: cannot access ‘./proc/13692’: No such file or directory
du: cannot access ‘./proc/13693’: No such file or directory
12066208 .
4774100 ./var
3038520 ./opt
2853040 ./media
2825268 ./var/log
2825268 ./media/sda2
2673204 ./var/log/audit
2673204 ./media/sda2/audit
2182104 ./opt/Avaya
1910940 ./var/cache
It shows . as the largest folder but it's only showing about 12 MB. Last time I got the issue, somehow I did a series of reboots and all of a sudden I was down to 39% usage. I cannot replicate the issue. I did clear out logs from /opt/Avaya/apache-tomcat/logs to get down to 89% usage but there's still something big I cannot find. I am also concerned about things since I am getting the above errors. Upon doing some further searchung with the du commnand, I found /var/log/audit had a lot of files dating from after the last time I had a space issue so I cleared those out. Still, that's only about 2GB.
./opt/Avaya/oneXportal/openfire/bin/nohup.out
find: ‘./proc/32582’: No such file or directory
find: ‘./proc/32587’: No such file or directory
find: ‘./proc/32611’: No such file or directory
find: ‘./proc/32680’: No such file or directory
find: ‘./proc/32681’: No such file or directory
find: ‘./proc/32682’: No such file or directory
find: ‘./proc/32683’: No such file or directory
find: ‘./proc/32684’: No such file or directory
I got similar errors when running du -a | sort -n -r | head -n 5 to see where the usage is.
-bash-4.2# du -a |sort -n -r |head -n 10
du: cannot access ‘./proc/11257/task/11257/fd/4’: No such file or directory
du: cannot access ‘./proc/11257/task/11257/fdinfo/4’: No such file or directory
du: cannot access ‘./proc/11257/fd/4’: No such file or directory
du: cannot access ‘./proc/11257/fdinfo/4’: No such file or directory
du: cannot access ‘./proc/13270’: No such file or directory
du: cannot access ‘./proc/13271’: No such file or directory
du: cannot access ‘./proc/13272’: No such file or directory
du: cannot access ‘./proc/13691’: No such file or directory
du: cannot access ‘./proc/13692’: No such file or directory
du: cannot access ‘./proc/13693’: No such file or directory
12066208 .
4774100 ./var
3038520 ./opt
2853040 ./media
2825268 ./var/log
2825268 ./media/sda2
2673204 ./var/log/audit
2673204 ./media/sda2/audit
2182104 ./opt/Avaya
1910940 ./var/cache
It shows . as the largest folder but it's only showing about 12 MB. Last time I got the issue, somehow I did a series of reboots and all of a sudden I was down to 39% usage. I cannot replicate the issue. I did clear out logs from /opt/Avaya/apache-tomcat/logs to get down to 89% usage but there's still something big I cannot find. I am also concerned about things since I am getting the above errors. Upon doing some further searchung with the du commnand, I found /var/log/audit had a lot of files dating from after the last time I had a space issue so I cleared those out. Still, that's only about 2GB.
Last edited: