Cisco Headend System Release 2.7 Design Guide

Page of 124
 
 
SDV Server Capacity Alarms 
4002915 Rev B 
43 
 
 
Check and Correct: 
Possible Cause 
Check and Correct Instructions 
Unnecessary files are taking up disk space 
on the SDV server. 
Note: Check the ActivityLog and EventLog 
directories on the SDV server. Consider 
reducing the number of days you have 
configured on the DNCS to delete SDV 
activity and event logs from your system. 
(Quick Path: DNCS > SDV Server List > 
Update SDV Server > Constraints)
 
Follow these steps to delete any 
unnecessary ActivityLog and/or EventLog 
files on the SDV server. 
On the SDV server, log in as root user. 
Type df -k and press Enter to 
determine the percentage of disk 
usage by partition. 
Type cd /opt/sdb/ActivityLog/ and 
press Enter to make the 
opt/sdb/ActivityLog directory the 
working directory. 
Type rm <file name> and press Enter 
to delete any unnecessary text files 
from the opt/sdb/ActivityLog directory. 
Note: The activity log filename is in the 
format ddmmmyyyy.txt. For example: 
rm 30Jun2006.txt. 
Type cd /opt/sdb/EventLog/ and 
press Enter to make the 
opt/sdb/EventLog directory the working 
directory. 
Type rm <file name> and press Enter 
to delete any unnecessary text files 
from the opt/sdb/EventLog directory. 
Note: The event log filename is in the 
format ddmmmyyyy.txt. For example: 
rm 30Jun2006.txt.  
Type df -k and press Enter to check 
the disk usage by partition again. 
(Because you deleted unnecessary 
Log files in this procedure, the 
percentage of disk usage should now 
be reduced.) 
10  Type exit and press Enter to log out 
as root user. 
11  Type exit and press Enter to close the 
xterm window.