Starting from SBR 8.6.0R2 Release, the following are the features and limitation
Features
- Before installing Signalware on RHEL 7.5, you must disable kernel address space layout randomization (KASLR), which is enabled by default on RHEL 7.5. Signalware is incompatible with KASLR and requires the kernel memory address space to be consistent.
To disable KASLR:
- Edit the GRUB_CMDLINE_LINUX key in the
/etc/default/grub
file to add the new parameter nokaslr. Example: GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=rhel_bng-lnx-perf6/root rd.lvm.lv=rhel_bng-lnx-perf6/swap rhgb quiet nokaslr". - Run grub2-mkconfig -o /boot/grub2/grub.cfg.
- Reboot the server.
This disables the KASLR feature on Linux Kernel.
- Install Signalware.
- Start Signalware.
- Edit the GRUB_CMDLINE_LINUX key in the
- To know more about KASLR, refer to the RHEL 7.5 kernel release notes.
Limitation
- SBR does not log the Grouped AVP's like Vendor-Specific-Application-ID in
Diameter Message
due to design constraint.