Forum Discussion
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
- Vijay_E
Cirrus
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 "
" in the search field on the Local Traffic logs available in the webui.*TCL error*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"- Edouard_Zorrill
Nimbostratus
Excellent thank-you. ! That is what I wanted to know to address my problem. Cheers. - Perfect, and finally what is the tcl error you got ?
- Yann_Desmarest_
Nacreous
The irule errors are located within /var/log/ltm or using the webui System >> Logs >> Local Traffic.
You can tighten your search by injecting "
" in the search field on the Local Traffic logs available in the webui.*TCL error*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"- Edouard_Zorrill
Nimbostratus
Excellent thank-you. ! That is what I wanted to know to address my problem. Cheers. - Yann_Desmarest_
Nacreous
Perfect, and finally what is the tcl error you got ?
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
