To apply the RHEL 8 swappiness workaround

Purpose

Perform this procedure before you attempt to install NSP software on a RHEL OS instance that is to host any of the following components:

  • NSP auxiliary database

  • NSP Flow Collector

  • NSP Flow Collector Controller

  • collocated NSP Flow Collector Controller and Flow Collector

  • NFM-P:

    • main server

    • main database

    • collocated main server and database

    • auxiliary server

Steps
 

Log in as the root user on the station that hosts the OS.


Open a console window.


Enter the following:

grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=1" ↵

The workaround is applied.


Enter the following:

systemctl reboot ↵

The station reboots.


Close the console window.

End of steps