Clear error fmadm reports
root@earth> fmadm repair UUID
The UUID is the event code that is shown when you run the fmadm faulty command.* Note: If the above command doesn't clear the error then, there is a real issue hardware that needs to be addressed.
Clear reports and resource cache
root@earth> cd /var/fm/fmd
root@earth> rm e* f* c*/eft/* r*/*
root@earth> rm e* f* c*/eft/* r*/*
Clearing out FMA files without rebooting.
root@earth> svcadm disable -s svc:/system/fmd:default
root@earth> cd /var/fm/fmd
root@earth> find /var/fm/fmd -type f -exec ls {} \;
root@earth> find /var/fm/fmd -type f -exec rm {} \;
root@earth> svcadm enable -s svc:/system/fmd:default
root@earth> cd /var/fm/fmd
root@earth> find /var/fm/fmd -type f -exec ls {} \;
root@earth> find /var/fm/fmd -type f -exec rm {} \;
root@earth> svcadm enable -s svc:/system/fmd:default
Reference
blogs.oracle.com: How to clear fmadm log or FMA faults log
Fault Management Architecture
Manpage:
fmadm(1M)
fma