No Data Collected on Certain Tab Pages During Memory Access Analysis on CentOS 7.6 (Standard Kernel)
Symptom
Data about the DDR access bandwidth, L3C access bandwidth, and hit ratio is not collected when a memory access statistics analysis task is executed on CentOS 7.6 (standard kernel).
Possible Cause
SELinux is enabled in the current system and the driver for collecting data cannot be installed. Disable SELinux before using this function.
Troubleshooting Procedure
- Disabling SELinux temporarily
- Run the sestatus command to query the SELinux status. If the value of Current mode is enforcing, the SELinux enforcing mode is enabled.
- Set the SELinux mode to permissive:
1setenforce 0
- Run the sestatus command to query the SELinux status. If the value of Current mode is permissive, the SELinux enforcing mode is disabled temporarily.
The setting becomes invalid after the server is rebooted. When the tool is used, service exceptions may occur.
- Disabling SELinux permanently
- Run the sestatus command to query the SELinux status. If SELinux status is enabled, SELinux is enabled.
- Run the following command to open the /etc/selinux/config file:
1vi /etc/selinux/config - Press i to enter the insert mode and change SELINUX=enforcing to SELINUX=disabled.
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Run the reboot command to reboot the server.
- Run the sestatus command to query the SELinux status. If SELinux status is disabled, SELinux is disabled.
Parent topic: FAQs