Forum Discussion

Arun_Bhardwaj_1's avatar
Oct 31, 2015

General Parameters to check on f5 during Network Outage

Hi All,

 

I want to know on what all Parameters during an outage in network, we can check and confirm that there is no issue at our f5 end.

 

Example- Like what will be 20 or 30 parameter list (CPU, Interface status, daemon status etc). I will make a script of same and run on f5 and can state that there is no issue in f5 by checking output of same.

 

Thanks in advance...!!!

 

1 Reply

  • eneR's avatar
    eneR
    Icon for Cirrostratus rankCirrostratus

    Hey Arun,

     

    use curl to check if your webservices are running fine. So if you host the site randomxyz.com let curl request this site over the CLI and check the http response codes!

     

    First jump into the desired RouteDomain --> rdsh XXXX

     

    afterwards use curl for siterequest

     

    curl -v http://randomxyz.com

     

    then check the response codes.

     

    There are many more interesting flags for curl, you should check the curl manpage or online documentation for it.