Forum Discussion

Karthik_Kumaran's avatar
Karthik_Kumaran
Icon for Nimbostratus rankNimbostratus
Jan 14, 2015

Viprion - check blade uptime

Is there a tmsh command that can show the uptime of the individual blades in a Viprion??

 

4 Replies

  • I believe from a bash prompt

    uptime
    will display this. You should log into the management IP of the blade you want.

  • 'uptime' from the bash prompt displays only the uptime of the whole chassis. i could not get the uptime of individual blades

     

    • Brad_Parker's avatar
      Brad_Parker
      Icon for Cirrus rankCirrus
      are you expecting them to be different? Do you have individual IPs for managing each blade separately and SSH into each individual?
  • Jim_43841's avatar
    Jim_43841
    Historic F5 Account

    Uptime from the bash prompt gives the uptime of the blade. If you wish to see them all you may run clsh uptime or do something like ssh slot1 uptime; ssh slot2 uptime; ssh slot3 uptime; ssh slot4 uptime