Cisco Cisco Unified MeetingPlace Express 1.2 Guida Alla Risoluzione Dei Problemi

Pagina di 4
[root@server mpxadmin]# ls −l
Again, you might see many breeze log directories that are no larger than 4k. Since there are many
directories, they can fill up your /opt partition.
In order to delete these directories, enter:
[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.
5. 
Next, check the db−maintenance.log.DATE archive files. These can also accumulate. You can delete
them all, or you can delete all but the last seven days.
[root@server mpxadmin]# cd /opt/cisco/meetingplace_express/database/db−maintenance/logs/
6. 
In order to list the files, enter:
[root@server mpxadmin]# ls −l
7. 
Remove the files with this command. But, you need to enter the date from the file names in the
"DATE" field.
[root@server mpxadmin]# rm −f db−maintenance.log.DATE
(Example: rm −f db−maintenance.log.2012−01* − this will delete
archived logs for January 2012.)
Warning: DO NOT remove the db−maintenance.log file, because this file is used by the system.
8. 
In order to clear the debug log file, enter:
[root@server mpxadmin]# cd /opt/macromedia/macromedia−breeze−5.1−161/logs/support/
9. 
In order to clear the debug log, enter:
[root@server mpxadmin]# cat /dev/null > debug.log
10. 
In order to clear the syslog file, enter:
11. 
[root@server mpxadmin]# cd /var/log
12. 
In order to clear the syslog log, enter:
[roo@server mpxadmin]# cat /dev/null > syslog
13. 
In order to clear the unused sendmail queued messages (qf.... and df.... files) in /var/spool/mqueue
and /var/spool/clientmqueue (if it exists), enter:
[root@server mpxadmin]# cd /var/spool/mqueue
[root@server mpxadmin]# rm −f qfo*
[root@server mpxadmin]# rm −f dfo*
There might also be files with capital letters at the beginning. Check for more files with:
[root@server mpxadmin]# ls −l
14. 
In order to remove any Xsession errors from the server, enter:
[root@server mpxadmin]# rm −f /root/.xsession−error*
15. 
Another location to check is:
[root@server mpxadmin]# cd /opt/macromedia/macromedia−breeze−5.1−161/
logs/support/remote/meetingapp@localhost/7 
Note: This directory might not exist in all installations.
16.