How to Compress F5 BIG-IP log files

How to Compress F5 BIG-IP log files

Compress F5 BIG-IP log files

When you open a support case with F5 Support they will ask for a qkview and quite likely they will ask for logs from the system. The reason for this is because although the qkview utility will collect the logs from the device, by default it gathers up to 5MB of log files, meaning that the files can get truncated.

In order to gather all the log files from the system and not miss anything, you need to create a tarball file following these steps:

  1. Log in to the command line.
  2. Create a tar archive in the /var/tmp directory that contains all the files in the /var/log directory, by typing the following command: tar zcvf /var/tmp/$HOSTNAME-logs.tar.gz /var/log/*
  3. This will generate a file in /var/tmp with the name of the device followed by the -logs.tar.gz suffix. You need to transfer this file out of the system using an utility like scp/WinSCP

That is all in regards to creating a tar file with the logs that you can submit to F5 Support. However, if you want to dig further, you can find below some of the logs in the /var/log directory and their description:

...To read the whole article, please visit our website at:

This article first appeared on the AUSTRAL TECH blog at https://www.australtech.net/blog/.

要查看或添加评论,请登录

Oscar Pucheta的更多文章

  • Docker Services

    Docker Services

    Docker Services are application images that you deploy when Docker is in swarm mode. Frequently a service is the image…

  • Basic operations on Docker containers

    Basic operations on Docker containers

    On the previous post we started getting familiar with Docker containers. How to run them, name them and check their…

  • Engineers with F5 expertise

    Engineers with F5 expertise

    F5 Engineer, what they do? An F5 Engineer is what people usually refers to the Network Engineer or Consultant working…

    2 条评论
  • Installing Docker Swarm on AWS

    Installing Docker Swarm on AWS

    A Docker swarm consists of multiple Docker hosts which run in swarm mode and act as managers and workers (which run…

  • Certified F5 Specialist

    Certified F5 Specialist

    It takes 10,000 hours of practice for one to become specialised in a discipline. That translates to several years of…

  • Running a local Docker Registry

    Running a local Docker Registry

    Docker has a free public registry, Docker Hub, that can host your custom Docker images, but there are situations where…

  • Docker HEALTHCHECK instruction

    Docker HEALTHCHECK instruction

    There can only be one HEALTHCHECK instruction in a Dockerfile In this article we will show you how to use the Docker…

  • How to run a Docker Container

    How to run a Docker Container

    How to interact with Docker In the last article, we explained how to install Docker and ensure the Docker daemon is…

  • Getting Started with Docker

    Getting Started with Docker

    Docker container tips We are back with other article about Docker. Containers are so hot at the moment that we couldn't…

  • Building docker images

    Building docker images

    On the previous article we explained the basics about managing existing Docker images. On this article we describe how…

社区洞察

其他会员也浏览了