On one of my SQL Server SNMP service continuously took nearly 20% of CPU. Rather than restarting the service I used the opportunity to completely restart the server and apply the latest up-to-day. At the launch of Windows I got an error message indicating a crash snmp.exe. I first thought about a port problem but the errors in the Event Viewer does not match:
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7034
Date: 20/10/2009
Time: 6:52:40 p.m.
User: N / A
Computer: SERVERSQL
Description:
The SNMP Service service terminated unexpectedly for the first time.
Finally I discovered that the problem was an extension of the SNMP service installed by my Adaptec RAID controller card. To disable this extension simply run Regedit, go to HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ SNMP \ Parameters \ ExtensionAgents and delete the value containing the data aussnmp SOFTWARE \ Adaptec \ RAIDController \ AAC \ CurrentVersion.
This figure is apparently he recreated every time you restart the machine will therefore be thinking of removing the value manually, or simply create a startup script to delete this value automatically.
Tags: Monitors , RAID , SNMP










