Acknowledging a warning in DELL OpenManage

8,972

Solution 1

Unfortunately, there is no way to both turn off these warnings, and still get any other hard drive alerts from Dell Open Manage. This is a major flaw in their system that they consider a "feature" to vendor lock you into their certified drives.

I have a server that Dell sold me direct, that came with "non-certified" drives in it. So the server sits in a constant amber state because of this and they refuse to fix it. It was one of the reasons I stopped buying from Dell.

To work around this issue, I have found that Dell writes to the event logs when a bad drive is detected. Instead of relying on Open Manage directly to tell me when there's a bad drive, we monitor our event logs for:

Log: System
Event Type: Error
Event IDs: 2057, 2048, 2123

This works very well for watching for failed drives. Having said that, I don't believe if it will alert you on the non-certified drives.

Solution 2

From Here is

Edit C:\Program Files\Dell\SysMgt\sm\stsvc.ini
and change NonDellCertifiedFlag=no

Solution 3

I turned off Storage System Warning (I don't think this one throws it though), Storage Controller Warning and Physical Disk Warning in OpenManage Server Admin under Alert Management. This has stopped the "error" messages from popping up on the console. I've not checked the Windows Event Viewer yet, but I don't really care if it doesn't like the disks, as long as it doesn't disable them, which it hasn't.

I have a Dell R510 as well that I just put 6x4TB WD RE drives in.

Share:
8,972

Related videos on Youtube

HannesS
Author by

HannesS

Updated on September 18, 2022

Comments

  • HannesS
    HannesS over 1 year

    We have a DELL R510 server where we replaced all the hard drives with new but non-certified 3TB disks. Now OpenManage throws a warning for every hard disk as "non-critical", since it recognizes the unsupported drives. Is there any way to acknowledge these warnings? Those warnings are thrown again at reboot, and I fear they could someday cover up a really important warning, which then will be overlooked.

    The following warnings are logged: (just 2 examples, there is a corresponding warning for each of the 12 drives)

    • Controller event log: PD 04(e0x20/s4) is not a certified drive: Controller 0 (PERC H700 Integrated)
    • Disk found is not supplied by an authorized hardware provider: Physical Disk 0:0:8 Controller 0, Connector 0

    Research at OpenManage and Dell Community did not bring up anything usefull.

  • Jason Harris
    Jason Harris over 2 years
    Another detailed write up of this is here the case of non certified physical drives causing warnings in dell openmanage omsa/. Importantly if you use OpenManage from Linux you can edit this setting in the file /opt/dell/srvadmin/etc/srvadmin-storage/stsvc.ini and change the value of NonDellCertifiedFlag there.