#
Fixing Hard Drive Error Icons in Dell OMSA
By
Difficulty: Easy / Basic
For those of us who are using non-Dell hard drives you may notice an error or warning icon in OMSA. They will also show up as uncertified which can be a bit annoying. Thankfully this is relatively easy to fix. If you've installed Dell OMSA to a Linux system you may follow these steps:
- First stop all of the Dell services by running
srvadmin-services.sh stop
. - Go into the
/opt/dell/srvadmin/etc/srvadmin-storage/
directory. - Open the
stsvc.ini
file and locate the following text:
;nonDellCertified flag for blocking all non-dell certified alerts.
NonDellCertifiedFlag=yes
Change this text to:
;nonDellCertified flag for blocking all non-dell certified alerts.
NonDellCertifiedFlag=no
- Save and exit the file.
- Start up the Dell services again using
srvadmin-services.sh start
.