Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Voicemail pro saying out of space

JimFed

IS-IT--Management
Joined
Mar 26, 2020
Messages
47
Location
US
One of my clients had 100 gig voice mail storage and ran out of space with less than 150 messages.

My own system keeps telling me nightly low on space as well. There are hardly any messages as well. This is 11.1.3.1
 
Sorry for delay in response to this.
I remember a few years ago the hard drive filled up logs.
Voicemail pro Call logging was left on because we wanted to investigate a fault with email messages.,

it didn’t get turned off..🤦‍♂️
It filled up quickly

So check that and delete as many files you can find.

Hope this helps
 
Assuming this is server R11.1, probably the same with the application server. If so there is a bug that will fill up the drive with log files. You need to login to the cli as root and run find /var/log/audit -type f -mtime +5 -exec rm -f {} \;
 

Part and Inventory Search

Sponsor

Back
Top