How to clear FMA faults log

User_2025-09-22-12-03-52-811
Posts: 11 Green Ribbon
Comments
-
Hello
If you are going to remove the FMA logs files in the point 3, I would suggest stop the service, delete, and start the service,
3. To clear reports and resource cache
svcadm disable fmd
# cd /var/fm/fmd
# rm e* f* c*/eft/* r*/*
svcadm enable fmd
Regards
Eze
0 -
I think this very useful, thanks for sharing.0
-
I think this very useful, thanks for sharing.
Step 3 is not absolutely necessary and if you do clear them, you won't have a log of what type of events or faults you had in the past.
3. To clear reports and resource cache
# cd /var/fm/fmd
# rm e* f* c*/eft/* r*/*0