ServeRAID

Submitted by borwick on Tue, 2006-07-18 11:10.

IBM's latest ServeRAID drivers (v 7.0) work with RHEL 3. The only problem is, their ServeRAID 7 manager has changed how ServeRAID sends SNMP traps.

ServeRAID 6.1 would let you set up SNMP traps from the Raid Agent. ServeRAID 7 requires that you set up "agentx" for Net-SNMP, so that their daemon "aus-snmpd" can run and talk to Net-SNMP.

It's a great idea, just that I don't know how to test it. If you snmpbulkwalk on 'adaptec', the MIB tree, you get the adaptec MIB version, but no other information. There's no way to send a test SNMP trap.

IBM hardware support doesn't support the OS manager, and software support costs money.

So, we're using the 7.0 firmware and kernel driver, but the 6.1 ServeRAID manager. I pulled a drive and it seems to work fine.

Please let me know if you have any knowledge of the ServeRAID 7 manager and setting up SNMP.

Trackback URL for this post:

http://lopsa.org/trackback/689

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Submitted by Anonymous on Thu, 2006-08-31 05:44.

I've had good luck getting the v7.12.x firmware/driver/snmp to work on SuSE Linux. The 7.12 snmp module seems to work OK with both the 7.10 and 7.12 ServeRAID drivers. The only problem I had was getting the AgentX settings correct. The aussnmp module expects the AgentX socket to be at /var/agentx/master and at least for SuSE this is not the default. So these are the lines in my /etc/snmpd.conf file:

master agentx
AgentXSocket /var/agentx/master

Hope this helps. Jim O'Boyle