Manual Chapter : Troubleshooting options

Applies To:

  • F5OS-A

    1.8.4, 1.8.3, 1.8.0, 1.7.0, 1.5.4, 1.5.3, 1.5.2, 1.5.0, 1.3.0, 1.2.0

Troubleshooting options

If you have trouble getting the rSeries system set up and configured, there are some options available to help you.

You can also search the knowledge articles on my.f5.com.

You can also use these commands to help with troubleshooting. You can type a question mark (?) or press the Tab key to see possible command completions in the CLI.

You can generate a QKView file from the webUI. The report contains diagnostic information, such as configuration data, log files, and platform information.

  1. Log in to the webUI using an account with admin access.

  2. On the left, click DIAGNOSTICS > System Reports.

    The System Reports screen displays. A list of QKView files that were previously generated are shown with any reports that were uploaded to iHealth.

  3. To generate a system report, click Generate QKView in the upper right corner of the screen.

    The Generate QKView box displays these additional options:

    Option Description
    Filename Specify a name for the file to which QKView file data is written. The default filename is <system-name>.tar.
    Timeout Value Specify the time in seconds after which to stop QKView file data collection. The default value is 0, which indicates no timeout.
    Max File Size Exclude all files greater than the specified size (in MB). The range is from 2 MB to 1000 MB. The default value is 500 MB.
    Max Core Size Exclude core files greater than this size (in MB). The range is from 2 MB to 1000 MB. The default value for maximum core size is 25 MB.
    Exclude Cores Specify whether core files should be excluded from the QKView file. The default is to include core files.

Note: The system runs many commands to collect the diagnostic information, so generating the report might affect its performance.

It takes a few minutes for the system to finish creating the report and list it on the screen. The QKView Status changes to `File generated successfully` when it is done.
  1. To upload the report to the F5 iHealth server,

    a. select the check box next to the QKView name.

    b. Click Upload to iHealth.

    c. In the Upload to iHealth popup, enter your iHealth credentials.

    Optionally, you can include your F5 Support case number and a brief description.

To do the upload, the system must have DNS configured, and have Internet access to these services using the HTTPS/443 remote service/port:

-   api.f5.com
-   ihealth-api.f5.com

The QKView tar file uploads to iHealth, where you can get help to diagnose the health and proper operation of the system.
  1. To delete a QKView file, select it and click Delete.

You can use the tcpdump utility to capture traffic on your system. You can then save the captured traffic as a file that can be analyzed to help troubleshoot network issues.

Note: Generating a tcpdump is only supported on the F5 r5000/r10000/r12000 platforms.

  1. Connect using SSH to the management IP address.

  2. Generate a tcpdump.

    system diagnostics tcpdump

    These options are available to use with this command:

Option

Description

Example

-i | interface

Specifies the interface on which to capture packets. Omit or specify 0/0.0 to indicate all interfaces.

This example captures traffic on interface 1.0 on blade number 2: system diagnostics tcpdump interface 2/1.0

-w | outfile

Specifies the pcap file to write the captured packets.

This example sends the output to a specified directory:system diagnostics tcpdump outfile <*file-name*>.pcap

bpf

Specifies the Berkeley packet filter (BPF) expression for tcpdump. This option uses standard BPF syntax.

This example captures traffic where the source IP address is 192.0.2.0 and the destination port is 80: system diagnostics tcpdump bpf "src host 192.0.2.0 and dst port 80"

Note: The system supports the use of standard tcpdump options. For more information, see www.tcpdump.org/manpages/tcpdump.1.html.

You can also use these commands to help with troubleshooting. You can type a question mark (?) or press the Tab key to see possible command completions in the CLI.

For a comprehensive list of CLI commands, see the CLI Reference for your F5OS system at clouddocs.f5.com

Command Description
system database config config-backup config-restore Saves the CDB configuration to an XML file and restores CDB configuration.
file list path <*dir-path*> Displays the contents of the specified directory.
file show <*file-path*> Displays the contents of a specified file.