/
How to clear fmadm log or FMA faults log
How to clear fmadm log or FMA faults log
reference: https://blogs.oracle.com/unixgeek/entry/how_to_clear_fmadm_log
Clear reports and resource cache:
cd /var/fm/fmd rm e* f* c*/eft/* r*/*
Clearing out FMA files with no reboot needed:
# stop fmd service: svcadm disable -s svc:/system/fmd:default # go to log dir: cd /var/fm/fmd # looking/checking logs: find /var/fm/fmd -type f -exec ls {} \; #removing logs: find /var/fm/fmd -type f -exec rm {} \; # starting fmd: svcadm enable svc:/system/fmd:default
, multiple selections available,
Related content
How to clear fmadm log or FMA faults log2
How to clear fmadm log or FMA faults log2
More like this
How to debug fmd plugins
How to debug fmd plugins
More like this
Solaris Fault Manager
Solaris Fault Manager
More like this
NMI on vmware fusion
NMI on vmware fusion
More like this
SMF Best Practices and Troubleshooting
SMF Best Practices and Troubleshooting
More like this