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 | novosirj at rutgers.edu - 973/972.0922 (2x0922) || \\ Sciences | OIT/EI-Academic Svcs. - ADMC 450, Newark `'
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 <novosirj at ca.rutgers.edu
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 | novosirj at rutgers.edu - 973/972.0922 (2x0922) || \\ Sciences | OIT/EI-Academic Svcs. - ADMC 450, Newark `'
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
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 traxler at lsu.edu High Performance Computing 225-578-1923 Storage & Infrastructure
On Sat, 31 Aug 2013, Novosielski, Ryan wrote:
Date: Fri, 30 Aug 2013 21:28:24 From: "Novosielski, Ryan" <novosirj at ca.rutgers.edu> 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 | novosirj at rutgers.edu - 973/972.0922 (2x0922) || \\ Sciences | OIT/EI-Academic Svcs. - ADMC 450, Newark `'
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
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.
I suspect this is the script you mean:
http://wiki.itsm.de/index.php/Monitoring_DELL_PowerVault_MD3000i/MD3200i/MD3...
-- Isaac Traxler AIX,Linux Admin Louisiana State University, LONI traxler at lsu.edu High Performance Computing 225-578-1923 Storage & Infrastructure
On Sat, 31 Aug 2013, Mark Felder wrote:
Date: Sat, 31 Aug 2013 11:59:22 From: Mark Felder <feld at feld.me> 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 http://lists.xymon.com/mailman/listinfo/xymon
-----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/MD3...
-- Isaac Traxler AIX,Linux Admin Louisiana State University, LONI traxler at lsu.edu High Performance Computing 225-578-1923 Storage & Infrastructure
On Sat, 31 Aug 2013, Mark Felder wrote:
Date: Sat, 31 Aug 2013 11:59:22 From: Mark Felder <feld at feld.me> 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 http://lists.xymon.com/mailman/listinfo/xymon
_______________________________________________ Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
____*Note: UMDNJ is now Rutgers-Biomedical and Health Sciences* || \\UTGERS |---------------------*O*--------------------- ||_// Biomedical | Ryan Novosielski - Sr. Systems Programmer || \\ and Health | novosirj at rutgers.edu - 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-----
participants (4)
-
feld@feld.me
-
novosirj@ca.rutgers.edu
-
pnixon@gmail.com
-
traxler@lsu.edu