Chapter 1. Troubleshooting Red Hat Edge Manager
When working with devices in Red Hat Edge Manager, you might see issues related to configuration, connectivity, or deployment. Troubleshooting these issues requires understanding how device configurations are applied, how to check logs, and how to verify communication between the device and the service.
1.1. Generating a device log bundle Copy linkLink copied to clipboard!
Use the integrated
flightctl-must-gather
Procedure
Run the following command on the device and include the .tar file in the bug report.
This depends on an SSH connection to extract the .tar file.
sudo flightctl-must-gather
1.2. Viewing a device’s effective target configuration Copy linkLink copied to clipboard!
The device manifest returned by the
flightctl get device
While this better protects potentially sensitive data, it also makes troubleshooting faulty configurations hard. This is why a user can be authorized to query the effective configuration as rendered by the service to the agent.
Procedure
To query the effective configuration, use the following command:
flightctl get device/${device_name} --rendered | jq