ILOM Fehler „löschen“

Clearing faults from SC

a) Show the faults on the system controller

sc> showfaults -v

b) For each fault listed run

sc> clearfault <uuid>

c) If there are any disabled components run

sc> clearasrdb

d) Clear ereports

sc> setsc sc_servicemode true
sc> clearereports -y
sc> setsc sc_servicemode false
*To clear the FMA faults and error logs from Solaris:*

a) Show faults in FMA

# fmadm faulty

b) For each fault listed in the ‚fmadm faulty‘ run

# fmadm repair <uuid>

c) Clear ereports and resource cache

# cd /var/fm/fmd
# rm e* f* c*/eft/* r*/*

d) Reset the fmd serd modules

# fmadm reset cpumem-diagnosis
# fmadm reset cpumem-retire
# fmadm reset eft
# fmadm reset io-retire

e) Reboot the system

Clearing faults from SC:
> 
> 
> a)  Show the faults on the system controller
> 
> sc> showfaults -v
> 
> b)  For each fault listed run
> 
> sc> clearfault <uuid>
> 
> c)  If there are any disabled components run
> 
> sc> clearasrdb
> 
> d)  Clear ereports
> 
> sc> setsc sc_servicemode true
> sc> clearereports -y
> sc> setsc sc_servicemode false
> 
> *To clear the FMA faults and error logs from Solaris:*
> 
> a) Show faults in FMA
> 
> # fmadm faulty
> 
> b)  For each fault listed in the 'fmadm faulty' run
> 
> # fmadm repair <uuid>
> 
> c) Clear ereports and resource cache
> 
> # cd /var/fm/fmd
> # rm e* f* c*/eft/* r*/*
> 
> d)  Reset the fmd serd modules
> 
> # fmadm reset cpumem-diagnosis
> # fmadm reset cpumem-retire
> # fmadm reset eft
> # fmadm reset io-retire
> 
> e) Reboot the system
>