A
A
alexk242012-10-13 18:23:52
VMware
alexk24, 2012-10-13 18:23:52

Monitoring Adaptec RAID controllers in VMware ESXi?

I want to set up monitoring of the state of RAID controllers Adaptec 5805 in Nagios. To do this, you need to get the state of the arrays, the controller itself (well, how it overheated), and, possibly, statistics in any form subject to further processing. There are several servers with such controllers and they have a VMware ESXi 4.1 hypervisor.

The only solution that I have found at the moment is to install drivers from Adaptec's website and in addition to its own CIM Provider, after that it becomes possible to remotely monitor using "RemoteARCCONF". Unfortunately, it differs from the usual arcconf in the strangeness of authorization and the indication of the host from which to take data - they are written to the config file during installation, and later work is already done with this data.

At the moment, the only thing that can be done is to poll using RemoteARCCONF and a binding from a script that prevents another RemoteARCCONF from starting and replaces its config file.

I don’t really like this solution, but maybe someone has already encountered this problem and found a better solution?

If there is no more beautiful solution, does it make sense to describe the bike from "RemoteARCCONF" and the binding articles on Habré?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
L
livinger, 2012-10-13
@liveder

I don't remember which adapter, but the script found this:
#!/bin/bash
/usr/StorMan/arcconf getconfig 1 LD | grep "Status of logical device"
and in snmpd.conf something like this:
extend .1.3.6.1.4.1.2031.11 adaptec_raid /bin/sh /opt/snmp/adaptec_raid.sh

L
livinger, 2012-10-13
@liveder

how difficult it is for you
snmp solves this problem.
a small script on the bash a
line in the snmpd.conf config, which, when accessed by the oid, launches the script and gives the result of
the driver, of course, you need to install it :)

P
Puma Thailand, 2012-10-14
@opium

Recently, I also searched, some manufacturers have utilities for esxi, but in general, vmware dismisses such requests and says all monitoring is in vcenter, but it is paid.

P
pmb_it, 2012-10-14
@pmb_it

You didn't study the documentation for remote arrconf a bit inattentively ;)
You don't need to change the conf file.
There is a wonderful command
arcconf setvmcredentials In the simplest version and in the presence of an active monitoring system, it looks something like this .

R
rgb000, 2014-03-19
@rgb000

Look here - sysadmin.te.ua/linux/aacraid-monitoring.html .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question