SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
White Paper




MONITORING EMC GREENPLUM DCA WITH
NAGIOS
EMC Greenplum Data Computing Appliance, EMC DCA Nagios
Plug-In, Nagios Core Infrastructure Monitoring
   • Monitor DCA hardware components
   • Monitor DCA database and Hadoop services
   • View full DCA health in Nagios display




                  EMC Solutions Group

                  Abstract
                  This white paper describes a software plug-in that can be used with the Nagios
                  Core infrastructure monitoring framework to display the state of a wide range of
                  components in the EMC® Greenplum™ Data Computing Appliance (DCA).

                  March 2012
Copyright © 2012 EMC Corporation. All Rights Reserved.

EMC believes the information in this publication is accurate as of its
publication date. The information is subject to change without notice.

The information in this publication is provided “as is.” EMC Corporation makes
no representations or warranties of any kind with respect to the information in
this publication, and specifically disclaims implied warranties of
merchantability or fitness for a particular purpose.

Use, copying, and distribution of any EMC software described in this
publication requires an applicable software license.

For the most up-to-date listing of EMC product names, see EMC Corporation
Trademarks on EMC.com.

All trademarks used herein are the property of their respective owners.

Part Number H10569




                                   Monitoring EMC Greenplum DCA with Nagios        2
                EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                           Nagios Core Infrastructure Monitoring
Table of contents
  Executive summary ............................................................................................................................. 5
     Business case .................................................................................................................................. 5
     Solution overview ............................................................................................................................ 5
     Key results ....................................................................................................................................... 5

  Introduction ....................................................................................................................................... 6
     Purpose ........................................................................................................................................... 6
     Scope .............................................................................................................................................. 6
     Audience.......................................................................................................................................... 6
     Terminology ..................................................................................................................................... 6

  Technology overview .......................................................................................................................... 8
     Introduction ..................................................................................................................................... 8
     EMC Greenplum Data Computing Appliance ..................................................................................... 8
     Nagios ............................................................................................................................................. 9
        Nagios Core ................................................................................................................................. 9
     EMC DCA Nagios plug-in ................................................................................................................. 10

  Greenplum DCA SNMP MIB ............................................................................................................... 11
     Introduction ................................................................................................................................... 11
        MIB browser .............................................................................................................................. 15

  Nagios Core ...................................................................................................................................... 17
    Introduction ................................................................................................................................... 17
    Service checks and commands ...................................................................................................... 19

  DCA Nagios plug-in ........................................................................................................................... 20
    Introduction ................................................................................................................................... 20
    Open source software .................................................................................................................... 20
    Accessing the plug-in on Nagios .................................................................................................... 20
    Service checks ............................................................................................................................... 20
    DCA Nagios plug-in command line ................................................................................................. 24
       Example 1 - Running the Greenplum Database version on the DCA cluster................................. 25
       Example 2 - Checking the first Segment Server's fan status ....................................................... 25
       Example 3 - Checking the RAM in the Master ............................................................................. 26
    Plug-in command objects ............................................................................................................... 26
    Deploying the DCA Nagios plug-in .................................................................................................. 28

  Conclusion ....................................................................................................................................... 30
    Summary ....................................................................................................................................... 30



                                                                                         Monitoring EMC Greenplum DCA with Nagios                             3
                                                              EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                                         Nagios Core Infrastructure Monitoring
References ....................................................................................................................................... 31
   White papers ................................................................................................................................. 31
   Other documentation ..................................................................................................................... 31




                                                                                     Monitoring EMC Greenplum DCA with Nagios                           4
                                                          EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                                     Nagios Core Infrastructure Monitoring
Executive summary
Business case       The EMC® Greenplum™ Data Computing Appliance (DCA) is a combination of servers,
                    switches, and software that together form an extremely powerful analytics platform.

                    As businesses use this platform for increasingly critical business intelligence
                    operations, it is important to be able to monitor the state of the appliance to ensure it
                    is operating at peak efficiency. To enable you to integrate the EMC Greenplum DCA
                    into standard data center monitoring frameworks, the DCA supports the Simple
                    Network Management Protocol (SNMP), which can be used to determine the state of
                    various components in the DCA.

Solution overview   Nagios is open-source network management software (NMS) that is used to monitor
                    the state of data center equipment and to display that information in a user interface.
                    Nagios can also generate alerts if monitored values exceed specified thresholds.

                    Nagios provides an extensible architecture, based on plug-ins, that makes it easy to
                    add monitoring capabilities to different types of data center equipment.

                    EMC has developed a Nagios plug-in for the Greenplum DCA that allows you to build a
                    comprehensive monitoring and alerting application.

                    Note    EMC also provides Greenplum Command Center, which is a web-based
                            application that provides advanced monitoring and management capabilities
                            for the EMC Greenplum Database™ and Hadoop modules and associated
                            hardware.

Key results         The DCA Nagios plug-in enables you to monitor the Greenplum DCA and detect
                    problems before and as they occur. This enables you to avoid or reduce system
                    downtime and simplifies your monitoring operations.




                                                              Monitoring EMC Greenplum DCA with Nagios          5
                                           EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                      Nagios Core Infrastructure Monitoring
Introduction
Purpose        This white paper provides an overview of the DCA SNMP management information
               base (MIB), describes the operation of the DCA Nagios plug-in, and shows examples
               of how you can configure Nagios to use the plug-in and monitor the state of one or
               more DCAs.

Scope          The scope of this white paper is to:
                 •   Provide a brief overview of the Greenplum DCA MIB
                 •   Describe the Nagios architecture
                 •   Describe the DCA Nagios plug-in
                 •   Provide examples of how the Nagios plug-in can be used to cause Nagios to
                     monitor various aspects of a DCA

Audience       This white paper is intended for a technical audience, including:
                 •   Technical consultants who may want information about monitoring a
                     Greenplum DCA with SNMP
                 •   Customers who are using Nagios as a data center monitoring tool and want to
                     integrate the Greenplum DCA into their environment
                 •   EMC consultants who want to understand the capabilities of the DCA Nagios
                     plug-in

               This white paper assumes you have a basic understanding of Nagios running on a
               Linux system.

Terminology    This paper includes the following terminology.

               Table 1.     Terminology

                 Term                     Definition
                 Simple Network           An Internet-standard protocol for managing devices on IP
                 Monitoring Protocol      networks.
                 (SNMP)

                 SNMP agent               Software that runs on a device that responds to SNMP queries
                                          from network management software. Agents may also accept
                                          commands to control the device. Agents may also
                                          asynchronously generate messages or traps without being
                                          specifically queried.

                 SNMP network             A software package that you can configure to query SNMP agents
                 management software      on various devices to determine their status. An NMS package
                 (NMS)                    will also usually accept SNMP traps sent from SNMP agents
                                          without being queried. NMS packages have a provision for
                                          generating alerts (email or text message, for example) if the state
                                          of monitored equipment meets specified criteria (temperature or
                                          error count, for example).



                                                           Monitoring EMC Greenplum DCA with Nagios             6
                                       EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                  Nagios Core Infrastructure Monitoring
Term                        Definition
Management                  The MIB defines and describes the kinds of messages that an
information base            SNMP agent can generate and how the NMS can query the agent.
(MIB)

Object identifier (OID)     An OID is the definition of an individual device or component in
                            the MIB. An example of an OID might be “Power Supply State”.
                            The OID describes how to query the component and what kind of
                            response is returned. There are typically tens or hundreds (if not
                            thousands) of OIDs defined in a MIB in a hierarchical structure.

SNMP trap                   A trap is a message that an SNMP agent sends when an event
                            happens that the agent is monitoring. An SNMP agent responds
                            to queries from the NMS but may also be able to send data to the
                            NMS without being queried. This unsolicited message is called a
                            trap.




                                             Monitoring EMC Greenplum DCA with Nagios            7
                          EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                     Nagios Core Infrastructure Monitoring
Technology overview
Introduction     This chapter provides an overview of the key components of the solution, which
                 include:
                   •   EMC Greenplum Data Computing Appliance
                   •   Nagios data center monitoring software
                   •   Nagios plug-in for EMC Greenplum DCA

EMC Greenplum    EMC Greenplum Data Computing Appliance (DCA) is a purpose-built appliance that
Data Computing   delivers a fast-loading, highly scalable, and parallel-computing platform for next-
Appliance        generation data warehousing and analytics. The appliance architecturally integrates
                 database, computing, storage, and network resources into an enterprise-class, easy-
                 to-implement system. The Greenplum DCA offers the power of a massively parallel
                 processing (MPP) architecture, delivers the fastest data loading capacity in the
                 industry, and provides the best price-to-performance ratio without the complexity and
                 constraints of proprietary hardware.

                 Figure 1 shows the modular approach of the Greenplum DCA; "GPDB" refers to
                 Greenplum Database, "HD" identifies a Hadoop module, and "DIA" identifies a data
                 integration accelerator.




                 Figure 1.   EMC Greenplum DCA modules

                 For more information about the Greenplum DCA, see the white paper EMC Greenplum
                 Data Computing Appliance: Architecture, Performance, and Functions.




                                                         Monitoring EMC Greenplum DCA with Nagios         8
                                       EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                  Nagios Core Infrastructure Monitoring
Nagios   Nagios is an open-source IT infrastructure-monitoring application that helps
         organizations identify and resolve IT infrastructure problems before they affect critical
         business processes. Nagios can monitor data center equipment and processes to
         ensure that they are functioning properly. Nagios can alert you of problems or
         potential problems, which enables you to begin remediation processes before an
         outage affects your users.

         Nagios is built on a plug-in architecture that enables it to be extended so you can
         monitor any type of equipment in the data center. Plug-ins that understand how to
         communicate with a particular device can be added to a Nagios configuration, and
         information from that device is displayed on the Nagios interface. Figure 2 provides
         an overview of the Nagios architecture.




                                  Nagios
                                Web UI
                                              Plug-ins




                              Application



                                Alerting




                                                         Data Center Equipment
         Figure 2.     Nagios architecture

         Nagios Core
         Nagios includes several product tiers:
           •   Nagios XI
           •   Nagios Fusion
           •   Nagios Core

         This white paper describes only the Nagios Core product.




                                                         Monitoring EMC Greenplum DCA with Nagios    9
                                 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                            Nagios Core Infrastructure Monitoring
EMC DCA Nagios   Nagios includes a core set of plug-ins that can monitor many types of common data
plug-in          center equipment and processes. To monitor specific types of equipment, such as the
                 Greenplum DCA, custom plug-ins can be written.

                 EMC has written a Perl program, the DCA Nagios plug-in, that enables Nagios to
                 monitor the status of the Greenplum DCA. The DCA Nagios plug-in uses SNMP to
                 communicate with the Greenplum DCA Master node and retrieve status information
                 about various components of the Greenplum DCA.

                 The DCA Nagios plug-in depends on the enhanced Greenplum DCA SNMP MIB that
                 was introduced in Greenplum DCA software 1.2.0.0 and Greenplum Database 4.2.1.




                                                        Monitoring EMC Greenplum DCA with Nagios         10
                                      EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                 Nagios Core Infrastructure Monitoring
Greenplum DCA SNMP MIB
Introduction   This chapter provides a brief overview of the Greenplum DCA SNMP MIB and
               describes what kinds of information you can obtain from the Greenplum DCA by using
               the MIB.
               The enhanced SNMP MIB and agent scheme that was introduced with Greenplum DCA
               software 1.2.0.0 allows the entire Greenplum DCA cluster to be monitored by sending
               an SNMP query to the Master node. In this scheme, each component of the
               Greenplum DCA – Master Servers, Segment Servers, Hadoop nodes, DIA nodes, and
               switches – communicates internally and feeds SNMP status information back to a
               master SNMP agent (running on the Master node). An NMS (such as Nagios) can then
               send SNMP queries to the Greenplum DCA Master to obtain the status of segments,
               switches, and so on. The NMS does not contact individual components of the
               Greenplum DCA directly but instead sends SNMP queries to the Greenplum DCA
               Master to ask for the status of a particular component.
               Note    The Greenplum DCA SNMP agent also has the ability to send SNMP traps to
                       the NMS. Trap handling is not available in the current DCA Nagios plug-in.

               In SNMP, the definition of what information you can obtain through SNMP queries is
               described in the SNMP MIB. The Greenplum DCA MIB defines which components you
               can query and what kinds of information you can obtain from the Greenplum DCA. The
               MIB is built as a nested structure of object identifiers (OIDs); each OID describes the
               component that is being referenced and how it relays the information.
               Figure 3 shows a high-level view of the Greenplum DCA MIB, as shown in a MIB
               browser. A MIB browser helps you to understand the structure and components that
               you can query.




               Figure 3.   DCA MIB

               Note    The gpDCAv2Hardware OID is a placeholder to accommodate potential future
                       hardware versions of the Greenplum DCA. This OID currently does not return
                       any information.

               The MIB is separated into hardware and services trees and also includes version
               information. The gpDCAIsoVersion is an example of an OID that you can query
               through SNMP. Figure 4 shows the definition of this OID.




                                                        Monitoring EMC Greenplum DCA with Nagios         11
                                     EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                Nagios Core Infrastructure Monitoring
Figure 4.   OID definition

The definition shows that the OID returns a string that indicates the version of
software on the Greenplum DCA cluster.

Figure 5 shows the gpDCAv1Hardware tree expanded so you can view the sub-trees
for Master nodes, Segment nodes, admin switches, interconnect switches, and so on.




Figure 5.   gpDCAv1Hardware tree

You can expand each of the hardware OIDs further, as shown in Figure 6.




                                          Monitoring EMC Greenplum DCA with Nagios        12
                       EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                  Nagios Core Infrastructure Monitoring
Figure 6.   Expanded hardware tree

The expanded gpMasterNodes tree shows that a table of masterNodeEntry OIDs is
available. A table in a MIB indicates that multiple instances of the structure may be
present. In this case, the gpMasterNodeTable contains instances for both the Master
and Standby Master nodes.

The gpMasterHostNumber OID and the gpMasterHostName OID indicate which Master
(1 or 2) is responding and what its name is (mdw or smdw). As shown in Figure 6, the
column of OIDs is like a row in the Master Node table; there is one row for the GP
Master node and one row for the GP Standby Master node.



                                         Monitoring EMC Greenplum DCA with Nagios        13
                      EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                 Nagios Core Infrastructure Monitoring
Some columns have nested structures. For example, as shown in Figure 7, if you
expand the gpMasterVirtualDisk OID, there are three virtual disks; each has a set of
OIDs with information about the disk.




Figure 7.   Sample of nested structure

This type of structure exists throughout the Greenplum DCA MIB, so when you query
the Greenplum DCA for a certain piece of information, the process consists of drilling
through the MIB structure to find the OID you want and building an SNMP query that
asks for that particular OID.

As shown in Figure 8, each OID is actually a dotted decimal sequence that uniquely
identifies the OID.




                                         Monitoring EMC Greenplum DCA with Nagios        14
                      EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                 Nagios Core Infrastructure Monitoring
Figure 8.   OID dotted decimal sequence

This particular OID returns an integer, with values from 1 to 5, that indicates the
status of the disk. The OID value indicates the OID hierarchical structure and is the
value used in the SNMP query that is sent to the Greenplum DCA to obtain the
corresponding status value.

Note    OIDs that are contained within MIB tables (as is the case here) require that
        you append an extra index value to the OID value shown in order to index to
        the correct row in the MIB table.

        For example, to obtain the value for gpMasterVirtualDiskStatus3, you would
        nominally send the OID value listed (the one ending in .1.1.13.3.1). However,
        since this OID is in the gpMasterNodeTable, you must indicate the table row
        you want to access (in effect, whether you want information from the Master
        or the Standby Master) and, therefore, you must add a digit to the end of the
        OID you send. Thus, to access the status on the Master node, you would send
        an OID ending in .1.1.13.3.1.1.

A full explanation of the Greenplum DCA MIB is beyond the scope of this white paper,
but it is important that you have an understanding of the structure and how to use
SNMP to access individual OIDs.

MIB browser
One of the best ways that you can explore a MIB and experiment with SNMP queries
is to use a MIB browser. The MIB browser from iReasoning not only makes it easy to
navigate the structure of the MIB but also generates the SNMP queries and returns
the values you request.

You should install the MIB browser on a client machine that has a connection to the
DCA Master, and load the Greenplum DCA MIB definition file into the browser. You
can access the Greenplum DCA MIB file on the Greenplum DCA in
/usr/share/snmp/mibs in the file GP-DCA-DATA-MIB.txt.



                                          Monitoring EMC Greenplum DCA with Nagios        15
                       EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                  Nagios Core Infrastructure Monitoring
After you set the IP address of the DCA Master in the browser, the browser displays
values or trees of values of the OIDs you specify, as shown in Figure 9.




Figure 9.   MIB browser




                                         Monitoring EMC Greenplum DCA with Nagios        16
                      EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                 Nagios Core Infrastructure Monitoring
Nagios Core
Introduction   Nagios Core is a popular software package for monitoring data center equipment and
               is available for download from the Nagios web site.
               A full explanation of Nagios is beyond the scope of this white paper, but a good
               reference is the book Nagios, System and Network Monitoring by Wolfgang Barth. The
               Nagios web site also has documentation, installation guides, and forums that are
               very helpful in getting started.
               Nagios Core consists of monitoring and alerting functions, as well as a web
               application that takes care of displaying the data center information that is being
               monitored in a web browser. Once Nagios Core is installed, you open a web browser
               and point it to the Nagios server. You are prompted to log in with the username and
               password that were configured during installation. The Nagios Core home page is
               displayed, as shown in Figure 10.




               Figure 10.   Nagios Core home page

               On the home page, the links in the left pane take you to the monitoring windows.

               Nagios Core monitors hosts and services. Host monitoring – called a host check –
               determines whether a host is “up” or not. A typical host check involves sending a
               “ping” command to the host to see if it returns an answer.



                                                       Monitoring EMC Greenplum DCA with Nagios         17
                                     EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                Nagios Core Infrastructure Monitoring
Service monitoring – called service checks – determines whether certain services,
such as httpd, smtp, print queues, and so on, are running on a host. Service checks
are the heart of the Nagios Core monitoring scheme and are implemented in the
Greenplum DCA Nagios plug-in.

Nagios Core itself is not capable of checking to see if a particular service is running;
instead, it provides a framework for you to install a Nagios plug-in that does know
how to monitor that service. After you install the plug-in, you can configure Nagios
Core to call that plug-in on a periodic basis to check the service. The plug-in returns
data in a particular format, and Nagios Core displays that information in the
monitoring dashboard.

Nagios Core includes a set of standard plug-ins that can check a variety of popular
services that you may want to monitor. Figure 11 shows a set of services being
monitored on the Nagios server.




Figure 11.   Monitoring services on Nagios server

The entries in the Service column correspond to one or more plug-ins that are
executed by Nagios Core to determine the state or value of a service. The plug-in
returns a status code that Nagios interprets as either “Okay”, “Warning”, “Error”, or
“Unknown”. The plug-in can also return descriptive text that is displayed in the Status
Information column.

You can also pass parameters to the plug-in that control how the plug-in behaves
when it runs. Typical parameters are values that specify thresholds for warning and
error conditions.

For example, parameters that indicate that free disk space below 1 GB is a “Warning”
condition and free disk space below 50 MB is a “Critical” condition might be passed
to a plug-in that checks available disk space. When the plug-in checks the available
disk space, it uses these threshold values to determine whether to return an “Okay”,
“Warning”, or “Error” status code based on the free disk space it sees. Using
command line parameters, a single plug-in can perform many different operations.

The DCA Nagios plug-in accepts different parameters that let it check all the different
OIDs in the Greenplum DCA MIB.



                                           Monitoring EMC Greenplum DCA with Nagios        18
                       EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                  Nagios Core Infrastructure Monitoring
Service checks and A Nagios service check is an object you define in Nagios Core to call a plug-in. For
commands           example, you may want to define a service check that looks at the battery state of the
                   Master. In a Nagios configuration file, you would define this service check by giving it
                   a service description and telling it which plug-in to call.

                     This Nagios service check definition example checks the battery status:
                     define service{
                        use   dca-master-service
                        service_description Master Battery
                        check_command check_dca_nodes_snmp!Battery!Master!1
                     }

                     The use directive specifies a service template, defined elsewhere, that specifies
                     generic service check properties, such as polling frequency and alerting options. The
                     service_description value provides the name of the service check – Master Battery –
                     and the check_command indicates the command object to call and the parameters
                     (separated with exclamation marks) to pass to it.

                     The command object is a reference to an object defined in Nagios that defines how to
                     call a plug-in. This example defines a command object named
                     check_dca_nodes_snmp, which is referenced in the Master Battery service check.
                     This calls the DCA Nagios plug-in:
                     define command{
                       command_name check_dca_nodes_snmp
                       command_line $USER1$/check_snmp_dca.pl -H $HOSTADDRESS$ -o
                     '$ARG1$' -n $ARG2$ -i $ARG3$ -w $ARG4$ -c $ARG5$
                     }

                     The command_line directive defines the command line that Nagios uses to execute
                     the plug-in. Nagios command objects make extensive use of macros that take on
                     values dynamically based on how the command object is referenced in a service
                     check definition.

                     The $USER1$ and $HOSTADDRESS$ macros specify the location of the plug-in
                     directory and the name of the host that is being referenced in the service check. The
                     $ARGx$ macro corresponds to the parameters between exclamation marks in the
                     service check definition that calls this command object.

                     In reviewing the Master Battery service check definition, you can see that three
                     parameters were passed to the plug-in – Battery, Master, and 1. These correspond to
                     the $ARG1$, $ARG2$, and $ARG3$ macros that are assigned to the –o, –n, and –i
                     command line arguments in the Perl script.

                     Note    The –w and –c options are not given values in this case. These are optional
                             parameters for the plug-in and are not needed in some service checks.




                                                              Monitoring EMC Greenplum DCA with Nagios         19
                                            EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                       Nagios Core Infrastructure Monitoring
DCA Nagios plug-in
Introduction        A Nagios plug-in is a stand-alone program. You can execute it from the command line
                    completely outside of the Nagios framework and therefore can develop it
                    independently from the Nagios system. As long as the program exits with a return
                    code that Nagios expects (a value from 0 to 4), and optionally prints additional
                    information to Standard Out, it can function as a Nagios plug-in.

                    The DCA Nagios plug-in is a program written in Perl that understands how to query the
                    Greenplum DCA through SNMP and process the responses. The plug-in accepts
                    command line parameters that tell it which OID (or OIDs) to query, optional threshold
                    values that indicate when to return warning or error states, and other values that
                    control its operation. The plug-in returns a return code that Nagios uses to indicate
                    Okay, Warning, Error, or Unknown and also prints additional information to Standard
                    Out. Nagios displays this information in the informational area of the Nagios GUI (web
                    page).

Open source         The DCA Nagios plug-in is one way to enable Nagios to display and monitor the
software            Greenplum DCA. Users are encouraged to extend and improve the plug-in and fully
                    test its operation before deploying in a production environment.

                    Note   EMC does not offer support for this plug-in. It is provided “as is” to the open
                           source community as a reference design.

Accessing the       The DCA Nagios plug-in is available on the Nagios Exchange web site. Simply search
plug-in on Nagios   for “Greenplum” to find the DCA Nagios plug-in and any associated plug-ins.

Service checks      Conceivably, you could write a separate plug-in for each component in the Greenplum
                    DCA that you want to check. Given the hundreds of OIDs in the MIB however, that
                    would be impractical. Therefore, the DCA Nagios plug-in accepts parameters that
                    indicate which OID to check and generates the appropriate SNMP query.

                    It would also be impractical to define service checks for every possible OID in the
                    Greenplum DCA MIB. Not only would there be potentially thousands of service check
                    definitions in the Nagios configuration files, but the Nagios GUI would be filled with
                    entries from every individual component mapped to the MIB.

                    When you look at the DCA MIB, you can see that many of the OIDs are related. Figure
                    12 shows the OIDs related to the Master node power supply.




                                                             Monitoring EMC Greenplum DCA with Nagios        20
                                          EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                     Nagios Core Infrastructure Monitoring
Figure 12.   Master node power supply OIDs

You could define a service check for each OID across the two power supplies in the
Master, but, since there are power supplies in each of the two Master nodes in the
Greenplum DCA, as well as in every Segment/Hadoop node, this would result in a
huge number of service check entries in the Nagios GUI.

To minimize the number of service checks to define and display, but still cover all of
the OIDs in the MIB, the DCA Nagios plug-in checks higher-level Greenplum DCA
objects. In the case of power supplies, a service check that checks the power supply
object is defined. When the DCA Nagios plug-in is called and told to check the Power
Supply object on the Standby Master, the plug-in knows to generate SNMP queries for
all four OIDs for each power supply (eight OIDs in total) on the Standby Master and to
consolidate the results into a composite status of both power supplies for display in
the Nagios GUI. Figure 13 shows a section of the Nagios display that gives the overall
state of the power supplies on the Master.




Figure 13.   Master power supplies

You can click the Master Power Supplies link to get a more detailed status display
that shows the responses from all of the OIDs that were queried, which comprise the
Power Supply object as shown in Figure 14.




                                         Monitoring EMC Greenplum DCA with Nagios         21
                       EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                  Nagios Core Infrastructure Monitoring
Figure 14.   Detailed status display

You can see a more complex example in the interface OIDs for the Interconnect
switch. As shown in Figure 15, there are many ports on a switch and multiple OIDs for
each port.




Figure 15.   Multiple OIDs

An abstract interconnect interface service check is defined that, when sent to the
plug-in to check, results in the plug-in querying all of the interface OIDs and
consolidating the results into one composite status. If any of the individual interface
OIDs indicate a warning or error, the composite status is a warning or error and the
description text gives the details about which interface (or interfaces) has the actual
issue.




                                          Monitoring EMC Greenplum DCA with Nagios        22
                       EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                  Nagios Core Infrastructure Monitoring
Figure 16 shows assorted service check display states.




Figure 16.   Service check display states

Clicking the service check name link provides you with more details about the service
check error, as shown in Figure 17.




Figure 17.   Detailed status display

Finally, if you analyze the entire Greenplum DCA MIB and think about the types of
information provided, you find that there are several main OID categories and ways in
which you may want to query them. For example:
  •   Threshold checks—Some OIDs return measurement values that you can use to
      compare against a threshold to determine if that component is operating
      normally, in a warning state, or in an error state. Examples might include power
      supply watts, free disk space, free memory, and so on.
  •   Status checks—Some OIDs return a status value – Normal, Warning, and Error –
      and a text description of that state.
  •   Value checks—Some OIDs return a text value. An example is the OID that
      returns the version number of the Greenplum DCA software.




                                            Monitoring EMC Greenplum DCA with Nagios      23
                       EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                  Nagios Core Infrastructure Monitoring
Note     You may want to treat this as a threshold check and display a warning
                                   or error if the software version is below a certain value. The DCA Nagios
                                   plug-in can be enhanced to handle this type of check.

                     •    Composite checks—Some OIDs are part of a tree of related components that
                          make sense to group together and show as an aggregated status. These OIDs
                          typically return a status value as well as a component description and a status
                          description.

DCA Nagios plug-   Nagios plug-ins must accept a certain number of standard command line options and
in command line    then are free to accept additional options that are specific to their particular
                   functions. Table 2 lists the standard Nagios plug-in command line options.

                   Table 2.      DCA Nagios plug-in standard command line options

                     Command line                   Description
                     -H <hostname>                  Indicates the name or IP address of the host to query for the
                                                    status. For the DCA Nagios plug-in, this corresponds to the
                                                    Greenplum DCA Master.

                     -w <warning threshold(s)>      Indicates the value (or values) below which a warning
                                                    status should be returned. You can specify multiple
                                                    threshold values, separated by commas, which would be
                                                    applied to multiple OIDs involved in the check.

                     -c <critical threshold(s)>     Indicates the value (or values) below which an error status
                                                    should be returned. You can specify multiple critical values,
                                                    separated by commas, which would be applied to multiple
                                                    OIDs involved in the check.

                     --help                         Causes the plug-in to display syntax information that
                                                    describes the available command line options and what
                                                    they mean. This takes the place of “man” pages for the
                                                    plug-in to reduce the number of files that need to be
                                                    installed with the plug-in.

                   In addition to the standard Nagios plug-in command line options, the DCA Nagios
                   plug-in defines additional command line options, as shown in Table 3.

                   Table 3.      DCA Nagios plug-in command line options

                     Command line                   Description
                     -n <node type>                 Indicates the type of node that you want to query. Possible
                                                    values are Master, Segment, Admin, Int, ETL, HDMaster,
                                                    HDWorker, AggAdmin, and AggInt. Each type indicates a
                                                    particular tree in the Greenplum DCA MIB.




                                                                  Monitoring EMC Greenplum DCA with Nagios          24
                                              EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                         Nagios Core Infrastructure Monitoring
Command line                   Description
 -i <node index>                Indicates the index of the node table that you want to
                                query. Each node type has one or more entries in a MIB
                                table that correspond to an instance of that node in the
                                Greenplum DCA cluster.
                                For example, the Master node table has two entries, one for
                                the Master node and one for the Standby node. Similarly,
                                the Segment node table has four or more entries that
                                correspond to the number of Segment Servers installed in
                                the Greenplum DCA. The node index number indicates
                                which of these nodes you want to query.

 -o <object identifier>         Indicates the abstract Greenplum DCA object you want to
                                query. A Greenplum DCA object corresponds to either a
                                specific Greenplum DCA OID or a collection of OIDs in the
                                Greenplum DCA MIB. You define these OIDs in the DCA
                                Nagios plug-in and allow the Nagios Administrator to ask
                                for status on logical components – for example, the
                                Interconnect switch – instead of having to specify each OID
                                individually (Interconnect switch port 1, 2, 3, and so on).

Given these command line options, the following examples show different ways to
call the DCA Nagios plug-in to obtain information about the Greenplum DCA.

Example 1 - Running the Greenplum Database version on the DCA cluster
The first example simply gets the Greenplum Database version that is running on the
Greenplum DCA cluster. The -H parameter is the DNS name of the Greenplum Master.
This corresponds to the external IP address of the Greenplum DCA Master. The -o
parameter specifies the abstract MIB object to query. The return code from the
program is not shown, but the output gives a text description of the results of the
query.
check_snmp_dca.pl -H mydca -o "DB Version"
OK - DB Version: DB Version:4.2.1.0 build 1

Example 2 - Checking the first Segment Server's fan status
This example checks the state of the fans on the first Segment Server.
check_snmp_dca.pl -H mydca -o "Cooling Device" -n Segment -i 1
OK - Cooling Device
Desc(1):ok: System Board FAN MOD 1A RPM
Desc(2):ok: System Board FAN MOD 1B RPM
Desc(3):ok: System Board FAN MOD 2A RPM
Desc(4):ok: System Board FAN MOD 3A RPM
Desc(5):ok: System Board FAN MOD 3B RPM
Desc(6):ok: System Board FAN MOD 4A RPM
Desc(7):ok: System Board FAN MOD 4B RPM
Desc(8):ok: System Board FAN MOD 5B RPM
Desc(9):ok: System Board FAN MOD 5A RPM
Desc(10):ok: System Board FAN MOD 2B RPM




                                              Monitoring EMC Greenplum DCA with Nagios        25
                          EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                     Nagios Core Infrastructure Monitoring
Example 3 - Checking the RAM in the Master
                  This example is more complicated. It checks the total and available RAM in the
                  Master. The MIB has OIDs for both total RAM and available RAM on a node. To reduce
                  the number of checks you have to define, you define a RAM object that covers both
                  OIDs. You pass this object name, along with the node type and instance parameter,
                  to the plug-in.

                  The total and available RAM OIDs do not return a status; they simply return the
                  amount of RAM in bytes. To indicate warning or error conditions, you also pass
                  warning and critical thresholds to the Nagios plug-in. You pass two values for each
                  OID (separated by commas) to provide values for both total RAM and available RAM.
                  check_snmp_dca.pl -H 10.110.80.30 -o "RAM" -n Master -i 1 -w
                  49319684,37460868 -c 48000000,25000000
                  OK - RAM: Total:49319684 Available:47653836

                  In this example, you can see that below 49,319,684 total RAM and 37,460,868
                  available RAM should be a warning condition and below 48,000,000 total RAM and
                  25,000,000 available RAM should be a critical or error condition. The Nagios plug-in
                  reports that the current values are above those thresholds and therefore things are
                  okay.

                  If you adjust the warning levels upward, you can force a warning response. In the
                  example below, EMC adjusted the warning level to just above the total RAM, so the
                  Nagios plug-in warns that the OIDs are below that level.
                  check_snmp_dca.pl -H 10.110.80.30 -o "RAM" -n Master -i 1 -w
                  49419684,37460868 -c 48000000,25000000
                  WARNING - RAM: Total:49319684 < 49419684 Available:47653184


Plug-in command   Table 4 lists the command objects that can be passed to the DCA Nagios plug-in.
objects
                  Table 4.       Command objects for the DCA Nagios plug-in

                                             Node                                    Warn/critical
                    Object name                         Index range
                                             type                                    options

                    Accesses read/write      Master     1,2                          Warn above, critical
                                                                                     above
                                             Segment    1,<number of segments>

                    Admin switch             Admin      1                            -
                    interface

                    Admin switch status      Admin      1                            -

                    Array disk               Master     1,2                          -

                                             Segment    1,<number of segments>       -

                    Battery                  Master     1,2                          -

                                             Segment    1,<number of segments>       -

                    Bytes read/write         Master     1,2                          Warn above, critical
                                                                                     above
                                             Segment    1,<number of segments>



                                                              Monitoring EMC Greenplum DCA with Nagios        26
                                           EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                      Nagios Core Infrastructure Monitoring
Node                                    Warn/critical
Object name                          Index range
                           type                                    options

Cache device               Master    1,2                           -

                           Segment   1,<number of segments>        -

Change tracking            Master    1,2                           -
status
                           Segment   1,<number of segments>        -

Connection status          -         -                             -

Controller                 Master    1,2                           -

                           Segment   1,<number of segments>        -

Controller battery         Master    1,2                           -

                           Segment   1,<number of segments>        -

Cooling device             Master    1,2                           -

                           Segment   1,<number of segments>        -

Core file status           Master    1,2                           -

                           Segment   1,<number of segments>        -

CPU percent                Master    1,2                           Warn above, critical
                                                                   above
                           Segment   1,<number of segments>

Crash file status          Master    1,2                           -

                           Segment   1,<number of segments>        -

Database version           -         -                             -

Disk used                  Master    1,2                           -

                           Segment   1,<number of segments>        -

Disk used percentage       Master    1,2                           -

                           Segment   1,<number of segments>        -

Interconnect interface     Int       1,2                           -

Interconnect sensor        Int       1,2                           -

Interconnect switch        Int       1,2                           -
status

Master mirror sync         -         -                             -
status

Memory device              Master    1,2                           -

                           Segment   1,<number of segments>        -

Network device             Master    1,2                           -

                           Segment   1,<number of segments>        -


                                           Monitoring EMC Greenplum DCA with Nagios         27
                         EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                    Nagios Core Infrastructure Monitoring
Node                                    Warn/critical
                     Object name                       Index range
                                             type                                    options

                     OS memory               Master    1,2                           -

                                             Segment   1,<number of segments>        -

                     Overall status          Master    1,2                           -

                                             Segment   1,<number of segments>        -

                     Power supply            Master    1,2                           -

                                             Segment   1,<number of segments>        -

                     Processor device        Master    1,2                           -

                                             Segment   1,<number of segments>        -

                     RAM                     Master    1,2                           Warn below, critical
                                                                                     below
                                             Segment   1,<number of segments>

                     Resync mode status      -         -                             -

                     Role change status      -         -                             -

                     Segment counts          -         -                             -

                     Segment down status     -         -                             -

                     Swap                    Master    1,2                           Warn below, critical
                                                                                     below
                                             Segment   1,<number of segments>

                     System watts            Master    1,2                           Warn above, critical
                                                                                     above
                                             Segment   1,<number of segments>

                     Temperature             Master    1,2                           Warn above, critical
                                                                                     above
                                             Segment   1,<number of segments>

                     Temperature status      Master    1,2                           -

                                             Segment   1,<number of segments>        -

                     Virtual disk            Master    1,2                           -

                                             Segment   1,<number of segments>        -


Deploying the DCA   The DCA Nagios plug-in package consists of the plug-in itself and a set of sample
Nagios plug-in      Nagios configuration files that you can use to get started monitoring a Greenplum
                    DCA.

                    Place the Perl script check_dca_snmp.pl in the /usr/local/nagios/libexec directory or
                    wherever Nagios plug-ins are located in your Nagios installation. The plug-in requires
                    that the Perl Net::SNMP module is installed on the Nagios server. For instructions on
                    how to install Net::SNMP on your Nagios system, see the Perl repository at CPAN.




                                                             Monitoring EMC Greenplum DCA with Nagios         28
                                           EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                      Nagios Core Infrastructure Monitoring
The configuration files contain service check definitions, command definitions, and
corresponding Nagios objects that show how you can call the DCA Nagios plug-in, as
well as how you can structure the service checks to display in the Nagios GUI.

Since the service check definitions can get lengthy, the configuration files are
separated into functional areas.

For example, there is a master.cfg file, a switches.cfg file, and a segmentxx.template
file. The segmentxx.template file is a template for creating a number of segmentxx.cfg
files that correspond to each segment in your system (segment01.cfg,
segment02.cfg, and so on).

If you have Hadoop and DIA nodes or just DIA nodes in your Greenplum DCA system,
you need to create configuration files for these nodes as well. These configuration
files would be similar to the configuration files for the Segments. Place these files in a
subdirectory under the /usr/local/nagios/etc directory (or equivalent). In the
nagios.cfg file in that directory, you can specify the directory that holds the
configuration files.

For example, you can create the following definition, which causes Nagios to look in
that directory for the configuration files:
cfg_dir=/usr/local/nagios/etc/dca




                                          Monitoring EMC Greenplum DCA with Nagios           29
                       EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                  Nagios Core Infrastructure Monitoring
Conclusion
Summary      EMC Greenplum DCA is an analytics platform that provides mission-critical
             information to today’s businesses. The Greenplum DCA SNMP MIB provides a wealth
             of information about the Greenplum DCA to ensure that it is operating at peak
             efficiency.

             Nagios is a popular system monitoring framework that is extensible to enable nearly
             any kind of data center equipment to be monitored. The DCA Nagios plug-in gives you
             the ability to monitor the Greenplum DCA, display status information in the Nagios
             GUI, and generate alerts if problems are detected.




                                                    Monitoring EMC Greenplum DCA with Nagios         30
                                  EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                             Nagios Core Infrastructure Monitoring
References
White papers    For additional information, see this white paper:
                  •   EMC Greenplum Data Computing Appliance: Architecture, Performance, and
                      Functions

Other           For additional information, see the documents and websites listed below:
documentation
                  •   Nagios System and Network Monitoring, Wolfgang Barth, 2nd Edition, No
                      Starch Press
                  •   Essential SNMP, Douglas R. Mauro & Kevin J. Schmidt, 2nd Edition, O’Reilly
                      Media
                  •   SNMP MIB Handbook, Larry Walsh, Wyndam Press
                  •   Nagios Exchange (web site for accessing plug-ins)
                  •   Nagios (web site)




                                                         Monitoring EMC Greenplum DCA with Nagios        31
                                      EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In,
                                                                 Nagios Core Infrastructure Monitoring

Weitere ähnliche Inhalte

Was ist angesagt?

Boomerang Total Recall
Boomerang Total RecallBoomerang Total Recall
Boomerang Total Recallbdoyle05
 
Facility Optimization
Facility OptimizationFacility Optimization
Facility Optimizationcwoodson
 
Comparative Analysis of IT Monitoring Tools
Comparative Analysis of IT Monitoring ToolsComparative Analysis of IT Monitoring Tools
Comparative Analysis of IT Monitoring Toolsapprize360
 
Take the guesswork out of video surveillance with pre-validated Milestone s...
Take the guesswork out of video  surveillance with pre-validated  Milestone s...Take the guesswork out of video  surveillance with pre-validated  Milestone s...
Take the guesswork out of video surveillance with pre-validated Milestone s...Principled Technologies
 
SungardASRaaS_WhitePaper_Final
SungardASRaaS_WhitePaper_FinalSungardASRaaS_WhitePaper_Final
SungardASRaaS_WhitePaper_FinalEric Brahney
 
How Test Labs Reduce Cyber Security Threats to Industrial Control Systemse cy...
How Test Labs Reduce Cyber Security Threats to Industrial Control Systemse cy...How Test Labs Reduce Cyber Security Threats to Industrial Control Systemse cy...
How Test Labs Reduce Cyber Security Threats to Industrial Control Systemse cy...Schneider Electric
 
Types of Prefabricated Modular Data Centers
Types of Prefabricated Modular Data CentersTypes of Prefabricated Modular Data Centers
Types of Prefabricated Modular Data CentersSchneider Electric
 
Accelerate performance on machine learning workloads with the Dell EMC PowerE...
Accelerate performance on machine learning workloads with the Dell EMC PowerE...Accelerate performance on machine learning workloads with the Dell EMC PowerE...
Accelerate performance on machine learning workloads with the Dell EMC PowerE...Principled Technologies
 
Closed Loop Platform Automation - Tong Zhong & Emma Collins
Closed Loop Platform Automation - Tong Zhong & Emma CollinsClosed Loop Platform Automation - Tong Zhong & Emma Collins
Closed Loop Platform Automation - Tong Zhong & Emma CollinsLiz Warner
 
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330Symantec
 
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...Schneider Electric
 
D1.2 analysis and selection of low power techniques, services and patterns
D1.2 analysis and selection of low power techniques, services and patternsD1.2 analysis and selection of low power techniques, services and patterns
D1.2 analysis and selection of low power techniques, services and patternsBabak Sorkhpour
 
Embedded Intro India05
Embedded Intro India05Embedded Intro India05
Embedded Intro India05Rajesh Gupta
 
Classification of data center operations technology management tools
Classification of data center operations technology management toolsClassification of data center operations technology management tools
Classification of data center operations technology management toolsSchneider Electric India
 
Accelerate performance on machine learning workloads with the Dell EMC PowerE...
Accelerate performance on machine learning workloads with the Dell EMC PowerE...Accelerate performance on machine learning workloads with the Dell EMC PowerE...
Accelerate performance on machine learning workloads with the Dell EMC PowerE...Principled Technologies
 

Was ist angesagt? (20)

Boomerang Total Recall
Boomerang Total RecallBoomerang Total Recall
Boomerang Total Recall
 
Facility Optimization
Facility OptimizationFacility Optimization
Facility Optimization
 
Comparative Analysis of IT Monitoring Tools
Comparative Analysis of IT Monitoring ToolsComparative Analysis of IT Monitoring Tools
Comparative Analysis of IT Monitoring Tools
 
Take the guesswork out of video surveillance with pre-validated Milestone s...
Take the guesswork out of video  surveillance with pre-validated  Milestone s...Take the guesswork out of video  surveillance with pre-validated  Milestone s...
Take the guesswork out of video surveillance with pre-validated Milestone s...
 
High Res CIO Review Article
High Res CIO Review ArticleHigh Res CIO Review Article
High Res CIO Review Article
 
Hot Disaster Recovery Using Zerto
Hot Disaster Recovery Using ZertoHot Disaster Recovery Using Zerto
Hot Disaster Recovery Using Zerto
 
SungardASRaaS_WhitePaper_Final
SungardASRaaS_WhitePaper_FinalSungardASRaaS_WhitePaper_Final
SungardASRaaS_WhitePaper_Final
 
How Test Labs Reduce Cyber Security Threats to Industrial Control Systemse cy...
How Test Labs Reduce Cyber Security Threats to Industrial Control Systemse cy...How Test Labs Reduce Cyber Security Threats to Industrial Control Systemse cy...
How Test Labs Reduce Cyber Security Threats to Industrial Control Systemse cy...
 
Types of Prefabricated Modular Data Centers
Types of Prefabricated Modular Data CentersTypes of Prefabricated Modular Data Centers
Types of Prefabricated Modular Data Centers
 
StruxureWare DCIM
StruxureWare DCIMStruxureWare DCIM
StruxureWare DCIM
 
Accelerate performance on machine learning workloads with the Dell EMC PowerE...
Accelerate performance on machine learning workloads with the Dell EMC PowerE...Accelerate performance on machine learning workloads with the Dell EMC PowerE...
Accelerate performance on machine learning workloads with the Dell EMC PowerE...
 
Closed Loop Platform Automation - Tong Zhong & Emma Collins
Closed Loop Platform Automation - Tong Zhong & Emma CollinsClosed Loop Platform Automation - Tong Zhong & Emma Collins
Closed Loop Platform Automation - Tong Zhong & Emma Collins
 
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
 
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
Virtualization and Cloud Computing: Optimized Power, Cooling, and Management ...
 
D1.2 analysis and selection of low power techniques, services and patterns
D1.2 analysis and selection of low power techniques, services and patternsD1.2 analysis and selection of low power techniques, services and patterns
D1.2 analysis and selection of low power techniques, services and patterns
 
Embedded Intro India05
Embedded Intro India05Embedded Intro India05
Embedded Intro India05
 
It&smart grid
It&smart gridIt&smart grid
It&smart grid
 
Classification of data center operations technology management tools
Classification of data center operations technology management toolsClassification of data center operations technology management tools
Classification of data center operations technology management tools
 
Accelerate performance on machine learning workloads with the Dell EMC PowerE...
Accelerate performance on machine learning workloads with the Dell EMC PowerE...Accelerate performance on machine learning workloads with the Dell EMC PowerE...
Accelerate performance on machine learning workloads with the Dell EMC PowerE...
 
Remote HD and 3D image processing challenges in Embedded Systems
Remote HD and 3D image processing challenges in Embedded SystemsRemote HD and 3D image processing challenges in Embedded Systems
Remote HD and 3D image processing challenges in Embedded Systems
 

Andere mochten auch

White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applian...
 White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applian... White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applian...
White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applian...EMC
 
Greenplum Database Overview
Greenplum Database Overview Greenplum Database Overview
Greenplum Database Overview EMC
 
Greenplum Analytics Workbench - What Can a Private Hadoop Cloud Do For You?
Greenplum Analytics Workbench - What Can a Private Hadoop Cloud Do For You?  Greenplum Analytics Workbench - What Can a Private Hadoop Cloud Do For You?
Greenplum Analytics Workbench - What Can a Private Hadoop Cloud Do For You? EMC
 
2 cired2013 power quality emc-emi-safety
2   cired2013 power quality emc-emi-safety2   cired2013 power quality emc-emi-safety
2 cired2013 power quality emc-emi-safetyDutch Power
 
EMC Solutions for the Internet of Things and Industrie 4.0 - Platforms (EN) <...
EMC Solutions for the Internet of Things and Industrie 4.0 - Platforms (EN) <...EMC Solutions for the Internet of Things and Industrie 4.0 - Platforms (EN) <...
EMC Solutions for the Internet of Things and Industrie 4.0 - Platforms (EN) <...Dell Technologies
 
Greenplum Database Open Source December 2015
Greenplum Database Open Source December 2015Greenplum Database Open Source December 2015
Greenplum Database Open Source December 2015PivotalOpenSourceHub
 
#PostgreSQLRussia в банке Тинькофф, доклад №1
#PostgreSQLRussia в банке Тинькофф, доклад №1#PostgreSQLRussia в банке Тинькофф, доклад №1
#PostgreSQLRussia в банке Тинькофф, доклад №1Nikolay Samokhvalov
 
Introduction to Greenplum
Introduction to GreenplumIntroduction to Greenplum
Introduction to GreenplumDave Cramer
 
greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM seungdon Choi
 
Greenplum: O banco de dados open source massivamente paralelo baseado em Post...
Greenplum: O banco de dados open source massivamente paralelo baseado em Post...Greenplum: O banco de dados open source massivamente paralelo baseado em Post...
Greenplum: O banco de dados open source massivamente paralelo baseado em Post...PGDay Campinas
 
EMC's IT's Cloud Transformation, Thomas Becker, EMC
EMC's IT's Cloud Transformation, Thomas Becker, EMCEMC's IT's Cloud Transformation, Thomas Becker, EMC
EMC's IT's Cloud Transformation, Thomas Becker, EMCCloudOps Summit
 
EMC World 2015 - The Devops Toolkit
EMC World 2015 - The Devops ToolkitEMC World 2015 - The Devops Toolkit
EMC World 2015 - The Devops ToolkitJonas Rosland
 
Cloud-native Data: Every Microservice Needs a Cache
Cloud-native Data: Every Microservice Needs a CacheCloud-native Data: Every Microservice Needs a Cache
Cloud-native Data: Every Microservice Needs a Cachecornelia davis
 
The Right Way to Become Successful in Burning Fat
The Right Way to Become Successful in Burning FatThe Right Way to Become Successful in Burning Fat
The Right Way to Become Successful in Burning Fattrg911
 
Pivotal: Hadoop for Powerful Processing of Unstructured Data for Valuable Ins...
Pivotal: Hadoop for Powerful Processing of Unstructured Data for Valuable Ins...Pivotal: Hadoop for Powerful Processing of Unstructured Data for Valuable Ins...
Pivotal: Hadoop for Powerful Processing of Unstructured Data for Valuable Ins...EMC
 
Theoretical research
Theoretical researchTheoretical research
Theoretical researchChloeMateides
 

Andere mochten auch (20)

Greenplum Architecture
Greenplum ArchitectureGreenplum Architecture
Greenplum Architecture
 
White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applian...
 White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applian... White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applian...
White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applian...
 
Greenplum Database Overview
Greenplum Database Overview Greenplum Database Overview
Greenplum Database Overview
 
Greenplum Analytics Workbench - What Can a Private Hadoop Cloud Do For You?
Greenplum Analytics Workbench - What Can a Private Hadoop Cloud Do For You?  Greenplum Analytics Workbench - What Can a Private Hadoop Cloud Do For You?
Greenplum Analytics Workbench - What Can a Private Hadoop Cloud Do For You?
 
2 cired2013 power quality emc-emi-safety
2   cired2013 power quality emc-emi-safety2   cired2013 power quality emc-emi-safety
2 cired2013 power quality emc-emi-safety
 
EMC Solutions for the Internet of Things and Industrie 4.0 - Platforms (EN) <...
EMC Solutions for the Internet of Things and Industrie 4.0 - Platforms (EN) <...EMC Solutions for the Internet of Things and Industrie 4.0 - Platforms (EN) <...
EMC Solutions for the Internet of Things and Industrie 4.0 - Platforms (EN) <...
 
5. pivotal hd 2013
5. pivotal hd 20135. pivotal hd 2013
5. pivotal hd 2013
 
Greenplum Database Open Source December 2015
Greenplum Database Open Source December 2015Greenplum Database Open Source December 2015
Greenplum Database Open Source December 2015
 
#PostgreSQLRussia в банке Тинькофф, доклад №1
#PostgreSQLRussia в банке Тинькофф, доклад №1#PostgreSQLRussia в банке Тинькофф, доклад №1
#PostgreSQLRussia в банке Тинькофф, доклад №1
 
Introduction to Greenplum
Introduction to GreenplumIntroduction to Greenplum
Introduction to Greenplum
 
greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM
 
Documentum Overview
Documentum OverviewDocumentum Overview
Documentum Overview
 
Greenplum: O banco de dados open source massivamente paralelo baseado em Post...
Greenplum: O banco de dados open source massivamente paralelo baseado em Post...Greenplum: O banco de dados open source massivamente paralelo baseado em Post...
Greenplum: O banco de dados open source massivamente paralelo baseado em Post...
 
EMC's IT's Cloud Transformation, Thomas Becker, EMC
EMC's IT's Cloud Transformation, Thomas Becker, EMCEMC's IT's Cloud Transformation, Thomas Becker, EMC
EMC's IT's Cloud Transformation, Thomas Becker, EMC
 
EMC World 2015 - The Devops Toolkit
EMC World 2015 - The Devops ToolkitEMC World 2015 - The Devops Toolkit
EMC World 2015 - The Devops Toolkit
 
Cloud-native Data: Every Microservice Needs a Cache
Cloud-native Data: Every Microservice Needs a CacheCloud-native Data: Every Microservice Needs a Cache
Cloud-native Data: Every Microservice Needs a Cache
 
The Right Way to Become Successful in Burning Fat
The Right Way to Become Successful in Burning FatThe Right Way to Become Successful in Burning Fat
The Right Way to Become Successful in Burning Fat
 
Pivotal: Hadoop for Powerful Processing of Unstructured Data for Valuable Ins...
Pivotal: Hadoop for Powerful Processing of Unstructured Data for Valuable Ins...Pivotal: Hadoop for Powerful Processing of Unstructured Data for Valuable Ins...
Pivotal: Hadoop for Powerful Processing of Unstructured Data for Valuable Ins...
 
Theoretical research
Theoretical researchTheoretical research
Theoretical research
 
Duurzaam winkelen 2014
Duurzaam winkelen 2014Duurzaam winkelen 2014
Duurzaam winkelen 2014
 

Ähnlich wie Monitoring EMC Greenplum DCA with Nagios

White Paper: MoreVRP for EMC Greenplum
White Paper: MoreVRP for EMC Greenplum  White Paper: MoreVRP for EMC Greenplum
White Paper: MoreVRP for EMC Greenplum EMC
 
BlueData Isilon Validation Brief
BlueData Isilon Validation BriefBlueData Isilon Validation Brief
BlueData Isilon Validation BriefBoni Bruno
 
White Paper: EMC Greenplum Data Computing Appliance Enhances EMC IT's Global ...
White Paper: EMC Greenplum Data Computing Appliance Enhances EMC IT's Global ...White Paper: EMC Greenplum Data Computing Appliance Enhances EMC IT's Global ...
White Paper: EMC Greenplum Data Computing Appliance Enhances EMC IT's Global ...EMC
 
Configuration Compliance For Storage, Network & Server
Configuration Compliance For Storage, Network & Server Configuration Compliance For Storage, Network & Server
Configuration Compliance For Storage, Network & Server EMC
 
White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applianc...
White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applianc...White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applianc...
White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applianc...EMC
 
Dell/EMC Technical Validation of BlueData EPIC with Isilon
Dell/EMC Technical Validation of BlueData EPIC with IsilonDell/EMC Technical Validation of BlueData EPIC with Isilon
Dell/EMC Technical Validation of BlueData EPIC with IsilonGreg Kirchoff
 
PowerPro Flyer English
PowerPro Flyer EnglishPowerPro Flyer English
PowerPro Flyer Englishcynapspro GmbH
 
Acceleration_and_Security_draft_v2
Acceleration_and_Security_draft_v2Acceleration_and_Security_draft_v2
Acceleration_and_Security_draft_v2Srinivasa Addepalli
 
TrueView/32 Enterprise - Network Management Software
TrueView/32 Enterprise - Network Management SoftwareTrueView/32 Enterprise - Network Management Software
TrueView/32 Enterprise - Network Management SoftwareRonald Bartels
 
cynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro GmbH
 
EMC IT's Journey to Cloud : VIRTUAL DESKTOP
EMC IT's Journey to Cloud : VIRTUAL DESKTOPEMC IT's Journey to Cloud : VIRTUAL DESKTOP
EMC IT's Journey to Cloud : VIRTUAL DESKTOPEMC
 
Building Efficient Edge Nodes for Content Delivery Networks
Building Efficient Edge Nodes for Content Delivery NetworksBuilding Efficient Edge Nodes for Content Delivery Networks
Building Efficient Edge Nodes for Content Delivery NetworksRebekah Rodriguez
 
Pro sphere customer technical
Pro sphere customer technicalPro sphere customer technical
Pro sphere customer technicalsolarisyougood
 
Take the guesswork out of video surveillance with pre-validated, virtualized ...
Take the guesswork out of video surveillance with pre-validated, virtualized ...Take the guesswork out of video surveillance with pre-validated, virtualized ...
Take the guesswork out of video surveillance with pre-validated, virtualized ...Principled Technologies
 
NEC's UNIVERGE BLUE BACKUP and UNIVERGE BLUE RECOVER
NEC's UNIVERGE BLUE BACKUP and UNIVERGE BLUE RECOVERNEC's UNIVERGE BLUE BACKUP and UNIVERGE BLUE RECOVER
NEC's UNIVERGE BLUE BACKUP and UNIVERGE BLUE RECOVERInteractiveNEC
 
Windows Debugging Tools - JavaOne 2013
Windows Debugging Tools - JavaOne 2013Windows Debugging Tools - JavaOne 2013
Windows Debugging Tools - JavaOne 2013MattKilner
 
Locationless data science on a modern secure edge
Locationless data science on a modern secure edgeLocationless data science on a modern secure edge
Locationless data science on a modern secure edgeJohn Archer
 
CA Infrastructure Management 2.0 vs. Solarwinds Orion: Speed and ease of mana...
CA Infrastructure Management 2.0 vs. Solarwinds Orion: Speed and ease of mana...CA Infrastructure Management 2.0 vs. Solarwinds Orion: Speed and ease of mana...
CA Infrastructure Management 2.0 vs. Solarwinds Orion: Speed and ease of mana...Principled Technologies
 
Deduplication Solutions Are Not All Created Equal: Why Data Domain?
Deduplication Solutions Are Not All Created Equal: Why Data Domain?Deduplication Solutions Are Not All Created Equal: Why Data Domain?
Deduplication Solutions Are Not All Created Equal: Why Data Domain?EMC
 

Ähnlich wie Monitoring EMC Greenplum DCA with Nagios (20)

White Paper: MoreVRP for EMC Greenplum
White Paper: MoreVRP for EMC Greenplum  White Paper: MoreVRP for EMC Greenplum
White Paper: MoreVRP for EMC Greenplum
 
BlueData Isilon Validation Brief
BlueData Isilon Validation BriefBlueData Isilon Validation Brief
BlueData Isilon Validation Brief
 
White Paper: EMC Greenplum Data Computing Appliance Enhances EMC IT's Global ...
White Paper: EMC Greenplum Data Computing Appliance Enhances EMC IT's Global ...White Paper: EMC Greenplum Data Computing Appliance Enhances EMC IT's Global ...
White Paper: EMC Greenplum Data Computing Appliance Enhances EMC IT's Global ...
 
Configuration Compliance For Storage, Network & Server
Configuration Compliance For Storage, Network & Server Configuration Compliance For Storage, Network & Server
Configuration Compliance For Storage, Network & Server
 
White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applianc...
White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applianc...White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applianc...
White Paper: Backup and Recovery of the EMC Greenplum Data Computing Applianc...
 
Dell/EMC Technical Validation of BlueData EPIC with Isilon
Dell/EMC Technical Validation of BlueData EPIC with IsilonDell/EMC Technical Validation of BlueData EPIC with Isilon
Dell/EMC Technical Validation of BlueData EPIC with Isilon
 
PowerPro Flyer English
PowerPro Flyer EnglishPowerPro Flyer English
PowerPro Flyer English
 
DPACK_Intro
DPACK_IntroDPACK_Intro
DPACK_Intro
 
Acceleration_and_Security_draft_v2
Acceleration_and_Security_draft_v2Acceleration_and_Security_draft_v2
Acceleration_and_Security_draft_v2
 
TrueView/32 Enterprise - Network Management Software
TrueView/32 Enterprise - Network Management SoftwareTrueView/32 Enterprise - Network Management Software
TrueView/32 Enterprise - Network Management Software
 
cynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guide
 
EMC IT's Journey to Cloud : VIRTUAL DESKTOP
EMC IT's Journey to Cloud : VIRTUAL DESKTOPEMC IT's Journey to Cloud : VIRTUAL DESKTOP
EMC IT's Journey to Cloud : VIRTUAL DESKTOP
 
Building Efficient Edge Nodes for Content Delivery Networks
Building Efficient Edge Nodes for Content Delivery NetworksBuilding Efficient Edge Nodes for Content Delivery Networks
Building Efficient Edge Nodes for Content Delivery Networks
 
Pro sphere customer technical
Pro sphere customer technicalPro sphere customer technical
Pro sphere customer technical
 
Take the guesswork out of video surveillance with pre-validated, virtualized ...
Take the guesswork out of video surveillance with pre-validated, virtualized ...Take the guesswork out of video surveillance with pre-validated, virtualized ...
Take the guesswork out of video surveillance with pre-validated, virtualized ...
 
NEC's UNIVERGE BLUE BACKUP and UNIVERGE BLUE RECOVER
NEC's UNIVERGE BLUE BACKUP and UNIVERGE BLUE RECOVERNEC's UNIVERGE BLUE BACKUP and UNIVERGE BLUE RECOVER
NEC's UNIVERGE BLUE BACKUP and UNIVERGE BLUE RECOVER
 
Windows Debugging Tools - JavaOne 2013
Windows Debugging Tools - JavaOne 2013Windows Debugging Tools - JavaOne 2013
Windows Debugging Tools - JavaOne 2013
 
Locationless data science on a modern secure edge
Locationless data science on a modern secure edgeLocationless data science on a modern secure edge
Locationless data science on a modern secure edge
 
CA Infrastructure Management 2.0 vs. Solarwinds Orion: Speed and ease of mana...
CA Infrastructure Management 2.0 vs. Solarwinds Orion: Speed and ease of mana...CA Infrastructure Management 2.0 vs. Solarwinds Orion: Speed and ease of mana...
CA Infrastructure Management 2.0 vs. Solarwinds Orion: Speed and ease of mana...
 
Deduplication Solutions Are Not All Created Equal: Why Data Domain?
Deduplication Solutions Are Not All Created Equal: Why Data Domain?Deduplication Solutions Are Not All Created Equal: Why Data Domain?
Deduplication Solutions Are Not All Created Equal: Why Data Domain?
 

Mehr von EMC

INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDINDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDEMC
 
Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote EMC
 
EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX EMC
 
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIOTransforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIOEMC
 
Citrix ready-webinar-xtremio
Citrix ready-webinar-xtremioCitrix ready-webinar-xtremio
Citrix ready-webinar-xtremioEMC
 
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES EMC
 
EMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC
 
Modern infrastructure for business data lake
Modern infrastructure for business data lakeModern infrastructure for business data lake
Modern infrastructure for business data lakeEMC
 
Force Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereForce Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereEMC
 
Pivotal : Moments in Container History
Pivotal : Moments in Container History Pivotal : Moments in Container History
Pivotal : Moments in Container History EMC
 
Data Lake Protection - A Technical Review
Data Lake Protection - A Technical ReviewData Lake Protection - A Technical Review
Data Lake Protection - A Technical ReviewEMC
 
Mobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or FoeMobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or FoeEMC
 
Virtualization Myths Infographic
Virtualization Myths Infographic Virtualization Myths Infographic
Virtualization Myths Infographic EMC
 
Intelligence-Driven GRC for Security
Intelligence-Driven GRC for SecurityIntelligence-Driven GRC for Security
Intelligence-Driven GRC for SecurityEMC
 
The Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure AgeThe Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure AgeEMC
 
EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015EMC
 
EMC Academic Summit 2015
EMC Academic Summit 2015EMC Academic Summit 2015
EMC Academic Summit 2015EMC
 
Data Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education ServicesData Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education ServicesEMC
 
Using EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere EnvironmentsUsing EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere EnvironmentsEMC
 
Using EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookUsing EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookEMC
 

Mehr von EMC (20)

INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUDINDUSTRY-LEADING  TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
INDUSTRY-LEADING TECHNOLOGY FOR LONG TERM RETENTION OF BACKUPS IN THE CLOUD
 
Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote Cloud Foundry Summit Berlin Keynote
Cloud Foundry Summit Berlin Keynote
 
EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX EMC GLOBAL DATA PROTECTION INDEX
EMC GLOBAL DATA PROTECTION INDEX
 
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIOTransforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
Transforming Desktop Virtualization with Citrix XenDesktop and EMC XtremIO
 
Citrix ready-webinar-xtremio
Citrix ready-webinar-xtremioCitrix ready-webinar-xtremio
Citrix ready-webinar-xtremio
 
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
EMC FORUM RESEARCH GLOBAL RESULTS - 10,451 RESPONSES ACROSS 33 COUNTRIES
 
EMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC with Mirantis Openstack
EMC with Mirantis Openstack
 
Modern infrastructure for business data lake
Modern infrastructure for business data lakeModern infrastructure for business data lake
Modern infrastructure for business data lake
 
Force Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop ElsewhereForce Cyber Criminals to Shop Elsewhere
Force Cyber Criminals to Shop Elsewhere
 
Pivotal : Moments in Container History
Pivotal : Moments in Container History Pivotal : Moments in Container History
Pivotal : Moments in Container History
 
Data Lake Protection - A Technical Review
Data Lake Protection - A Technical ReviewData Lake Protection - A Technical Review
Data Lake Protection - A Technical Review
 
Mobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or FoeMobile E-commerce: Friend or Foe
Mobile E-commerce: Friend or Foe
 
Virtualization Myths Infographic
Virtualization Myths Infographic Virtualization Myths Infographic
Virtualization Myths Infographic
 
Intelligence-Driven GRC for Security
Intelligence-Driven GRC for SecurityIntelligence-Driven GRC for Security
Intelligence-Driven GRC for Security
 
The Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure AgeThe Trust Paradox: Access Management and Trust in an Insecure Age
The Trust Paradox: Access Management and Trust in an Insecure Age
 
EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015EMC Technology Day - SRM University 2015
EMC Technology Day - SRM University 2015
 
EMC Academic Summit 2015
EMC Academic Summit 2015EMC Academic Summit 2015
EMC Academic Summit 2015
 
Data Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education ServicesData Science and Big Data Analytics Book from EMC Education Services
Data Science and Big Data Analytics Book from EMC Education Services
 
Using EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere EnvironmentsUsing EMC Symmetrix Storage in VMware vSphere Environments
Using EMC Symmetrix Storage in VMware vSphere Environments
 
Using EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBookUsing EMC VNX storage with VMware vSphereTechBook
Using EMC VNX storage with VMware vSphereTechBook
 

Kürzlich hochgeladen

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 

Kürzlich hochgeladen (20)

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 

Monitoring EMC Greenplum DCA with Nagios

  • 1. White Paper MONITORING EMC GREENPLUM DCA WITH NAGIOS EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring • Monitor DCA hardware components • Monitor DCA database and Hadoop services • View full DCA health in Nagios display EMC Solutions Group Abstract This white paper describes a software plug-in that can be used with the Nagios Core infrastructure monitoring framework to display the state of a wide range of components in the EMC® Greenplum™ Data Computing Appliance (DCA). March 2012
  • 2. Copyright © 2012 EMC Corporation. All Rights Reserved. EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. The information in this publication is provided “as is.” EMC Corporation makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. All trademarks used herein are the property of their respective owners. Part Number H10569 Monitoring EMC Greenplum DCA with Nagios 2 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 3. Table of contents Executive summary ............................................................................................................................. 5 Business case .................................................................................................................................. 5 Solution overview ............................................................................................................................ 5 Key results ....................................................................................................................................... 5 Introduction ....................................................................................................................................... 6 Purpose ........................................................................................................................................... 6 Scope .............................................................................................................................................. 6 Audience.......................................................................................................................................... 6 Terminology ..................................................................................................................................... 6 Technology overview .......................................................................................................................... 8 Introduction ..................................................................................................................................... 8 EMC Greenplum Data Computing Appliance ..................................................................................... 8 Nagios ............................................................................................................................................. 9 Nagios Core ................................................................................................................................. 9 EMC DCA Nagios plug-in ................................................................................................................. 10 Greenplum DCA SNMP MIB ............................................................................................................... 11 Introduction ................................................................................................................................... 11 MIB browser .............................................................................................................................. 15 Nagios Core ...................................................................................................................................... 17 Introduction ................................................................................................................................... 17 Service checks and commands ...................................................................................................... 19 DCA Nagios plug-in ........................................................................................................................... 20 Introduction ................................................................................................................................... 20 Open source software .................................................................................................................... 20 Accessing the plug-in on Nagios .................................................................................................... 20 Service checks ............................................................................................................................... 20 DCA Nagios plug-in command line ................................................................................................. 24 Example 1 - Running the Greenplum Database version on the DCA cluster................................. 25 Example 2 - Checking the first Segment Server's fan status ....................................................... 25 Example 3 - Checking the RAM in the Master ............................................................................. 26 Plug-in command objects ............................................................................................................... 26 Deploying the DCA Nagios plug-in .................................................................................................. 28 Conclusion ....................................................................................................................................... 30 Summary ....................................................................................................................................... 30 Monitoring EMC Greenplum DCA with Nagios 3 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 4. References ....................................................................................................................................... 31 White papers ................................................................................................................................. 31 Other documentation ..................................................................................................................... 31 Monitoring EMC Greenplum DCA with Nagios 4 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 5. Executive summary Business case The EMC® Greenplum™ Data Computing Appliance (DCA) is a combination of servers, switches, and software that together form an extremely powerful analytics platform. As businesses use this platform for increasingly critical business intelligence operations, it is important to be able to monitor the state of the appliance to ensure it is operating at peak efficiency. To enable you to integrate the EMC Greenplum DCA into standard data center monitoring frameworks, the DCA supports the Simple Network Management Protocol (SNMP), which can be used to determine the state of various components in the DCA. Solution overview Nagios is open-source network management software (NMS) that is used to monitor the state of data center equipment and to display that information in a user interface. Nagios can also generate alerts if monitored values exceed specified thresholds. Nagios provides an extensible architecture, based on plug-ins, that makes it easy to add monitoring capabilities to different types of data center equipment. EMC has developed a Nagios plug-in for the Greenplum DCA that allows you to build a comprehensive monitoring and alerting application. Note EMC also provides Greenplum Command Center, which is a web-based application that provides advanced monitoring and management capabilities for the EMC Greenplum Database™ and Hadoop modules and associated hardware. Key results The DCA Nagios plug-in enables you to monitor the Greenplum DCA and detect problems before and as they occur. This enables you to avoid or reduce system downtime and simplifies your monitoring operations. Monitoring EMC Greenplum DCA with Nagios 5 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 6. Introduction Purpose This white paper provides an overview of the DCA SNMP management information base (MIB), describes the operation of the DCA Nagios plug-in, and shows examples of how you can configure Nagios to use the plug-in and monitor the state of one or more DCAs. Scope The scope of this white paper is to: • Provide a brief overview of the Greenplum DCA MIB • Describe the Nagios architecture • Describe the DCA Nagios plug-in • Provide examples of how the Nagios plug-in can be used to cause Nagios to monitor various aspects of a DCA Audience This white paper is intended for a technical audience, including: • Technical consultants who may want information about monitoring a Greenplum DCA with SNMP • Customers who are using Nagios as a data center monitoring tool and want to integrate the Greenplum DCA into their environment • EMC consultants who want to understand the capabilities of the DCA Nagios plug-in This white paper assumes you have a basic understanding of Nagios running on a Linux system. Terminology This paper includes the following terminology. Table 1. Terminology Term Definition Simple Network An Internet-standard protocol for managing devices on IP Monitoring Protocol networks. (SNMP) SNMP agent Software that runs on a device that responds to SNMP queries from network management software. Agents may also accept commands to control the device. Agents may also asynchronously generate messages or traps without being specifically queried. SNMP network A software package that you can configure to query SNMP agents management software on various devices to determine their status. An NMS package (NMS) will also usually accept SNMP traps sent from SNMP agents without being queried. NMS packages have a provision for generating alerts (email or text message, for example) if the state of monitored equipment meets specified criteria (temperature or error count, for example). Monitoring EMC Greenplum DCA with Nagios 6 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 7. Term Definition Management The MIB defines and describes the kinds of messages that an information base SNMP agent can generate and how the NMS can query the agent. (MIB) Object identifier (OID) An OID is the definition of an individual device or component in the MIB. An example of an OID might be “Power Supply State”. The OID describes how to query the component and what kind of response is returned. There are typically tens or hundreds (if not thousands) of OIDs defined in a MIB in a hierarchical structure. SNMP trap A trap is a message that an SNMP agent sends when an event happens that the agent is monitoring. An SNMP agent responds to queries from the NMS but may also be able to send data to the NMS without being queried. This unsolicited message is called a trap. Monitoring EMC Greenplum DCA with Nagios 7 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 8. Technology overview Introduction This chapter provides an overview of the key components of the solution, which include: • EMC Greenplum Data Computing Appliance • Nagios data center monitoring software • Nagios plug-in for EMC Greenplum DCA EMC Greenplum EMC Greenplum Data Computing Appliance (DCA) is a purpose-built appliance that Data Computing delivers a fast-loading, highly scalable, and parallel-computing platform for next- Appliance generation data warehousing and analytics. The appliance architecturally integrates database, computing, storage, and network resources into an enterprise-class, easy- to-implement system. The Greenplum DCA offers the power of a massively parallel processing (MPP) architecture, delivers the fastest data loading capacity in the industry, and provides the best price-to-performance ratio without the complexity and constraints of proprietary hardware. Figure 1 shows the modular approach of the Greenplum DCA; "GPDB" refers to Greenplum Database, "HD" identifies a Hadoop module, and "DIA" identifies a data integration accelerator. Figure 1. EMC Greenplum DCA modules For more information about the Greenplum DCA, see the white paper EMC Greenplum Data Computing Appliance: Architecture, Performance, and Functions. Monitoring EMC Greenplum DCA with Nagios 8 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 9. Nagios Nagios is an open-source IT infrastructure-monitoring application that helps organizations identify and resolve IT infrastructure problems before they affect critical business processes. Nagios can monitor data center equipment and processes to ensure that they are functioning properly. Nagios can alert you of problems or potential problems, which enables you to begin remediation processes before an outage affects your users. Nagios is built on a plug-in architecture that enables it to be extended so you can monitor any type of equipment in the data center. Plug-ins that understand how to communicate with a particular device can be added to a Nagios configuration, and information from that device is displayed on the Nagios interface. Figure 2 provides an overview of the Nagios architecture. Nagios Web UI Plug-ins Application Alerting Data Center Equipment Figure 2. Nagios architecture Nagios Core Nagios includes several product tiers: • Nagios XI • Nagios Fusion • Nagios Core This white paper describes only the Nagios Core product. Monitoring EMC Greenplum DCA with Nagios 9 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 10. EMC DCA Nagios Nagios includes a core set of plug-ins that can monitor many types of common data plug-in center equipment and processes. To monitor specific types of equipment, such as the Greenplum DCA, custom plug-ins can be written. EMC has written a Perl program, the DCA Nagios plug-in, that enables Nagios to monitor the status of the Greenplum DCA. The DCA Nagios plug-in uses SNMP to communicate with the Greenplum DCA Master node and retrieve status information about various components of the Greenplum DCA. The DCA Nagios plug-in depends on the enhanced Greenplum DCA SNMP MIB that was introduced in Greenplum DCA software 1.2.0.0 and Greenplum Database 4.2.1. Monitoring EMC Greenplum DCA with Nagios 10 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 11. Greenplum DCA SNMP MIB Introduction This chapter provides a brief overview of the Greenplum DCA SNMP MIB and describes what kinds of information you can obtain from the Greenplum DCA by using the MIB. The enhanced SNMP MIB and agent scheme that was introduced with Greenplum DCA software 1.2.0.0 allows the entire Greenplum DCA cluster to be monitored by sending an SNMP query to the Master node. In this scheme, each component of the Greenplum DCA – Master Servers, Segment Servers, Hadoop nodes, DIA nodes, and switches – communicates internally and feeds SNMP status information back to a master SNMP agent (running on the Master node). An NMS (such as Nagios) can then send SNMP queries to the Greenplum DCA Master to obtain the status of segments, switches, and so on. The NMS does not contact individual components of the Greenplum DCA directly but instead sends SNMP queries to the Greenplum DCA Master to ask for the status of a particular component. Note The Greenplum DCA SNMP agent also has the ability to send SNMP traps to the NMS. Trap handling is not available in the current DCA Nagios plug-in. In SNMP, the definition of what information you can obtain through SNMP queries is described in the SNMP MIB. The Greenplum DCA MIB defines which components you can query and what kinds of information you can obtain from the Greenplum DCA. The MIB is built as a nested structure of object identifiers (OIDs); each OID describes the component that is being referenced and how it relays the information. Figure 3 shows a high-level view of the Greenplum DCA MIB, as shown in a MIB browser. A MIB browser helps you to understand the structure and components that you can query. Figure 3. DCA MIB Note The gpDCAv2Hardware OID is a placeholder to accommodate potential future hardware versions of the Greenplum DCA. This OID currently does not return any information. The MIB is separated into hardware and services trees and also includes version information. The gpDCAIsoVersion is an example of an OID that you can query through SNMP. Figure 4 shows the definition of this OID. Monitoring EMC Greenplum DCA with Nagios 11 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 12. Figure 4. OID definition The definition shows that the OID returns a string that indicates the version of software on the Greenplum DCA cluster. Figure 5 shows the gpDCAv1Hardware tree expanded so you can view the sub-trees for Master nodes, Segment nodes, admin switches, interconnect switches, and so on. Figure 5. gpDCAv1Hardware tree You can expand each of the hardware OIDs further, as shown in Figure 6. Monitoring EMC Greenplum DCA with Nagios 12 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 13. Figure 6. Expanded hardware tree The expanded gpMasterNodes tree shows that a table of masterNodeEntry OIDs is available. A table in a MIB indicates that multiple instances of the structure may be present. In this case, the gpMasterNodeTable contains instances for both the Master and Standby Master nodes. The gpMasterHostNumber OID and the gpMasterHostName OID indicate which Master (1 or 2) is responding and what its name is (mdw or smdw). As shown in Figure 6, the column of OIDs is like a row in the Master Node table; there is one row for the GP Master node and one row for the GP Standby Master node. Monitoring EMC Greenplum DCA with Nagios 13 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 14. Some columns have nested structures. For example, as shown in Figure 7, if you expand the gpMasterVirtualDisk OID, there are three virtual disks; each has a set of OIDs with information about the disk. Figure 7. Sample of nested structure This type of structure exists throughout the Greenplum DCA MIB, so when you query the Greenplum DCA for a certain piece of information, the process consists of drilling through the MIB structure to find the OID you want and building an SNMP query that asks for that particular OID. As shown in Figure 8, each OID is actually a dotted decimal sequence that uniquely identifies the OID. Monitoring EMC Greenplum DCA with Nagios 14 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 15. Figure 8. OID dotted decimal sequence This particular OID returns an integer, with values from 1 to 5, that indicates the status of the disk. The OID value indicates the OID hierarchical structure and is the value used in the SNMP query that is sent to the Greenplum DCA to obtain the corresponding status value. Note OIDs that are contained within MIB tables (as is the case here) require that you append an extra index value to the OID value shown in order to index to the correct row in the MIB table. For example, to obtain the value for gpMasterVirtualDiskStatus3, you would nominally send the OID value listed (the one ending in .1.1.13.3.1). However, since this OID is in the gpMasterNodeTable, you must indicate the table row you want to access (in effect, whether you want information from the Master or the Standby Master) and, therefore, you must add a digit to the end of the OID you send. Thus, to access the status on the Master node, you would send an OID ending in .1.1.13.3.1.1. A full explanation of the Greenplum DCA MIB is beyond the scope of this white paper, but it is important that you have an understanding of the structure and how to use SNMP to access individual OIDs. MIB browser One of the best ways that you can explore a MIB and experiment with SNMP queries is to use a MIB browser. The MIB browser from iReasoning not only makes it easy to navigate the structure of the MIB but also generates the SNMP queries and returns the values you request. You should install the MIB browser on a client machine that has a connection to the DCA Master, and load the Greenplum DCA MIB definition file into the browser. You can access the Greenplum DCA MIB file on the Greenplum DCA in /usr/share/snmp/mibs in the file GP-DCA-DATA-MIB.txt. Monitoring EMC Greenplum DCA with Nagios 15 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 16. After you set the IP address of the DCA Master in the browser, the browser displays values or trees of values of the OIDs you specify, as shown in Figure 9. Figure 9. MIB browser Monitoring EMC Greenplum DCA with Nagios 16 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 17. Nagios Core Introduction Nagios Core is a popular software package for monitoring data center equipment and is available for download from the Nagios web site. A full explanation of Nagios is beyond the scope of this white paper, but a good reference is the book Nagios, System and Network Monitoring by Wolfgang Barth. The Nagios web site also has documentation, installation guides, and forums that are very helpful in getting started. Nagios Core consists of monitoring and alerting functions, as well as a web application that takes care of displaying the data center information that is being monitored in a web browser. Once Nagios Core is installed, you open a web browser and point it to the Nagios server. You are prompted to log in with the username and password that were configured during installation. The Nagios Core home page is displayed, as shown in Figure 10. Figure 10. Nagios Core home page On the home page, the links in the left pane take you to the monitoring windows. Nagios Core monitors hosts and services. Host monitoring – called a host check – determines whether a host is “up” or not. A typical host check involves sending a “ping” command to the host to see if it returns an answer. Monitoring EMC Greenplum DCA with Nagios 17 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 18. Service monitoring – called service checks – determines whether certain services, such as httpd, smtp, print queues, and so on, are running on a host. Service checks are the heart of the Nagios Core monitoring scheme and are implemented in the Greenplum DCA Nagios plug-in. Nagios Core itself is not capable of checking to see if a particular service is running; instead, it provides a framework for you to install a Nagios plug-in that does know how to monitor that service. After you install the plug-in, you can configure Nagios Core to call that plug-in on a periodic basis to check the service. The plug-in returns data in a particular format, and Nagios Core displays that information in the monitoring dashboard. Nagios Core includes a set of standard plug-ins that can check a variety of popular services that you may want to monitor. Figure 11 shows a set of services being monitored on the Nagios server. Figure 11. Monitoring services on Nagios server The entries in the Service column correspond to one or more plug-ins that are executed by Nagios Core to determine the state or value of a service. The plug-in returns a status code that Nagios interprets as either “Okay”, “Warning”, “Error”, or “Unknown”. The plug-in can also return descriptive text that is displayed in the Status Information column. You can also pass parameters to the plug-in that control how the plug-in behaves when it runs. Typical parameters are values that specify thresholds for warning and error conditions. For example, parameters that indicate that free disk space below 1 GB is a “Warning” condition and free disk space below 50 MB is a “Critical” condition might be passed to a plug-in that checks available disk space. When the plug-in checks the available disk space, it uses these threshold values to determine whether to return an “Okay”, “Warning”, or “Error” status code based on the free disk space it sees. Using command line parameters, a single plug-in can perform many different operations. The DCA Nagios plug-in accepts different parameters that let it check all the different OIDs in the Greenplum DCA MIB. Monitoring EMC Greenplum DCA with Nagios 18 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 19. Service checks and A Nagios service check is an object you define in Nagios Core to call a plug-in. For commands example, you may want to define a service check that looks at the battery state of the Master. In a Nagios configuration file, you would define this service check by giving it a service description and telling it which plug-in to call. This Nagios service check definition example checks the battery status: define service{ use dca-master-service service_description Master Battery check_command check_dca_nodes_snmp!Battery!Master!1 } The use directive specifies a service template, defined elsewhere, that specifies generic service check properties, such as polling frequency and alerting options. The service_description value provides the name of the service check – Master Battery – and the check_command indicates the command object to call and the parameters (separated with exclamation marks) to pass to it. The command object is a reference to an object defined in Nagios that defines how to call a plug-in. This example defines a command object named check_dca_nodes_snmp, which is referenced in the Master Battery service check. This calls the DCA Nagios plug-in: define command{ command_name check_dca_nodes_snmp command_line $USER1$/check_snmp_dca.pl -H $HOSTADDRESS$ -o '$ARG1$' -n $ARG2$ -i $ARG3$ -w $ARG4$ -c $ARG5$ } The command_line directive defines the command line that Nagios uses to execute the plug-in. Nagios command objects make extensive use of macros that take on values dynamically based on how the command object is referenced in a service check definition. The $USER1$ and $HOSTADDRESS$ macros specify the location of the plug-in directory and the name of the host that is being referenced in the service check. The $ARGx$ macro corresponds to the parameters between exclamation marks in the service check definition that calls this command object. In reviewing the Master Battery service check definition, you can see that three parameters were passed to the plug-in – Battery, Master, and 1. These correspond to the $ARG1$, $ARG2$, and $ARG3$ macros that are assigned to the –o, –n, and –i command line arguments in the Perl script. Note The –w and –c options are not given values in this case. These are optional parameters for the plug-in and are not needed in some service checks. Monitoring EMC Greenplum DCA with Nagios 19 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 20. DCA Nagios plug-in Introduction A Nagios plug-in is a stand-alone program. You can execute it from the command line completely outside of the Nagios framework and therefore can develop it independently from the Nagios system. As long as the program exits with a return code that Nagios expects (a value from 0 to 4), and optionally prints additional information to Standard Out, it can function as a Nagios plug-in. The DCA Nagios plug-in is a program written in Perl that understands how to query the Greenplum DCA through SNMP and process the responses. The plug-in accepts command line parameters that tell it which OID (or OIDs) to query, optional threshold values that indicate when to return warning or error states, and other values that control its operation. The plug-in returns a return code that Nagios uses to indicate Okay, Warning, Error, or Unknown and also prints additional information to Standard Out. Nagios displays this information in the informational area of the Nagios GUI (web page). Open source The DCA Nagios plug-in is one way to enable Nagios to display and monitor the software Greenplum DCA. Users are encouraged to extend and improve the plug-in and fully test its operation before deploying in a production environment. Note EMC does not offer support for this plug-in. It is provided “as is” to the open source community as a reference design. Accessing the The DCA Nagios plug-in is available on the Nagios Exchange web site. Simply search plug-in on Nagios for “Greenplum” to find the DCA Nagios plug-in and any associated plug-ins. Service checks Conceivably, you could write a separate plug-in for each component in the Greenplum DCA that you want to check. Given the hundreds of OIDs in the MIB however, that would be impractical. Therefore, the DCA Nagios plug-in accepts parameters that indicate which OID to check and generates the appropriate SNMP query. It would also be impractical to define service checks for every possible OID in the Greenplum DCA MIB. Not only would there be potentially thousands of service check definitions in the Nagios configuration files, but the Nagios GUI would be filled with entries from every individual component mapped to the MIB. When you look at the DCA MIB, you can see that many of the OIDs are related. Figure 12 shows the OIDs related to the Master node power supply. Monitoring EMC Greenplum DCA with Nagios 20 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 21. Figure 12. Master node power supply OIDs You could define a service check for each OID across the two power supplies in the Master, but, since there are power supplies in each of the two Master nodes in the Greenplum DCA, as well as in every Segment/Hadoop node, this would result in a huge number of service check entries in the Nagios GUI. To minimize the number of service checks to define and display, but still cover all of the OIDs in the MIB, the DCA Nagios plug-in checks higher-level Greenplum DCA objects. In the case of power supplies, a service check that checks the power supply object is defined. When the DCA Nagios plug-in is called and told to check the Power Supply object on the Standby Master, the plug-in knows to generate SNMP queries for all four OIDs for each power supply (eight OIDs in total) on the Standby Master and to consolidate the results into a composite status of both power supplies for display in the Nagios GUI. Figure 13 shows a section of the Nagios display that gives the overall state of the power supplies on the Master. Figure 13. Master power supplies You can click the Master Power Supplies link to get a more detailed status display that shows the responses from all of the OIDs that were queried, which comprise the Power Supply object as shown in Figure 14. Monitoring EMC Greenplum DCA with Nagios 21 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 22. Figure 14. Detailed status display You can see a more complex example in the interface OIDs for the Interconnect switch. As shown in Figure 15, there are many ports on a switch and multiple OIDs for each port. Figure 15. Multiple OIDs An abstract interconnect interface service check is defined that, when sent to the plug-in to check, results in the plug-in querying all of the interface OIDs and consolidating the results into one composite status. If any of the individual interface OIDs indicate a warning or error, the composite status is a warning or error and the description text gives the details about which interface (or interfaces) has the actual issue. Monitoring EMC Greenplum DCA with Nagios 22 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 23. Figure 16 shows assorted service check display states. Figure 16. Service check display states Clicking the service check name link provides you with more details about the service check error, as shown in Figure 17. Figure 17. Detailed status display Finally, if you analyze the entire Greenplum DCA MIB and think about the types of information provided, you find that there are several main OID categories and ways in which you may want to query them. For example: • Threshold checks—Some OIDs return measurement values that you can use to compare against a threshold to determine if that component is operating normally, in a warning state, or in an error state. Examples might include power supply watts, free disk space, free memory, and so on. • Status checks—Some OIDs return a status value – Normal, Warning, and Error – and a text description of that state. • Value checks—Some OIDs return a text value. An example is the OID that returns the version number of the Greenplum DCA software. Monitoring EMC Greenplum DCA with Nagios 23 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 24. Note You may want to treat this as a threshold check and display a warning or error if the software version is below a certain value. The DCA Nagios plug-in can be enhanced to handle this type of check. • Composite checks—Some OIDs are part of a tree of related components that make sense to group together and show as an aggregated status. These OIDs typically return a status value as well as a component description and a status description. DCA Nagios plug- Nagios plug-ins must accept a certain number of standard command line options and in command line then are free to accept additional options that are specific to their particular functions. Table 2 lists the standard Nagios plug-in command line options. Table 2. DCA Nagios plug-in standard command line options Command line Description -H <hostname> Indicates the name or IP address of the host to query for the status. For the DCA Nagios plug-in, this corresponds to the Greenplum DCA Master. -w <warning threshold(s)> Indicates the value (or values) below which a warning status should be returned. You can specify multiple threshold values, separated by commas, which would be applied to multiple OIDs involved in the check. -c <critical threshold(s)> Indicates the value (or values) below which an error status should be returned. You can specify multiple critical values, separated by commas, which would be applied to multiple OIDs involved in the check. --help Causes the plug-in to display syntax information that describes the available command line options and what they mean. This takes the place of “man” pages for the plug-in to reduce the number of files that need to be installed with the plug-in. In addition to the standard Nagios plug-in command line options, the DCA Nagios plug-in defines additional command line options, as shown in Table 3. Table 3. DCA Nagios plug-in command line options Command line Description -n <node type> Indicates the type of node that you want to query. Possible values are Master, Segment, Admin, Int, ETL, HDMaster, HDWorker, AggAdmin, and AggInt. Each type indicates a particular tree in the Greenplum DCA MIB. Monitoring EMC Greenplum DCA with Nagios 24 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 25. Command line Description -i <node index> Indicates the index of the node table that you want to query. Each node type has one or more entries in a MIB table that correspond to an instance of that node in the Greenplum DCA cluster. For example, the Master node table has two entries, one for the Master node and one for the Standby node. Similarly, the Segment node table has four or more entries that correspond to the number of Segment Servers installed in the Greenplum DCA. The node index number indicates which of these nodes you want to query. -o <object identifier> Indicates the abstract Greenplum DCA object you want to query. A Greenplum DCA object corresponds to either a specific Greenplum DCA OID or a collection of OIDs in the Greenplum DCA MIB. You define these OIDs in the DCA Nagios plug-in and allow the Nagios Administrator to ask for status on logical components – for example, the Interconnect switch – instead of having to specify each OID individually (Interconnect switch port 1, 2, 3, and so on). Given these command line options, the following examples show different ways to call the DCA Nagios plug-in to obtain information about the Greenplum DCA. Example 1 - Running the Greenplum Database version on the DCA cluster The first example simply gets the Greenplum Database version that is running on the Greenplum DCA cluster. The -H parameter is the DNS name of the Greenplum Master. This corresponds to the external IP address of the Greenplum DCA Master. The -o parameter specifies the abstract MIB object to query. The return code from the program is not shown, but the output gives a text description of the results of the query. check_snmp_dca.pl -H mydca -o "DB Version" OK - DB Version: DB Version:4.2.1.0 build 1 Example 2 - Checking the first Segment Server's fan status This example checks the state of the fans on the first Segment Server. check_snmp_dca.pl -H mydca -o "Cooling Device" -n Segment -i 1 OK - Cooling Device Desc(1):ok: System Board FAN MOD 1A RPM Desc(2):ok: System Board FAN MOD 1B RPM Desc(3):ok: System Board FAN MOD 2A RPM Desc(4):ok: System Board FAN MOD 3A RPM Desc(5):ok: System Board FAN MOD 3B RPM Desc(6):ok: System Board FAN MOD 4A RPM Desc(7):ok: System Board FAN MOD 4B RPM Desc(8):ok: System Board FAN MOD 5B RPM Desc(9):ok: System Board FAN MOD 5A RPM Desc(10):ok: System Board FAN MOD 2B RPM Monitoring EMC Greenplum DCA with Nagios 25 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 26. Example 3 - Checking the RAM in the Master This example is more complicated. It checks the total and available RAM in the Master. The MIB has OIDs for both total RAM and available RAM on a node. To reduce the number of checks you have to define, you define a RAM object that covers both OIDs. You pass this object name, along with the node type and instance parameter, to the plug-in. The total and available RAM OIDs do not return a status; they simply return the amount of RAM in bytes. To indicate warning or error conditions, you also pass warning and critical thresholds to the Nagios plug-in. You pass two values for each OID (separated by commas) to provide values for both total RAM and available RAM. check_snmp_dca.pl -H 10.110.80.30 -o "RAM" -n Master -i 1 -w 49319684,37460868 -c 48000000,25000000 OK - RAM: Total:49319684 Available:47653836 In this example, you can see that below 49,319,684 total RAM and 37,460,868 available RAM should be a warning condition and below 48,000,000 total RAM and 25,000,000 available RAM should be a critical or error condition. The Nagios plug-in reports that the current values are above those thresholds and therefore things are okay. If you adjust the warning levels upward, you can force a warning response. In the example below, EMC adjusted the warning level to just above the total RAM, so the Nagios plug-in warns that the OIDs are below that level. check_snmp_dca.pl -H 10.110.80.30 -o "RAM" -n Master -i 1 -w 49419684,37460868 -c 48000000,25000000 WARNING - RAM: Total:49319684 < 49419684 Available:47653184 Plug-in command Table 4 lists the command objects that can be passed to the DCA Nagios plug-in. objects Table 4. Command objects for the DCA Nagios plug-in Node Warn/critical Object name Index range type options Accesses read/write Master 1,2 Warn above, critical above Segment 1,<number of segments> Admin switch Admin 1 - interface Admin switch status Admin 1 - Array disk Master 1,2 - Segment 1,<number of segments> - Battery Master 1,2 - Segment 1,<number of segments> - Bytes read/write Master 1,2 Warn above, critical above Segment 1,<number of segments> Monitoring EMC Greenplum DCA with Nagios 26 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 27. Node Warn/critical Object name Index range type options Cache device Master 1,2 - Segment 1,<number of segments> - Change tracking Master 1,2 - status Segment 1,<number of segments> - Connection status - - - Controller Master 1,2 - Segment 1,<number of segments> - Controller battery Master 1,2 - Segment 1,<number of segments> - Cooling device Master 1,2 - Segment 1,<number of segments> - Core file status Master 1,2 - Segment 1,<number of segments> - CPU percent Master 1,2 Warn above, critical above Segment 1,<number of segments> Crash file status Master 1,2 - Segment 1,<number of segments> - Database version - - - Disk used Master 1,2 - Segment 1,<number of segments> - Disk used percentage Master 1,2 - Segment 1,<number of segments> - Interconnect interface Int 1,2 - Interconnect sensor Int 1,2 - Interconnect switch Int 1,2 - status Master mirror sync - - - status Memory device Master 1,2 - Segment 1,<number of segments> - Network device Master 1,2 - Segment 1,<number of segments> - Monitoring EMC Greenplum DCA with Nagios 27 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 28. Node Warn/critical Object name Index range type options OS memory Master 1,2 - Segment 1,<number of segments> - Overall status Master 1,2 - Segment 1,<number of segments> - Power supply Master 1,2 - Segment 1,<number of segments> - Processor device Master 1,2 - Segment 1,<number of segments> - RAM Master 1,2 Warn below, critical below Segment 1,<number of segments> Resync mode status - - - Role change status - - - Segment counts - - - Segment down status - - - Swap Master 1,2 Warn below, critical below Segment 1,<number of segments> System watts Master 1,2 Warn above, critical above Segment 1,<number of segments> Temperature Master 1,2 Warn above, critical above Segment 1,<number of segments> Temperature status Master 1,2 - Segment 1,<number of segments> - Virtual disk Master 1,2 - Segment 1,<number of segments> - Deploying the DCA The DCA Nagios plug-in package consists of the plug-in itself and a set of sample Nagios plug-in Nagios configuration files that you can use to get started monitoring a Greenplum DCA. Place the Perl script check_dca_snmp.pl in the /usr/local/nagios/libexec directory or wherever Nagios plug-ins are located in your Nagios installation. The plug-in requires that the Perl Net::SNMP module is installed on the Nagios server. For instructions on how to install Net::SNMP on your Nagios system, see the Perl repository at CPAN. Monitoring EMC Greenplum DCA with Nagios 28 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 29. The configuration files contain service check definitions, command definitions, and corresponding Nagios objects that show how you can call the DCA Nagios plug-in, as well as how you can structure the service checks to display in the Nagios GUI. Since the service check definitions can get lengthy, the configuration files are separated into functional areas. For example, there is a master.cfg file, a switches.cfg file, and a segmentxx.template file. The segmentxx.template file is a template for creating a number of segmentxx.cfg files that correspond to each segment in your system (segment01.cfg, segment02.cfg, and so on). If you have Hadoop and DIA nodes or just DIA nodes in your Greenplum DCA system, you need to create configuration files for these nodes as well. These configuration files would be similar to the configuration files for the Segments. Place these files in a subdirectory under the /usr/local/nagios/etc directory (or equivalent). In the nagios.cfg file in that directory, you can specify the directory that holds the configuration files. For example, you can create the following definition, which causes Nagios to look in that directory for the configuration files: cfg_dir=/usr/local/nagios/etc/dca Monitoring EMC Greenplum DCA with Nagios 29 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 30. Conclusion Summary EMC Greenplum DCA is an analytics platform that provides mission-critical information to today’s businesses. The Greenplum DCA SNMP MIB provides a wealth of information about the Greenplum DCA to ensure that it is operating at peak efficiency. Nagios is a popular system monitoring framework that is extensible to enable nearly any kind of data center equipment to be monitored. The DCA Nagios plug-in gives you the ability to monitor the Greenplum DCA, display status information in the Nagios GUI, and generate alerts if problems are detected. Monitoring EMC Greenplum DCA with Nagios 30 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring
  • 31. References White papers For additional information, see this white paper: • EMC Greenplum Data Computing Appliance: Architecture, Performance, and Functions Other For additional information, see the documents and websites listed below: documentation • Nagios System and Network Monitoring, Wolfgang Barth, 2nd Edition, No Starch Press • Essential SNMP, Douglas R. Mauro & Kevin J. Schmidt, 2nd Edition, O’Reilly Media • SNMP MIB Handbook, Larry Walsh, Wyndam Press • Nagios Exchange (web site for accessing plug-ins) • Nagios (web site) Monitoring EMC Greenplum DCA with Nagios 31 EMC Greenplum Data Computing Appliance, EMC DCA Nagios Plug-In, Nagios Core Infrastructure Monitoring