2

Today we diagnosed the cause of a Periodic slowness issue: see here.

Dell OpenManage Server Administrator seems to have been causing hourly slowness. It would occasionally peg one of the CPUs for upwards of two minutes. Disabling it drastically improved the performance of the SQL Server.

The server hardware:

  • Dell R710
  • Dual Quad Core 2.9GHz Processors
  • 96GB Memory
  • 2 Disk RAID 1 SAS System Disk (Internal)
  • 4 Disk RAID 10 SAS Log Disk (Internal)
  • 14 Disk RAID 10 SAS Data Disk (External DAS MD1000)
  • Windows 2008 Enterprise R2 x64

We installed the OS using Dell OpenManage Server Assistant, so I assume that it was correctly configured.

For now we have disabled OMSA to alleviate the performance issues it was causing, but I'd like to be able to re-enable it.

Has anyone had a similar experience that can shed a little light on the nature of this problem?

Zorlack
  • 385
  • 5
  • 13

2 Answers2

0

Yes I have had the same problems with OMSA before, and in some instances it has been in an infinite loop and I have had to kill the process to restore the server to normal operation.

I never found a resolution for the issue (google returns lots of posts like this one and KB articles for VMware and Xen discussing a similar problem).

In my environment I can afford to have it run normally (<5 mins of 100%) but scripted up a tool to look for processes that had run at 90% (or higher) for more than 5 minutes.

commandbreak
  • 969
  • 4
  • 6
0

I've seen that OpenManage can actually crash Window's SNMP service. It's quite depressing, really.

jldugger
  • 14,122
  • 19
  • 73
  • 129
  • 2
    That's why we call it OpenDamage. Mostly the SNMP service will crash on x64 systems, the 32bit systems tend to suffer less from this issue. – Thijs Cramer Nov 26 '10 at 12:08