Forum Discussion
hardi_ameen
Cirrus
Mar 08, 2017LTM 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...
Mar 09, 2017
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/ltm?
Can you try to add some text to the file yourself?
echo test >> /var/log/ltm
cat /var/log/ltm
You 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
DevCentral Quicklinks
* 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
Discover DevCentral Connects