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 on 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. - Back up the config file with
cp stsvc.ini stsvc.ini.bak. - Open the
stsvc.inifile 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.