Forum Discussion
APM Web Application Trace not logging anything on Big-IP 11.6
Hi,
I want to run an Web Application Trace to troubleshoot an issue, however, nothing is written to the log folder. (link text)
Here's my process :
tmsh modify /sys db "log.webapplications.level" { value "debug" }
tmsh modify /sys db "log.webapplications.trace.sessionid" { value "SESSIONID" }
ls /var/tmp/WebAppTrace
==> is empty
What am I doing wrong?
3 Replies
- amolari
Cirrostratus
Is your resource a web application or are you working in APM+LTM mode? Only web app is supported with webapptrace, not APM+LTM.
If WebApp, if you're entering a valide session-id number and terminate it then (trace finished) with
/usr/bin/webtrace.finishyou should see a directory
with the files./var/tmp/WebAppTrace// - Guillaume_Nourr
Altostratus
I'm a bit lost here. Both APM and LTM are active, and our application has a virtual server with an APM policy associated. Is this the not supported scenario?
- Wojciech_Wypior
Nimbostratus
There are few things you need to ensure that you do:
-
Check that you are indeed using Portal Access resource in your policy.
-
If the above is true then to enable webtrace do the following:
tmsh modify /sys db "log.webapplications.level" { value "notice" } <=== do not use debug unless instructed by F5 as this impacts performance of the Portal Access.
tmsh modify /sys db "log.webapplications.trace.sessionid" { value "SESSIONID" }
- If the webtrace is still not saved, then restart rewrite service, and this will rectify the issue:
bigstart restart rewrite
-
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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