Page 1 of 1

Available space on asterisk servers

PostPosted: Sun Nov 09, 2014 7:49 am
by AlSam
I have noticed that two of my five * servers are considerably more full that the other three. The strange part is that these two were added much later than the original three and are of the same storage capacity as well. What could account for them being over 95% full while the others are at about 60%?

ViciBox Redux v.3.1.10 | VERSION: 2.4-357a BUILD: 120125-2107 | Asterisk 1.4.39.2-vici | 1 Web 1 DB 5 Asterisk | Amfeltec PCIe timer | No additional software

Re: Available space on asterisk servers

PostPosted: Sun Nov 09, 2014 8:45 pm
by covarrubiasgg
Did you already check where are you spending all the space?

Maybe something went wrong with those two and they are full of logs.

Code: Select all
du -h /var/log/


Or maybe your crontab is not deleting the original recordings on that server

Code: Select all
du -h /var/spool/asterisk/


Check if your monitorDONE/ORIG is not consuming all the space, since there the recordings are uncompressed WAV files and takes 5 times more space than MP3

Re: Available space on asterisk servers

PostPosted: Sun Nov 09, 2014 9:16 pm
by AlSam
/var/log is 395M and /var/spool/asterisk/monitorDONE/ORIG is emptied on a nightly basis. The vast majority is taken up by /var/spool/asterisk/monitorDONE/MP3 (~80%)