ADVM-09233
Unable to find kernel kABI symbols on the kernel rpm file 'string'
Cause
The given kernel rpm path can not be opened and kernel kABI symbols were not found.
Action
If providing a kernel rpm file path, verify the file path exists, has read permissions, and that the rpm provides kABI symbols. To verify rpm kABI symbols use the following command: 'rpm -qip --provides <path_to_rpm_file>' A symbol list should be displayed and look like this: kernel(symbolfoo) = 0xvaluefoo ksym(symbolfoo) = 0xvaluefoo See command help for more information.