Difference between revisions of "Dell OMSA Non-Certified Drive Flag"
From DFWLPiki
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
Windows | Windows | ||
C:\Program Files\Dell\SysMgt\sm\stsvc.ini | C:\Program Files\Dell\SysMgt\sm\stsvc.ini | ||
+ | Linux | ||
+ | /opt/dell/srvadmin/etc/srvadmin-storage/stsvc.ini | ||
Loate the below line, it is generally near the top. | Loate the below line, it is generally near the top. | ||
Line 13: | Line 15: | ||
Change to no. Restart OpenManage services. use admin powershell: | Change to no. Restart OpenManage services. use admin powershell: | ||
− | restart-service dcstor64 | + | restart-service dcstor64 -force |
Latest revision as of 23:32, 3 January 2024
Turn off non-certified disk alert in OpenManage:
Esxi
/etc/cim/dell/srvadmin/srvadmin-storage/stsvc.ini
Windows
C:\Program Files\Dell\SysMgt\sm\stsvc.ini
Linux
/opt/dell/srvadmin/etc/srvadmin-storage/stsvc.ini
Loate the below line, it is generally near the top.
; nonDellCertified flag for blocking all non-dell certified alerts. NonDellCertifiedFlag=yes
Change to no. Restart OpenManage services. use admin powershell:
restart-service dcstor64 -force