Forum Discussion

faycal_29095's avatar
faycal_29095
Icon for Nimbostratus rankNimbostratus
Feb 12, 2008

Time of the last Reboot of F5 BIG-IP

Dear ;

 

Is it possible to have the exact information about the date of the last reboot of F5?

 

can we do it by command or on the GUI?

 

 

thanks

4 Replies

  • On the cli:

     

     

    last reboot | head -1

     

     

    Will give information like this:

     

     

    07:36:29 up 5 days, 15:56, 1 user, load average: 1.00, 1.00, 1.00
  • ...Sorry. Pasted the wrong line. The output for last is:

     

     

    reboot system boot 2.4.21-9.4.3.1.0 Wed Feb 6 15:39 (5+15:56)
  • thanks for your replay;

     

    here is the resukt of the commands

     

     

    [root@F5M:Active] / last reboot

     

    wtmp begins Tue Feb 12 09:50:50 2008

     

     

    [root@F5M:Active] / last reboot | head -1

     

    [root@F5M:Active] /

     

     

    is that means that the last reboot of F5 was 12/02/08 at 09:50 ?

     

    thanks
  • Another option is the "uptime" command.

     

     

    [root@theboss:Active] config uptime

     

    09:00:38 up 16 days, 5:21, 1 user, load average: 1.09, 1.07, 1.06

     

     

     

    You'll have to calculate the date based on now - days + hours + seconds but it should be as accurate as you can get.

     

     

    -Joe