On one of my SQL Servers the SNMP service, ongoing for nearly 20% of the CPU. Rather than restart the service I took the opportunity to completely restart the server and apply the latest up-to-day. The launch of Windows I got an error message indicating a crash snmp.exe. At first I thought a port problem but errors in the Event Viewer did 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 data is apparently he recreated each time you restart the machine, it will therefore be to think of removing the value manually, or simply create a startup script to delete this value automatically.
Tags: Monitoring , RAID , SNMP










