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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

S8300c / G450 Space issue

Status
Not open for further replies.
Oct 17, 2018
3
US
I have a S8300c in a G450 with CCM 5.2.1 and using embedded messaging. I'm at 91% media space in use. I've had my users delete most of their voicemails but it hasn't made any impact.
Besides announcements, what else is stored in the "media space"?
Is there any way to add additional space to a S8300c?
Also, how can I check where the media is being stored (the 40gb HD or the 4gb Compact Flash).

Thanks.
 
from Linux CLI:

mount
df -hk


A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

45 years Bell, AT&T, Lucent, Avaya
Tier 3 for 35 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Thank-you. I ended up rebooting the system (coworker recalled doing that last time this happened) and it dropped to 8% in use.

This is what is shown now with those commands. Any idea which partition the media storage is located?

mount
/dev/hda6 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw,nosuid)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw,nosuid)
/dev/hda1 on /root2 type ext3 (rw,noexec,nosuid,nodev,noatime)
/dev/sda5 on /var type ext3 (rw,noexec,nosuid,nodev,noatime)
/dev/sda6 on /root2/msg type ext3 (rw)
/dev/sda7 on /msg type ext3 (rw)
/dev/sda8 on /msg/media1 type ext3 (rw)
/dev/hda5 on /var/lib/pgsql type ext3 (rw,noatime)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid)

df -hk
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda6 1624148 1180068 361576 77% /
/dev/hda1 1624148 1035416 506228 68% /root2
/dev/sda5 18714368 2584628 15179096 15% /var
/dev/sda6 3747580 328456 3228756 10% /root2/msg
/dev/sda7 3747580 446872 3110340 13% /msg
/dev/sda8 11234932 403816 10260408 4% /msg/media1
/dev/hda5 771372 17196 714992 3% /var/lib/pgsql
 
hda is hard disk partitions
sda is sd flash card partitions

ls -ls /var/log | sort -n
largest files will be at the bottom of the output

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

45 years Bell, AT&T, Lucent, Avaya
Tier 3 for 35 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top