Updated Date: 04/27/2026
Troubleshooting options
If you have trouble getting the VELOS system set up and configured, there are some options available to help you.
Many functions in the system will log events to the velos.log file. In the CLI, you can use the file list path command to view the files in the log/controller directory.
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.
If you want to upload a QKView file to the F5 iHealth server, your VELOS 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
You can generate a QKView file from either the system controller or chassis partition webUI. Both reports contain diagnostic information, such as configuration data, log files, time series statistics, and platform information.
-
Log in to the VELOS system controller webUI or the chassis partition webUI using an account with admin access.
-
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.
-
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 successfullywhen it is done. -
To upload the report to the F5 iHealth server, select the check box next to the QKView name and click Upload to iHealth.
Note: For information on uploading the report using a web proxy, see “Configure iHealth uploads and web proxy from the webUI”.
The QKView tar file uploads to iHealth, where you can get help to diagnose the health and proper operation of the system. You can view the report at ihealth2.f5.com.
-
To delete a QKView file, select it and click Delete.
You can use the tcpdump utility to capture traffic in chassis partitions. You can then save the captured traffic as a file that can be analyzed to help troubleshoot network issues.
-
Connect using SSH to the chassis partition management IP address.
-
Log in to the command line interface (CLI) of the chassis partition using an account with admin access.
When you log in to the system, you are in user (operational) mode.
-
Generate a tcpdump.
system diagnostics tcpdumpThese options are available to use with this command:
|
Option |
Description |
Example |
|---|---|---|
|
-i | interface |
Specifies the interface on which to capture packets. Omit or specify |
This example captures traffic on interface 1.0 on blade number 2: |
|
-w | outfile |
Specifies the pcap file to write the captured packets. |
This example sends the output to a specified directory: |
|
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: |
**Note:** The system supports the use of standard tcpdump options. For more information, see [www.tcpdump.org/manpages/tcpdump.1.html](https://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. |