Dell Storage Array monitoring?
list Ryan Novosielski
So I've searched around and not come up with anything. Is anyone using SMcli to get the status of a Dell storage array? Ours is an MD 3200i. I would like to not reinvent the wheel, and I've got to imagine this stuff is popular.
--
____ *Note: UMDNJ is now Rutgers-Biomedical and Health Sciences*
|| \\UTGERS |---------------------*O*---------------------
||_// Biomedical | Ryan Novosielski - Sr. Systems Programmer
|| \\ and Health | user-46c89e614701@xymon.invalid - 973/972.0922 (2x0922)
|| \\ Sciences | OIT/EI-Academic Svcs. - ADMC 450, Newark
`'
list Patrick Nixon
I don't have anything to contribute, but I'm interested as we have one coming on the network soon. On Fri, Aug 30, 2013 at 10:28 PM, Novosielski, Ryan <user-6e4f7a3bb37f@xymon.invalid
▸
wrote:
So I've searched around and not come up with anything. Is anyone using
SMcli to get the status of a Dell storage array? Ours is an MD 3200i. I
would like to not reinvent the wheel, and I've got to imagine this stuff is
popular.
--
____ *Note: UMDNJ is now Rutgers-Biomedical and Health Sciences*
|| \\UTGERS |---------------------*O*---------------------
||_// Biomedical | Ryan Novosielski - Sr. Systems Programmer
|| \\ and Health | user-46c89e614701@xymon.invalid - 973/972.0922 (2x0922)
|| \\ Sciences | OIT/EI-Academic Svcs. - ADMC 450, Newark
`'
list Isaac W Traxler
I am monitoring MD-3000s with SMcli.
I have not had tim eot do it correctly. I currently have it dump
everything and count the optimals. If it matches the expected number I
give green otherwise red. I then send the full dump as text so that I can
look over it.
The basic gist is:
CMD='/opt/dell/mdstoragemanager/client/SMcli'
CONT1='ip address'
${CMD} ${CONT1} -c 'show storagearray profile;' -o ${FILE1} >/dev/null
c1opt=$(grep Optimal ${FILE1} | wc -l)
c1on=$(grep Online ${FILE1} | wc -l)
Then compare c1opt and c1on to expected values.
--
Isaac Traxler AIX,Linux Admin
Louisiana State University, LONI user-4dfb0dbf036e@xymon.invalid
High Performance Computing XXX-XXX-XXXX
Storage & Infrastructure
▸
On Sat, 31 Aug 2013, Novosielski, Ryan wrote:
Date: Fri, 30 Aug 2013 21:28:24
From: "Novosielski, Ryan" <user-6e4f7a3bb37f@xymon.invalid>
To: "xymon at xymon.com" <xymon at xymon.com>
Subject: [Xymon] Dell Storage Array monitoring?
So I've searched around and not come up with anything. Is anyone using SMcli to get the status of a Dell storage array? Ours is an MD 3200i. I would like to not reinvent the wheel, and I've got to imagine this stuff is popular.
--
____ *Note: UMDNJ is now Rutgers-Biomedical and Health Sciences*
|| \\UTGERS |---------------------*O*---------------------
||_// Biomedical | Ryan Novosielski - Sr. Systems Programmer
|| \\ and Health | user-46c89e614701@xymon.invalid - 973/972.0922 (2x0922)
|| \\ Sciences | OIT/EI-Academic Svcs. - ADMC 450, Newark
`'
list Mark Felder
▸
On Fri, Aug 30, 2013, at 21:28, Novosielski, Ryan wrote:
So I've searched around and not come up with anything. Is anyone using SMcli to get the status of a Dell storage array? Ours is an MD 3200i. I would like to not reinvent the wheel, and I've got to imagine this stuff is popular.
We have a few we'd like to see monitored in Xymon. I swear I found a perl script once that parses the output of SMCli, but can't remember where I found it.
list Isaac W Traxler
I suspect this is the script you mean: http://wiki.itsm.de/index.php/Monitoring_DELL_PowerVault_MD3000i/MD3200i/MD3600i_with_Nagios
▸
--
Isaac Traxler AIX,Linux Admin
Louisiana State University, LONI user-4dfb0dbf036e@xymon.invalid
High Performance Computing XXX-XXX-XXXX
Storage & Infrastructure
▸
On Sat, 31 Aug 2013, Mark Felder wrote:
Date: Sat, 31 Aug 2013 11:59:22 From: Mark Felder <user-db141d317836@xymon.invalid> To: xymon at xymon.com Subject: Re: [Xymon] Dell Storage Array monitoring? On Fri, Aug 30, 2013, at 21:28, Novosielski, Ryan wrote:So I've searched around and not come up with anything. Is anyone using SMcli to get the status of a Dell storage array? Ours is an MD 3200i. I would like to not reinvent the wheel, and I've got to imagine this stuff is popular.We have a few we'd like to see monitored in Xymon. I swear I found a perl script once that parses the output of SMCli, but can't remember where I found it.
list Ryan Novosielski
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks Isaac. I've adapted this one somewhat for use with Xymon (didn't take much). I'm going to do some more testing on it and then share it.
▸
On 08/31/2013 01:55 PM, Isaac W Traxler wrote:I suspect this is the script you mean: http://wiki.itsm.de/index.php/Monitoring_DELL_PowerVault_MD3000i/MD3200i/MD3600i_with_Nagios -- Isaac Traxler AIX,Linux Admin Louisiana State University, LONI user-4dfb0dbf036e@xymon.invalid High Performance Computing XXX-XXX-XXXX Storage & Infrastructure On Sat, 31 Aug 2013, Mark Felder wrote:Date: Sat, 31 Aug 2013 11:59:22 From: Mark Felder <user-db141d317836@xymon.invalid> To: xymon at xymon.com Subject: Re: [Xymon] Dell Storage Array monitoring? On Fri, Aug 30, 2013, at 21:28, Novosielski, Ryan wrote:So I've searched around and not come up with anything. Is anyone using SMcli to get the status of a Dell storage array? Ours is an MD 3200i. I would like to not reinvent the wheel, and I've got to imagine this stuff is popular.We have a few we'd like to see monitored in Xymon. I swear I found a perl script once that parses the output of SMCli, but can't remember where I found it.
_______________________________________________ Xymon mailing list Xymon at xymon.com
▸
- --
____*Note: UMDNJ is now Rutgers-Biomedical and Health Sciences*
|| \\UTGERS |---------------------*O*---------------------
||_// Biomedical | Ryan Novosielski - Sr. Systems Programmer
|| \\ and Health | user-46c89e614701@xymon.invalid - 973/972.0922 (2x0922)
|| \\ Sciences | OIT/EI-Academic Svcs. - ADMC 450, Newark
`'-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlInUiUACgkQmb+gadEcsb7cdQCeJaVgswkLmmtPK1hADvgLAUDJ o/YAn0BATjGX4o5FB4F9hqxWFjPJDJqc =6CsR -----END PGP SIGNATURE-----