<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
onbox logging is circular. It will consume as much space as allocated and then loop over that. If something goes awry then Log Partition Manager (LPM) will auto-delete files as necessary.
<div><br>
</div>
<div>For Scheduled Trace Collection, <a href="http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/service/8_6_1/rtmt/rtmt/rttlc.html#wp1048184">http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/service/8_6_1/rtmt/rtmt/rttlc.html#wp1048184</a></div>
<div><br>
</div>
<div>No, there is nothing built into CUCM to manage the consumed disk space on the trace archive server. If using a *nix box a cron’d ‘find’ command does pretty well.</div>
<div><br>
</div>
<div>some possible examples:</div>
<div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(83, 48, 225);">
# find files modified in the last 1 day</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">find . -type f -mtime -1d</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;">
<br>
</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">-1d <span style="color: #c33720">
"within 1 day"</span> -mtime n[smhdw]</div>
</div>
<div><br>
</div>
<div>-Wes</div>
<div><br>
<div>
<div>On Sep 23, 2014, at 6:13 AM, Martin Schmuker <<a href="mailto:ms@bilobit.com">ms@bilobit.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div>
<div>
<div>Guys, </div>
<div><br>
</div>
<div>is there any way to delete CUCM log files (aka traces) after x days?</div>
<div><br>
</div>
<div>Thanks,  Martin</div>
</div>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
https://puck.nether.net/mailman/listinfo/cisco-voip<br>
</div>
</div>
<br>
</div>
</body>
</html>