Cisco Cisco Unified MeetingPlace Express 1.2 Guide De Dépannage

Page de 4
Complete These Steps in Order to Create Disk Space
SSH to the Multiprotocol Encapsulation (MPE) server. You can use SSH software such as PuTTY.
1. 
Log in as the user mpxadmin.
2. 
Change to root with this command:
[root@server mpxadmin]# su
3. 
Enter the root password.
4. 
In order to check the size of the partitions, enter:
[root@server mpxadmin]# df −h
This lists each partition along with the total size, amount of space used, amount of space available,
and the percentage of used space.
The output should look similar to this:
[root@server mpxadmin]# df −h
Filesystem               Size  Used  Avail Use% Mounted on
/dev/cciss/c0d0p1        5.8G  3.5G  2.1G  63%  /
/dev/cciss/c0d0p6        3.9G  2.2G  1.6G  59%  /common
/dev/cciss/c0d0p2        7.7G  6.0G  1.4G  82%  /db
/dev/cciss/c0d0p9        247M  4.3M  230M   2%  /grub
/dev/cciss/c0d0p7        3.4G   99M  3.1G   4%  /mpx−record
/dev/cciss/c0d0p5        4.9G  4.9G     0 100%  /opt
/dev/cciss/c0d0p3        5.8G   33M  5.5G   1%  /partB
none                     1.5G   23M  1.5G   2%  /dev/shm
5. 
The most common issues are caused by the /opt and the / partitions being 100% or almost 100% utilized.
Partitions should be under 90% utilized.
In order to change to the directory that might contain many unnecessary log files, enter:
[root@server mpxadmin]# cd /opt/macromedia/breeze/content/7
1. 
In order to view the list of files and folders, enter:
[root@server mpxadmin]# ls −l
The ls − l command displays many breeze log directories that are no larger than 4k. Since there are
many directories, they can fill up your /opt partition. You can delete all these directories.
2. 
The command to delete these directories is:
[root@server mpxadmin]# rm −Rf 1*
Note: The 1* means it deletes all directories that have a 1 at the beginning of their name; you can use
11* if you want to remove all with *11 at the beginning, and so on.
Warning: If you run the rm command in the wrong directory, you might delete important files or
folders that should not be deleted. There might be no way to recover from this other than to reinstall.
3. 
In order to change to the next location, enter:
[root@server mpxadmin]# cd /opt/macromedia/macromedia−breeze−5.1−161/
logs/support/diagnostic/_defaultVHost_/meetingapp/7/
4.