BLOG main image
분류 전체보기 (781)
LENOVO (19)
HP (3)
DELL (7)
IBM (32)
My Retain Tip (697)
자료실 (0)
Firmware (5)
기타서버관련소식 (5)
IBM Server Picture (3)
STUDY (2)
설정세팅 (0)
Visitors up to today!
Today hit, Yesterday hit
daisy rss
tistory 티스토리 가입하기!
2018. 5. 28. 15:57
Notice!!
IBM
본 블로그의 모든내용은 ibm.com에 있는 내용이며 본 블로그의 내용은 증빙내용으로는 활용 불가능합니다
주의! 모든 방문자는 공지를 반드시 읽어본 후 글을 읽으시기 바랍니다.:*필독공지*

딴지 거실분들은 절대 읽지 마시고 100% 정확한 정보가 있는 ibm.com 에서 확인하시기 바랍니다.
These can be cleared as well but with omconfig: 'omconfig system alertlog action=clear' and 'omconfig system esmlog action=clear'

 

 

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.

About
IBM 최신서버에 관련된 경험과 지식을 공유하는 블로그이며 블로그에 처음오신분은 *필독공지*를 꼭 먼저 읽어보시기 바랍니다.