Configure EMC Symmetrix monitoring

Print Friendly, PDF & Email

Prerequisites

To configure monitoring for an EMC symmetrix storage you need a linux or unix hosts with EMC SYMCLI installed.

The following packages must be installed on the SYMCLI host:

  • perl-XML-Simple

The SYMCLI host must be connected to the Site Controller via NAGIOS agent (NRPE). You can use Push agent feature to install NAGIOS client.

Procedure

To enable monitoring via SYMCLI perform the following tasks:

  1. perform a push agent on target endpoint (where SYMCLI are installed)
  2. download check_sym.pl from atlantixlab repository (http://download.atlantixlab.com/customers/extras/emc-symcli/check_symm)
  3. copy check_symm under /usr/lib/nagios/plugins/ or /usr/lib64/nagios/plugins/
  4. set executable permissions on check_symm
  5. change owner to nagios:nagios for check_symm
  6. review general script settings and customize PATH to symcli commands
  7. enable or disable offline mode (depending on your SYMCLI configuration)
  8. add the following line in /etc/nagios/nrpe.cfg

command[check_symm]=/usr/lib/nagios/plugins/check_symm $ARG1$

OR

command[check_symm]=/usr/lib64/nagios/plugins/check_symm $ARG1$

You must grant nagios user permissions to run SYMCLI. In the file /usr/emc/API/symapi/config/daemon_users add the following:

nagios storapid

Test check_symm by issuing:

/usr/lib/nagios/plugins/check_symm

Configure services in AtlantixEM according to your configuration.

atlantixadmin has written 113 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>