How to Clear ILOM FMA Faults And Reset The SP on Exadata or Other Servers

Hi,

I will explain How to Clear ILOM FMA Faults And Reset The SP on Exadata or Other Servers in this post.

 

If you don’t know what is the Exadata, read the following articles.

https://ittutorial.org/exadata-tutorial-x8-oracle-database-machine-3/

 

When I log in to ILOM of Exadata, I have seen the following RAM fault.

Health Service Required 
Health Details Multiple correctable ECC errors on a memory DIMM have been detected. 

Multiple correctable ECC errors on a memory DIMM have been detected.

 

I have checked the physical RAM on Exadata and on Operating system, it is running properly.

So We can ignore this error and clear this fault.

 

Log in to ILOM of related Node as follows.

[root@msddbadm02 ~]# ssh 192.168.63.34
The authenticity of host '192.168.63.34 (192.168.63.34)' can't be established.
RSA key fingerprint is 09:9f:f2:d0:b8:ae:80:fb:7f:0c:a6:97:b2:5d:62:b1.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.63.34' (RSA) to the list of known hosts.
Password:

Oracle(R) Integrated Lights Out Manager

Version 3.2.6.24.a r109321

Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.

Warning: HTTPS certificate is set to factory default.

Hostname: msddbadm02-ilom

->

 

List the faults as follows.

-> show /SP/faultmgmt

/SP/faultmgmt
Targets:
shell
0 (/SYS/MB/P1/D11)

Properties:

Commands:
cd
show

 

 

Show the details of component as follows.

-> show /SYS/MB/P1/D11

/SYS/MB/P1/D11
Targets:
PRSNT
SERVICE

Properties:
type = DIMM
ipmi_name = MB/P1/D11
fru_name = 32768MB DDR4 SDRAM DIMM
fru_manufacturer = Samsung
fru_part_number = 07075400,M393A4K40BB1-CRC
fru_rev_level = 01
fru_serial_number = 00CE021607319E123B
fault_state = Faulted
clear_fault_action = (none)

Commands:
cd
set
show

 

 

Now Clear this fault of component_path as follows.

-> set /SYS/MB/P1/D11 clear_fault_action=true
Are you sure you want to clear /SYS/MB/P1/D11 (y/n)? y
Set 'clear_fault_action' to 'true'

->

 

 

 

Check it again if it is corrected or not.

-> show /SYS/MB/P1/D11

/SYS/MB/P1/D11
Targets:
PRSNT
SERVICE

Properties:
type = DIMM
ipmi_name = MB/P1/D11
fru_name = 32768MB DDR4 SDRAM DIMM
fru_manufacturer = Samsung
fru_part_number = 07075400,M393A4K40BB1-CRC
fru_rev_level = 01
fru_serial_number = 00CE021607319E123B
fault_state = OK
clear_fault_action = (none)

Commands:
cd
set
show

->

 

After clearing the actual fault, reset the SP as follows.

->  reset /SP

 

You can show the faulted components as follows.

-> show faulty
 

You can show the faulted components as follows.

faultmgmtsp> fmadm faulty

 

You can start the Fault management as follows.

-> start /SP/faultmgmt/shell

 

You can enable the component properties to enabled for disabled components as follows.

-> set /SYS/<component_path> component_state=enabled

 

You can repair the faulted component as follows.

faultmgmtsp> fmadm repair

 

 

 

Do you want to learn Exadata detailed, then read the following articles.

https://ittutorial.org/exadata-tutorials-oracle-magic-database-machine-exadata-lessons/ 

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

Leave a Reply

Your email address will not be published. Required fields are marked *