This article introduces the dell server prompt Info: Memory module [DIMM] needs attention error solution. I hope this tutorial will help you.
The dell server hardware monitoring software openmanager can monitor the battery, motherboard, temperature, and hard disk. During monitoring, the following error message may be displayed:
Info: Memory module 6 [DIMM7, 2048 MB] needs attention: Single-bit warning error rate exceeded, Single-bit failure error rate exceeded
This indicates that the memory monitoring is faulty and the memory may be loose. However, the system can still recognize the memory. Shut down and re-unplug the memory. Services may be affected because the service needs to be stopped. However, this issue will always be reported. Everyone will feel annoyed when receiving the alarm information. You can disable memory monitoring by using the following methods:
1 |
check_openmanage --check storage -b dimm=all |
We can see that the memory and Voltage are not detected.
Memory will be detected without dimm = all.
You can block related hardware detection. Such as temperature detection. For example:
The Code is as follows: |
Copy code |
/Usr/local/nagios/libexec/check_openmanage -- check storage-B ctrl_fw = all/ctrl_driver = all/ctrl_stdr = all/bat_charge = all/encl = all/ps = all/fan = all/temp = all/volt = all |