cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1609
Views
0
Helpful
3
Replies

How to Display CSM Uptime

jrichterkessing
Level 1
Level 1

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

3 Replies 3

Alex Rickard
Level 1
Level 1

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

chrhiggi
Level 3
Level 3

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 tech-support all | b SESSION" or look for the "Current time" under session statistics.

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

jrichterkessing
Level 1
Level 1

Thanks guys! That worked.

Review Cisco Networking for a $25 gift card