10-13-2011 07:42 PM - edited 03-16-2019 07:30 AM
Hi,
I just wanted to know that how many SDI and SDL files are available in Cisco Manager database of Version 7.1.3.
It will be great if some one provide me any such cisco document.
Solved! Go to Solution.
10-13-2011 08:57 PM
Not sure I understand the question entirely. The SDI and SDL trace files are created dynamically during the system run time.
If you are looking for default maximum for SDI file counts (per service) you can run the following query at the CLI:
run sql select name,numfiles from typeservice
To find current settings for max files:
run sql select pns.servername as cmnode, ts.name as service, pns.numfiles from processnodeservice as pns inner join typeservice as ts on pns.tkservice=ts.enum
I couldn't find the table where SDL parameters are stored. So, you can go to the serviceability portal on your CUCM and find out by going page-by-page.
To get current file counts:
file list activelog cm/trace/ccm/sdi/*
file list activelog cm/trace/ccm/sdl/*
HTH.
Regards,
Bill
please rate helpful posts
Please remember to rate helpful responses and identify
10-13-2011 08:09 PM
SDI and SDL are trace files and that you configure (and have nothing to do and are not stored in the DB), there is no document that tells you how many files are by default in a CUCM install or exactly what is in the DB when you fresh install it.
HTH
java
if this helps, please rate
www.cisco.com/go/pdihelpdesk
10-13-2011 08:57 PM
Not sure I understand the question entirely. The SDI and SDL trace files are created dynamically during the system run time.
If you are looking for default maximum for SDI file counts (per service) you can run the following query at the CLI:
run sql select name,numfiles from typeservice
To find current settings for max files:
run sql select pns.servername as cmnode, ts.name as service, pns.numfiles from processnodeservice as pns inner join typeservice as ts on pns.tkservice=ts.enum
I couldn't find the table where SDL parameters are stored. So, you can go to the serviceability portal on your CUCM and find out by going page-by-page.
To get current file counts:
file list activelog cm/trace/ccm/sdi/*
file list activelog cm/trace/ccm/sdl/*
HTH.
Regards,
Bill
please rate helpful posts
Please remember to rate helpful responses and identify
10-16-2011 09:18 AM
Hi Bell,
Thanks for this information.
I come to know now the count file in our call manager by using this two command "file list activelog cm/trace/ccm/sdi and sdl".
Just wanted to know there is any way we can increase this SDI/SDL count file ?
Thanks,
Sachin
.
10-17-2011 06:09 AM
You configure number of files and size under the trace config in serviceability.
HTH
java
If this helps, please rate
www.cisco.com/go/pdihelpdesk
10-17-2011 08:00 AM
There are some maximums to keep in mind. Cisco's SRND recommends the following:
The maximum recommended trace setting for the Call Manager service is 2,500 files of 2 MB each for System Diagnostic Interface (SDI) and Specifications and Description Language (SDL) traces. This is a combined total of 5,000 files. You CAN disable SDL traces and configure SDI traces to be 5,000 files but you SHOULD NOT increase SDL traces beyond the 2,500 recommended limit.
Trace settings for other components should not exceed 126 MB. For example, 63 files at 2MB per file).
Going beyond these recommended maximums will impact system performance.
HTH.
Regards,
Bill
Please remember to rate helpful responses and identify
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide