09-13-2012 05:42 AM
I have done this in the past but I cannot find it anywhere......how do you display the uptime of a CSM module in a 6500? The chassis has an uptime of over 2 years, but I believe the CSM module was power cycled at some point within that 2 years and I need to find out if we may be running in to the bug that occurs after 828days of uptime. We are running 4.2(6) on the CSM and 12.2(18)SXF1 IOS on the SUP.
Thanks....Jeff
09-13-2012 10:07 AM
Try using the "show module csm [slot number] tech-support processor 1 | in Current" From the output take the left most number and multiply it by .81 to get the time in seconds. convert this to days by dividing by (60*60*24).
For example:
show module csm 3 tech-support processor 1 | in Current
Current time 3756485 16 1
(3756485*81)/(60*60*24)= 35.217 days
09-13-2012 10:15 AM
The CSM calculates uptime in a very different manner, it utilizes "ticks" which is a cpu cycling that occurs about every .81 seconds.
To get this... issue a show tech for the CSM "show mod csm
You will find something like this:
--------------------- SESSION Statistics --------------------- -------------------------------------------------------------- Current time 88478025 20073041 1
Take the number on the far left (the total time) and multiply it by .81, then devide that by 86400 which will give you days of uptime.
Ex using the above values.
88478025 * .81 / 86400 = 829 days of uptime.
Regards,
Chris Higgins
09-13-2012 10:18 AM
Thanks guys! That worked.
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