1. Download and Install Dell OpenManage for Windows. You will only need command line toolsat this point, Web-based management tools / SNMP tools can wait.
2. After installing Dell OpenManage go to Windows command line and paste (and push enter) this command to see your DIMMs status:
omreport chassis memory
The result should be similar to:
Memory Information
Health : Critical
Memory Redundancy
Fail Over State : Inactive
Redundancy Configuration : Disabled
Attributes of Memory Array(s)
Attributes of Memory Array(s)
Location : System Board or Motherboard
Use : System Memory
Installed Capacity : 16384 MB
Maximum Capacity : 65280 MB
Slots Available : 8
Slots Used : 8
Error Correction : Multibit ECC
Total of Memory Array(s)
Total Installed Capacity : 16384 MB
Total Installed Capacity Available to the OS : 16046 MB
Total Maximum Capacity : 65280 MB
Details of Memory Array 1
Index : 0
Status : Critical
Connector Name : DIMM1
Type : DDR2 FB-DIMM - Synchronous
Size : 2048 MB
Index : 1
Status : Ok
Connector Name : DIMM2
Type : DDR2 FB-DIMM - Synchronous
Size : 2048 MB
<------------- CUT -------------->
Index : 7
Status : Ok
Connector Name : DIMM8
Type : DDR2 FB-DIMM - Synchronous
Size : 2048 MB
If you don’t see any errors (it could take some time for errors to appear there), you could also check your System Events Log (SEL) by running the following command:
racadm getsel
3. Change your current directory to c:\Program Files\Dell\SysMgt\omsa\bin:
cd c:\Program Files\Dell\SysMgt\omsa\bin
4. Run the following command to reset ECC errors counters:
dcicfg32 command=clearmemfailures
It should print:
clearing failures using mask: 31
DIMM1 : ok
DIMM2 : ok
DIMM3 : ok
DIMM4 : ok
DIMM5 : ok
DIMM6 : ok
DIMM7 : ok
DIMM8 : ok
5. Run the following command to check if everything OK:
omreport chassis
The result should be similar to:
Main System Chassis
SEVERITY : COMPONENT
Ok : Fans
Ok : Intrusion
Ok : Memory
Ok : Power Supplies
Ok : Processors
Ok : Temperatures
Ok : Voltages
Ok : Hardware Log
Ok : Batteries
6. To clear your system events log, run the following command:
racadm clrsel
That's it! Errors have been cleared, but it doesn't guarantee that they will not appear again. Basically, these steps do nothing but reset the error counters to their initial value.
'DELL' 카테고리의 다른 글
Dell PowerEdge R730xd 메인보드 diagram (0) | 2021.05.23 |
---|---|
DELL 보드교체 후 Service Tag 입력방법 R730 (0) | 2021.05.23 |
LCD SWC5008 오류와 함께 팬소음 커짐 해결 (0) | 2020.05.09 |
EMC SAN종류 Brocade 와 cisco 두가지 (0) | 2018.07.08 |
서버 리부팅후 나타나는 메시지 DELL intrusion sensor (0) | 2018.05.16 |