For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Edouard_Zorrill's avatar
Edouard_Zorrill
Icon for Nimbostratus rankNimbostratus
Jun 14, 2016

iRules failures counter

Hi Guys,

 

I am having failures counters increasing on the HTTP_RESPONSE when doing statistics, Local Traffic, iRules.

 

How do I know what part within the code is the problem at ?.

 

Thanks, Edouard.

 

7 Replies

  • Did you check logs: GUI:

    System  ››  Logs : Local Traffic

    /var/log/ltm in bash

  • The irule errors are located within /var/log/ltm or using the webui System >> Logs >> Local Traffic.

    You can tighten your search by injecting "

    *TCL error*
    " in the search field on the Local Traffic logs available in the webui.

    When using cli, you can do the following :

    zless /var/log/ltm* | grep "TCL error"

    You may add additional filters like this :

    zless /var/log/ltm* | grep "TCL error" | grep "my_irule_name"

  • The irule errors are located within /var/log/ltm or using the webui System >> Logs >> Local Traffic.

    You can tighten your search by injecting "

    *TCL error*
    " in the search field on the Local Traffic logs available in the webui.

    When using cli, you can do the following :

    zless /var/log/ltm* | grep "TCL error"

    You may add additional filters like this :

    zless /var/log/ltm* | grep "TCL error" | grep "my_irule_name"