Forum Discussion
LTM is not Logging
Hi,
I cannot see any LTM log from BIGIP, even when I print this command "more /var/log/ltm"; there is nothing, however there is about 20 different services integrated for LTM
your advice is highly appreciated
1 Reply
Maybe there is a problem with your filesystem or the permissions on the /var/log/ltm file. What do they look like now? Can you give an output of the command
?ls -ld /var/log/ltmCan you try to add some text to the file yourself?
echo test >> /var/log/ltm cat /var/log/ltmYou can also add an logging iRule to one of your virtual servers. For example:
when CLIENT_ACCEPTED { log local0. "Write this line to /var/log/ltm" }And check if the /var/log partition is mounted in read/write (rw) mode:
[root@nielsvs-bigip:Active:Standalone] log mount | grep log /dev/mapper/vg--db--sda-dat.log.1 on /var/log type ext3 (rw,noatime) [root@nielsvs-bigip:Active:Standalone] log
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