115
Management Pack for Dell EMC XtremIO VMware vRealize True Visibility Suite 1.0

EMC XtremIO Management Pack for Dell3 Select Dell EMC XtremIO from the Solutions list. 4 Click the Configure icon. The Manage Solution window will appear. Note Click the Add icon above

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

  • Management Pack for Dell EMC XtremIO

    VMware vRealize True Visibility Suite 1.0

  • You can find the most up-to-date technical documentation on the VMware website at:

    https://docs.vmware.com/

    VMware, Inc.3401 Hillview Ave.Palo Alto, CA 94304www.vmware.com

    Copyright ©

    2020 VMware, Inc. All rights reserved. Copyright and trademark information.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 2

    https://docs.vmware.com/http://pubs.vmware.com/copyright-trademark.html

  • Contents

    1 Management Pack for Dell EMC XtremIO 4

    2 System Requirements (XtremIO) 6Adding an SSL Certificate to the vROps Truststore (XtremIO) 6

    3 Installing the Management Pack (XtremIO) 8

    4 Configuring the Management Pack (XtremIO) 11Creating a Credential (XtremIO) 11

    Creating an Adapter Instance (XtremIO) 12

    Validating Data Collection (XtremIO) 15

    5 Troubleshooting the Management Pack (XtremIO) 16

    6 Using the Management Pack (XtremIO) 18Resource Kinds and Relationships (XtremIO) 18

    Inventory Tree (Traversal Spec) (XtremIO) 20

    Dashboards (XtremIO) 22

    XtremIO Overview 22

    XtremIO Health Investigation 23

    XtremIO Performance 24

    XtremIO Volume Overview 24

    XtremIO Hosted VMs 25

    XtremIO Cluster Overview 26

    Tags (XtremIO) 26

    Views (XtremIO) 27

    Reports (XtremIO) 29

    Analysis Badges and Capacity Definitions (XtremIO) 30

    Alerts (XtremIO) 32

    Metrics (XtremIO) 56

    VMware, Inc. 3

  • Management Pack for Dell EMC XtremIO 1The VMware vRealize® True Visibility™ Management Pack for Dell EMC XtremIO is an embedded adapter for vRealize Operations (vROps), collecting performance data from your Dell EMC XtremIO systems and providing predictive analysis and real-time information about problems in your infrastructure—all within the vRealize Operations user interface.

    Notable Features

    The Management Pack harnesses powerful vRealize Operations features such as:

    n 6 comprehensive monitoring dashboards:

    n XtremIO Overview

    n XtremIO Cluster Overview

    n XtremIO Hosted VMs

    n XtremIO Health Investigation

    n XtremIO Performance

    n XtremIO Volume Overview

    n 40 high-level views—and 5 corresponding reports— including health and availability for all XtremIO resources

    n 1000+ collected metrics for Dell EMC XtremIO resources

    n Key performance metrics such as Cluster Latency, Data Protection Group Throughput, SSD Endurance Remaining, and Volume IOPS

    n External relationships to the VMware Datastore

    n 400+ detailed alerts and recommendations imported from the XtremIO API

    n Capacity definitions for vRealize Calculated CPU capacity, IOPS capacity, memory capacity, throughput capacity, and more

    VMware, Inc. 4

  • Release Notes:

    Version Release Date Description

    3.0.0 October 6, 2020 Initial General Availability release for VMware vRealize® True Visibility™

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 5

  • System Requirements (XtremIO) 2Before installing and configuring the Management Pack, ensure your system meets the following requirements:

    vRealize Operations Requirements Dell EMC XtremIO Requirements

    Version(s) vRealize Operations 7.x & 8.x (Standard, Advanced, or Enterprise editions)

    Dell EMC XtremIO Storage Array, with XIOSversion 4.0.2+

    Connection vROps hostname or IP address XtremIO Management Server hostname or IP address

    The Management Pack collects data via the XtremIO Management Server’s REST API (2.1+) via default port 443.

    Note The Management Pack supports IPv4 and IPv6.

    Credentials N/A XtremIO User Name/Password

    Note The Management Pack requires a least-privileged user (LPU) account of read-only.

    This chapter includes the following topics:

    n Adding an SSL Certificate to the vROps Truststore (XtremIO)

    Adding an SSL Certificate to the vROps Truststore (XtremIO)

    When Creating an Adapter Instance (XtremIO), different levels of security can be configured. The least secure configuration is to leave the SSL Trust Store Path field in the Advanced Settings blank. In this configuration, the Management Pack will accept all SSL certificates. For added security, you can enable SSL by following the instructions below and entering the path to the truststore in the SSL Trust Store Path field in the Advanced Settings.

    To add an SSL certificate to your vROps trustore:

    1 Obtain the SSL certificate for your XtremIO host server from your Internet browser. Export the certificate as an X.509 Certificate (PEM).

    2 Copy the certificate to your vROps machine.

    VMware, Inc. 6

  • 3 Use ‘ssh’ to log in to the vROps machine as the root user, then run the following command:

    Linux:

    $VCOPS_BASE/jre/bin/keytool -import -alias -file /tmp/ -keystore “$VCOPS_DATA_VCOPS/user/conf/ssl/tcserver.truststore” -storepass -trustcacerts

    Note The is generated by vROps and is located in /storage/vcops/user/conf/ssl/storePass.properties. Copy the password from the ssltruststorePassword= field and paste it in the placeholder.

    Windows:

    %VCOPS_BASE%\jre\bin\keytool -import -alias C:\path\to\certfile -keystore “%VCOPS_DATA_VCOPS%\user\conf\ssl\tcserver.truststore” -storepass -trustcacerts

    Parameter Descriptions:

    n -alias is a unique name for each key that you add (per host)

    n certfile is the location where the cert file was saved

    4 Run the reboot command to re-start the vROps machine for the changes to take effect.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 7

  • Installing the Management Pack (XtremIO) 3This vRealize Operations Management Pack is installed using a .pak file.

    1 Log in to vRealize Operations as an admin user.

    2 From the top navigation bar, select Administration. In the left panel, the default Solutions

    view will be selected. In the right panel, click the Add icon.

    Note If you are using vROps 7.5, Solutions will have two subcategories: Configuration and Repository. Select Repository and scroll down to Other Management Packs and select Add a Management Pack to install a new management pack. Refer to the second screenshot below if needed.

    vROps versions 7 and lower:

    vROps version 7.5:

    VMware, Inc. 8

  • 3 The Add Solution window will appear. Browse to the location of the saved .pak file, then click Upload.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 9

  • 4 Click Next when the upload has finished.

    5 Read and accept the End User License Agreement (EULA), then click Next.

    6 Click Finish when the installation process is complete.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 10

  • Configuring the Management Pack (XtremIO) 4Configuring the Management Pack for Dell EMC XtremIO in vRealize Operations includes the following required tasks:

    n Creating a Credential (XtremIO)

    n Creating an Adapter Instance (XtremIO)

    Note In addition, you may want to perform one or more of the following optional tasks to further configure the Management Pack for your specific needs:

    n Validating Data Collection (XtremIO) (optional)

    This chapter includes the following topics:

    n Creating a Credential (XtremIO)

    n Creating an Adapter Instance (XtremIO)

    n Validating Data Collection (XtremIO)

    Creating a Credential (XtremIO)

    One of the required configuration tasks for the Management Pack is to create a set of credentials in vROps.

    Prerequisites

    n Chapter 3 Installing the Management Pack (XtremIO)

    Procedure

    1 Log in to vRealize Operations as an admin user.

    2 Click the Administration icon. In the left panel, click Credentials.

    VMware, Inc. 11

  • 3 Click the Add icon. In the Manage Credential window that appears, enter the following information:

    n Credential name: A name for this set of credentials

    n User Name: XtremIO User Name

    n Password: XtremIO Password

    4 Click OK to save your credential.

    What to do next

    Creating an Adapter Instance (XtremIO)

    Creating an Adapter Instance (XtremIO)

    Before you can begin using the Management Pack, you must create an adapter instance to identify the host from which the Management Pack will retrieve data.

    Prerequisites

    n Chapter 3 Installing the Management Pack (XtremIO)

    n Creating a Credential (XtremIO)

    Procedure

    1 Log in to vRealize Operations as an admin user.

    2 Click the Administration icon. In the right panel, the Solutions view will be displayed.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 12

  • 3 Select Dell EMC XtremIO from the Solutions list.

    4 Click the Configure icon. The Manage Solution window will appear.

    Note Click the Add icon above theInstance Namelist on the left to create multiple adapter instances.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 13

  • 5 In the Manage Solution window, enter the following information:

    a Instance Settings:

    n Display Name: A name for this particular instance of the Management Pack

    n Description: Optional, but it can be helpful to describe multiple instances of the Management Pack

    b Basic Settings:

    n Host: XtremIO Management Server hostname or IP address

    Note The Management Pack supports IPv4 and IPv6.

    n Protocol: HTTP/HTTPS; default is HTTPS

    n Credential: Select the credential you created when Creating a Credential (XtremIO).

    c Advanced Settings:

    n Collectors/Groups: Default Collector/Group is automatically selected. Click the drop-down menu if you want to run the collection on a different node.

    n Timeout: Allows you to specify the amount of time to wait for each system request to return before the adapter moves on to the next request; default value is 15 seconds.

    Note The Timeout minimum value is 15 and the maximum value is 300.

    n Port: Default port is 443

    n SSL Trust Store Path: Optional; if left blank, all server certificates are trusted by vROps. For added security, enable SSL by Adding an SSL Certificate to the vROps Truststore (XtremIO), then entering the path to the truststore location in this field.

    n Collect Events: True/False, default is True

    n Minimum Event Severity: To help mitigate “alert storms,” this setting allows you to define which events (as defined by the XtremIO REST API) the adapter will collect based on the selected severity. Only events of the selected severity or greater will be collected. The default (and lowest) setting is Information . Other options (of increasing severity) are: Minor, Major, and Critical.

    n Support Autodiscovery: Default setting is True, which enables the adapter instance to create resources for you. This should not be set to False.

    6 Click Test Connection to test the configured connection information. Click Save Settings and Close to save your adapter instance.

    What to do next

    n To validate data collection, see: Validating Data Collection (XtremIO).

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 14

  • Validating Data Collection (XtremIO)

    After you add an adapter instance, you will most likely want to validate the data that it collects in vROps. Wait until one collection cycle is complete and the Collection Status for the adapter instance on the Solutions page shows as "Data Receiving".

    Prerequisites

    n Creating an Adapter Instance (XtremIO)

    Procedure

    1 Select the Environment navigation shortcut.

    2 Under Inventory Trees , select All Objects , then expand the Dell EMC XtremIO Adapter objects list.

    3 Select a resource from the list, then click the All Metrics tab to select metrics and validate values against the data source.

    What to do next

    n To learn more about using the Management Pack, see: Chapter 6 Using the Management Pack (XtremIO).

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 15

  • Troubleshooting the Management Pack (XtremIO) 5Once you have finished Chapter 3 Installing the Management Pack (XtremIO) and Chapter 4 Configuring the Management Pack (XtremIO), check the Collection State and Collection Status for the adapter instance on the Solutions page. If they show as Not Collecting or No Data Receiving, respectively, the following troubleshooting topics can help you diagnose and correct common problems with your adapter instance.

    n Test Connection Errors

    n Adapter and Collector Log Files

    Test Connection Errors

    When Creating an Adapter Instance (XtremIO), click Test Connection after entering all of your configuration settings to ensure vROps can connect to the specified host.

    The following errors are possible:

    Bad User Name/Password

    Ensure the correct XtremIO User Name and Password were entered.

    Bad Port/Host

    Ensure the correct port and host were entered. The default port is 443. The Management Pack supports IPv4 and IPv6.

    Non-numeric Timeout Value

    The Timeout value must be an integer. The minimum value for Timeout is 15 and the maximum value is 300.

    Negative Timeout Value

    The Timeout value is below the minimum value of 15.

    VMware, Inc. 16

  • Adapter and Collector Log Files

    You can review adapter errors in the adapter and collector log files, which can be viewed in the vROps UI or in an external log viewer.

    n Adapter log files are located in the $VCOPS_BASE/user/log/adapters/EMCXtremIOAdapter/folder.

    n Collector log files are located in the $VCOPS_BASE/user/log/ folder.

    To set the base log level for the collector in vROps:

    1 Navigate to Administration > Logs.

    2 Expand the MASTER folder, then select the COLLECTOR folder.

    3 Click the Edit Properties icon.

    4 In the Root logger level drop-down menu, select the desired option.

    n The default logging level is warning.

    n To troubleshoot issues, set the logging level to info.

    n To view detailed messages, including micro steps, queries, and returned results, set the logging level to debug.

    Caution If you set the logging level to debug , log files can become large very quickly. Set the logging level to debug only for short periods of time.

    For more information about viewing log files and modifying levels, refer to the vROps online help.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 17

  • Using the Management Pack (XtremIO) 6The Management Pack for Dell EMC XtremIO includes the following out-of-the-box features, harnessing the power of the vRealize Operations user interface:

    n Resource Kinds and Relationships (XtremIO)

    n Inventory Tree (Traversal Spec) (XtremIO)

    n Dashboards (XtremIO)

    n Tags (XtremIO)

    n Views (XtremIO)

    n Reports (XtremIO)

    n Analysis Badges and Capacity Definitions (XtremIO)

    n Alerts (XtremIO)

    n Metrics (XtremIO)

    This chapter includes the following topics:

    n Resource Kinds and Relationships (XtremIO)

    n Inventory Tree (Traversal Spec) (XtremIO)

    n Dashboards (XtremIO)

    n Tags (XtremIO)

    n Views (XtremIO)

    n Reports (XtremIO)

    n Analysis Badges and Capacity Definitions (XtremIO)

    n Alerts (XtremIO)

    n Metrics (XtremIO)

    Resource Kinds and Relationships (XtremIO)

    The Management Pack for Dell EMC XtremIO creates Resource Kinds and Relationships (associations) for critical resources in your Dell EMC XtremIO environment.

    VMware, Inc. 18

  • Resource Kinds

    Performance data, relationships, and events are collected for the following XtremIO resource kinds:

    n Adapter Instance (XtremIO Management Server)

    n Battery Backup Unit

    n Cluster

    n Data Protection Group

    n Disk Array Enclosure

    n Host Interface

    n InfiniBand Switch

    n Local Disk

    n PSU

    n Snapshot

    n SSD

    n Storage Controller

    n Volume

    n X-Brick

    Relationships

    Relationships among discovered resources are also created by the Management Pack. The hierarchical structure of those relationships is depicted in the diagram below.

    Dell EMC XtremIO Relationships Diagram

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 19

  • External Relationships

    In addition to internal relationships, the Management Pack for Dell EMC XtremIO also creates the following external relationships:

    n VMware Datastore > Volume

    Inventory Tree (Traversal Spec) (XtremIO)

    The Inventory Tree (Traversal Spec) feature in vROps allows you to easily navigate your Dell EMC XtremIO environment. The hierarchical structure implicitly shows relationships among resources and enables quick drill-downs to root-cause issues.

    To access your Dell EMC XtremIO Inventory Tree, navigate to Home > Environment > Inventory Trees.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 20

  • Example Inventory Trees – Dell EMC XtremIO

    Icon Legend

    Adapter Instance (XtremIO Management Server)

    Battery Backup Unit

    Cluster

    Data Protection Group

    Disk Array Enclosure

    Host Interface

    InfiniBand Switch

    Local Disk

    PSU

    Snapshot

    SSD

    Storage Controller

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 21

  • Volume

    X-Brick

    Dashboards (XtremIO)

    Dashboards are the primary feature for monitoring and troubleshooting Dell EMC XtremIO data problems from within vRealize Operations.

    The following dashboards are included in the Management Pack for Dell EMC XtremIO:

    n XtremIO Overview

    n XtremIO Health Investigation

    n XtremIO Performance

    n XtremIO Volume Overview

    n XtremIO Hosted VMs

    n XtremIO Cluster Overview

    XtremIO Overview

    TheXtremIO Overviewdashboard provides at-a-glance heatmap views depicting the overall health of your XtremIO resources.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 22

  • XtremIO Health Investigation

    TheXtremIO Health Investigationdashboard provides at-a-glance health status badges for all resources in your XtremIO environment. Click on a resource from the Environment Overview selector to further investigate its health through selected metric charts, KPIs, and any alerts related to that resource.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 23

  • XtremIO Performance

    TheXtremIO Performancedashboard is useful for determining performance problems in your XtremIO environment. Select a cluster on the left to view its workload information and KPIs. View additional KPIs for related resource kinds by selecting the resource on the left to populate the values on the right.

    XtremIO Volume Overview

    TheXtremIO Volume Overviewdashboard allows you to select a volume to view its alerts, health status, properties, metrics, and relationships.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 24

  • XtremIO Hosted VMs

    TheXtremIO Hosted VMsdashboard allows you to select a Virtual Machine to view its related Datastore, Volume, and Cluster, as well as KPIs for the Virtual Machine and related resource kinds.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 25

  • XtremIO Cluster Overview

    TheXtremIO Cluster Overviewdashboard displays alerts and metrics for a selected cluster and provides at-a-glance health status badges for all resources within that cluster.

    Tags (XtremIO)

    To further customize how your Management Pack dashboards are displayed, the following tags (containers) are currently available for filtering:

    n Dell EMC XtremIO

    n Dell EMC XtremIO Clusters

    n Dell EMC XtremIO Related Datastores

    n Dell EMC XtremIO Related Hosts

    n Dell EMC XtremIO Related VMs

    n Dell EMC XtremIO to VMware

    To select a tag, perform the following steps:

    Note Depending on the dashboard, the steps for selecting a tag may vary slightly.

    1 Click the Content navigation shortcut.

    2 Select Dashboards from the navigation pane.

    3 Select the dashboard you want to filter, then click Edit .

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 26

  • 4 Select Edit Widget for the specific dashboard widget you want to filter .

    5 In the dialog that appears, under Select which tags to filter, expand the Dell EMC XtremIO Tag option and select the desired tag(s).

    6 To save your configuration and exit the Edit window, click Save .

    Views (XtremIO)

    The Management Pack for Dell EMC XtremIO creates views that allow the user to view statistics of metrics for various XtremIO resources. The views help give a broad picture of the entire system, as opposed to a more in depth view.

    The following views are available in the Management Pack:

    View Type Description

    Dell EMC XtremIO Active Alerts List Displays all active alerts in your XtremIO environment.

    Dell EMC XtremIO Adapter Instance Capacities List Displays capacities related to applicable resources for your XtremIO adapter instance.

    Dell EMC XtremIO Adapter Instance KPIs List Displays all KPIs for resources in your XtremIO adapter instance.

    Dell EMC XtremIO Battery Backup Unit Capacities List Displays capacities for Battery Backup Unit resource.

    Dell EMC XtremIO Battery Backup Unit KPIs List Displays KPIs for Battery Backup Unit resource.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 27

  • View Type Description

    Dell EMC XtremIO Battery Backup Unit Properties List Displays properties for Battery Backup Unit resource.

    Dell EMC XtremIO Cluster Capacities List Displays capacities for Cluster resource.

    Dell EMC XtremIO Cluster KPIs List Displays KPIs for Cluster resource.

    Dell EMC XtremIO Cluster Latency, IOPS, and Throughput

    List Displays latency, IOPS, and throughput information for Cluster resource.

    Dell EMC XtremIO Cluster Properties List Displays properties for Cluster resource.

    Dell EMC XtremIO Data Protection Group Capacities List Displays capacities for Data Protection Group resource.

    Dell EMC XtremIO Data Protection Group IOPS and Throughput

    List Displays IOPS and throughput information for Data Protection Group resource.

    Dell EMC XtremIO Data Protection Group KPIs List Displays KPIs for Data Protection Group resource.

    Dell EMC XtremIO Data Protection Group Properties List Displays properties for Data Protection Group resource.

    Dell EMC XtremIO Disk Array Enclosure KPIs List Displays KPIs for Disk Array Enclosure resource.

    Dell EMC XtremIO Disk Array Enclosure Properties List Displays properties for Disk Array Enclosure resource.

    Dell EMC XtremIO Health List Displays health stats for your XtremIO environment.

    Dell EMC XtremIO Host Interface Capacities List Displays capacities for Host Interface resource.

    Dell EMC XtremIO Host Interface Latency, IOPS, and Throughput

    List Displays latency, IOPS, and throughput information for Host Interface resource.

    Dell EMC XtremIO Host Interface Properties List Displays properties for Host Interface resource.

    Dell EMC XtremIO InfiniBand Switch KPIs List Displays KPIs for InfiniBand Switch resource.

    Dell EMC XtremIO InfiniBand Switch Properties List Displays properties for InfiniBand Switch resource.

    Dell EMC XtremIO Local Disk KPIs List Displays KPIs for Local Disk resource.

    Dell EMC XtremIO Local Disk Properties List Displays properties for Local Disk resource.

    Dell EMC XtremIO PSU KPIs List Displays KPIs for PSU resource.

    Dell EMC XtremIO PSU Properties List Displays properties for PSU resource.

    Dell EMC XtremIO Snapshot Properties List Displays properties for Snapshot resource.

    Dell EMC XtremIO SSD Capacities List Displays capacities for SSD resource.

    Dell EMC XtremIO SSD IOPS and Throughput List Displays IOPS and throughput information for SSD resource.

    Dell EMC XtremIO SSD KPIs List Displays KPIs for SSD resource.

    Dell EMC XtremIO SSD Properties List Displays properties for SSD resource.

    Dell EMC XtremIO Storage Controller KPIs List Displays KPIs for Storage Controller resource.

    Dell EMC XtremIO Storage Controller Properties List Displays properties for Storage Controller resource.

    Dell EMC XtremIO Volume Capacities List Displays capacities for Volume resource.

    Dell EMC XtremIO Volume KPIs List Displays KPIs for Volume resource.

    Dell EMC XtremIO Volume Latency, IOPS, and Throughput

    List Displays latency, IOPS, and throughput for Volume resource.

    Dell EMC XtremIO Volume Properties List Displays properties for Volume resource.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 28

  • View Type Description

    Dell EMC XtremIO X-Brick KPIs List Displays KPIs for X-Brick resource.

    Dell EMC XtremIO X-Brick Properties List Displays properties for X-Brick resource.

    Dell EMC XtremIO XtremIO Management Server Properties

    List Displays properties for Management Server resource.

    To access the Management Pack views:

    1 Navigate to Environment > All Objects > Dell XtremIO Adapter.

    2 Double-click on the desired object (resource).

    3 Select the Details tab, then Views.

    The available views for that resource are listed and can be selected.

    Accessing Views

    Reports (XtremIO)

    The Management Pack for Dell EMC XtremIO contains five out-of-the-box reports that you can export and easily share with key stakeholders in either .pdf or .csv formats.

    The following reports are available in the Management Pack:

    Report Description

    Dell EMC XtremIO Capacity Reports on capacities for applicable resources in your XtremIO environment.

    Dell EMC XtremIO Health and Availability Reports on health and availability information for XtremIO resources.

    Dell EMC XtremIO KPIs Reports on KPIs for XtremIO resources.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 29

  • Report Description

    Dell EMC XtremIO Performance Reports on performance of XtremIO resources.

    Dell EMC XtremIO Properties Reports on properties of XtremIO resources.

    To access Management Pack reports:

    1 Navigate to Environment > All Objects > Dell EMC XtremIO Adapter.

    2 Double-click on the desired object (resource).

    3 Select the Reports tab, then Report Templates.

    The available report(s) for the selected resource are listed and can be selected.

    To run a selected report, click the Run Template icon.

    Accessing Reports

    Analysis Badges and Capacity Definitions (XtremIO)

    Using the predictive analytics capabilities of the vROps Analysis Badges through capacity definitions, the Management Pack populates capacity and utilization breakdowns for the resource kinds listed in the table below.

    Analysis Badge Example

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 30

  • Capacity Definitions List

    Container Use in Workload

    Battery Backup Unit

    vRealize Calculated Load Capacity yes

    vRealize Calculated Uncharged Capacity yes

    Cluster

    vRealize Calculated IOPS Capacity yes

    vRealize Calculated Logical Capacity yes

    vRealize Calculated Physical Capacity yes

    vRealize Calculated Shared Memory Capacity yes

    vRealize Calculated Throughput Capacity yes

    Data Protection Group

    vRealize Calculated IOPS Capacity yes

    vRealize Calculated Physical Capacity yes

    vRealize Calculated Throughput Capacity yes

    Host Interface

    vRealize Calculated IOPS Capacity yes

    vRealize Calculated Throughput Capacity yes

    SSD

    vRealize Calculated IOPS Capacity yes

    vRealize Calculated Physical Capacity yes

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 31

  • Container Use in Workload

    vRealize Calculated Throughput Capacity yes

    Volume

    vRealize Calculated IOPS Capacity yes

    vRealize Calculated Throughput Capacity yes

    vRealize Calculated Volume Capacity yes

    XtremIO Management Server

    vRealize Calculated CPU Capacity yes

    vRealize Calculated IOPS Capacity yes

    vRealize Calculated Memory Capacity yes

    vRealize Calculated Throughput Capacity yes

    Alerts (XtremIO)

    The Management Pack for Dell EMC XtremIO pulls alerts and events from Dell EMC XtremIO Manager and displays them in vRealize Operations as alerts. See the table below for the list of alerts available in the Management Pack.

    Alerts List

    Name Description Symptom Recommendation

    Battery Backup Unit High Threshold UPS Load

    Battery Backup Unit has 'High Threshold UPS Load'

    High Threshold UPS Load

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit Low Threshold UPS Load

    Battery Backup Unit has 'Low Threshold UPS Load'

    Low Threshold UPS Load

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit Medium Threshold UPS Load

    Battery Backup Unit has 'Medium Threshold UPS Load'

    Medium Threshold UPS Load

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit No UPS Load

    Battery Backup Unit has 'No UPS Load'

    No UPS Load See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Bypass Active Failure

    Battery Backup Unit has 'UPS Bypass Active Failure'

    UPS Bypass Active Failure

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Bypass Active Failure With An Unexpected Value

    Battery Backup Unit has 'UPS Bypass Active Failure With An Unexpected Value'

    UPS Bypass Active Failure With An Unexpected Value

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Failure With An Unexpected Value

    Battery Backup Unit has 'UPS Failure With An Unexpected Value'

    UPS Failure With An Unexpected Value

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS FRU Disconnected

    Battery Backup Unit has 'UPS FRU Disconnected'

    UPS FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 32

  • Name Description Symptom Recommendation

    Battery Backup Unit UPS FRU Failed

    Battery Backup Unit has 'UPS FRU Failed'

    UPS FRU Failed See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS FRU Prepare Failed

    Battery Backup Unit has 'UPS FRU Prepare Failed'

    UPS FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS FRU Uninitialized

    Battery Backup Unit has 'UPS FRU Uninitialized'

    UPS FRU Uninitialized

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Firmware Invalid

    Battery Backup Unit has 'UPS Firmware Invalid'

    UPS Firmware Invalid See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Firmware Mismatch

    Battery Backup Unit has 'UPS Firmware Mismatch'

    UPS Firmware Mismatch

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Firmware Upgrading

    Battery Backup Unit has 'UPS Firmware Upgrading'

    UPS Firmware Upgrading

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Low Battery Failure

    Battery Backup Unit has 'UPS Low Battery Failure'

    UPS Low Battery Failure

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Low Battery Failure With An Unexpected Value

    Battery Backup Unit has 'UPS Low Battery Failure With An Unexpected Value'

    UPS Low Battery Failure With An Unexpected Value

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Low Battery With No Input

    Battery Backup Unit has 'UPS Low Battery With No Input'

    UPS Low Battery With No Input

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Low Battery With No Input And An Unexpected Value

    Battery Backup Unit has 'UPS Low Battery With No Input And An Unexpected Value'

    UPS Low Battery With No Input And An Unexpected Value

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Low Battery Run Failure

    Battery Backup Unit has 'UPS Low Battery Run Failure'

    UPS Low Battery Run Failure

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Low Battery Run Failure With An Unexpected Value

    Battery Backup Unit has 'UPS Low Battery Run Failure With An Unexpected Value'

    UPS Low Battery Run Failure With An Unexpected Value

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Needs Battery Replaced

    Battery Backup Unit has 'UPS Needs Battery Replaced'

    UPS Needs Battery Replaced

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS No External Power

    Battery Backup Unit has 'UPS No External Power'

    UPS No External Power

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Node 1 Disconnected

    Battery Backup Unit has 'UPS Node 1 Disconnected'

    UPS Node 1 Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Node 2 Disconnected

    Battery Backup Unit has 'UPS Node 2 Disconnected'

    UPS Node 2 Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Node Disconnected

    Battery Backup Unit has 'UPS Node Disconnected'

    UPS Node Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 33

  • Name Description Symptom Recommendation

    Battery Backup Unit UPS Overload Failure True

    Battery Backup Unit has 'UPS Overload Failure True'

    UPS Overload Failure True

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS Overload Failure With An Unexpected Value

    Battery Backup Unit has 'UPS Overload Failure With An Unexpected Value'

    UPS Overload Failure With An Unexpected Value

    See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS System Disabled

    Battery Backup Unit has 'UPS System Disabled'

    UPS System Disabled See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit UPS User Disabled

    Battery Backup Unit has 'UPS User Disabled'

    UPS User Disabled See 'What is Causing the Issue?' below for more information about this alert.

    Battery Backup Unit BBU Event

    Battery Backup Unit has 'BBU Event'

    BBU Event See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Consistency Group Add Pending

    Cluster has 'Consistency Group Add Pending'

    Consistency Group Add Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Consistency Group Modify Pending

    Cluster has 'Consistency Group Modify Pending'

    Consistency Group Modify Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Consistency Group Remove Pending

    Cluster has 'Consistency Group Remove Pending'

    Consistency Group Remove Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Discovery Chap Initiators Missing Credentials

    Cluster has 'Discovery Chap Initiators Missing Credentials'

    Discovery Chap Initiators Missing Credentials

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Initiator Group Add Pending

    Cluster has 'Initiator Group Add Pending'

    Initiator Group Add Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Initiator Group Modify Pending

    Cluster has 'Initiator Group Modify Pending'

    Initiator Group Modify Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Initiator Group Remove Pending

    Cluster has 'Initiator Group Remove Pending'

    Initiator Group Remove Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Initiator Add Pending

    Cluster has 'Initiator Add Pending'

    Initiator Add Pending See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Initiator Modify Pending

    Cluster has 'Initiator Modify Pending'

    Initiator Modify Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Initiator Remove Pending

    Cluster has 'Initiator Remove Pending'

    Initiator Remove Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Snapshot Group Add Pending

    Cluster has 'Snapshot Group Add Pending'

    Snapshot Group Add Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Snapshot Group Modify Pending

    Cluster has 'Snapshot Group Modify Pending'

    Snapshot Group Modify Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Snapshot Group Remove Pending

    Cluster has 'Snapshot Group Remove Pending'

    Snapshot Group Remove Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Cluster Event Cluster has 'Cluster Event' Cluster Event See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Prepare 20 To 40 Percent Done

    Data Protection Group has 'RaidGroup Prepare 20 To 40 Percent Done'

    RaidGroup Prepare 20 To 40 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 34

  • Name Description Symptom Recommendation

    Data Protection Group RaidGroup Prepare 0 To 20 Percent Done

    Data Protection Group has 'RaidGroup Prepare 0 To 20 Percent Done'

    RaidGroup Prepare 0 To 20 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Prepare 40 To 60 Percent Done

    Data Protection Group has 'RaidGroup Prepare 40 To 60 Percent Done'

    RaidGroup Prepare 40 To 60 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Prepare 60 To 80 Percent Done

    Data Protection Group has 'RaidGroup Prepare 60 To 80 Percent Done'

    RaidGroup Prepare 60 To 80 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Prepare 99 Percent Done

    Data Protection Group has 'RaidGroup Prepare 99 Percent Done'

    RaidGroup Prepare 99 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Rebuild 0 To 20 Percent Done

    Data Protection Group has 'RaidGroup Rebuild 0 To 20 Percent Done'

    RaidGroup Rebuild 0 To 20 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Rebuild 20 To 40 Percent Done

    Data Protection Group has 'RaidGroup Rebuild 20 To 40 Percent Done'

    RaidGroup Rebuild 20 To 40 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Rebuild 40 To 60 Percent Done

    Data Protection Group has 'RaidGroup Rebuild 40 To 60 Percent Done'

    RaidGroup Rebuild 40 To 60 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Rebuild 60 To 80 Percent Done

    Data Protection Group has 'RaidGroup Rebuild 60 To 80 Percent Done'

    RaidGroup Rebuild 60 To 80 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Rebuild 99 Percent Done

    Data Protection Group has 'RaidGroup Rebuild 99 Percent Done'

    RaidGroup Rebuild 99 Percent Done

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Degraded

    Data Protection Group has 'RaidGroup Degraded'

    RaidGroup Degraded See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Double Degrade

    Data Protection Group has 'RaidGroup Double Degrade'

    RaidGroup Double Degrade

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Dual Failure

    Data Protection Group has 'RaidGroup Dual Failure'

    RaidGroup Dual Failure

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Error

    Data Protection Group has 'RaidGroup Error'

    RaidGroup Error See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Limited Physical Capacity

    Data Protection Group has 'RaidGroup Limited Physical Capacity'

    RaidGroup Limited Physical Capacity

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Is Low On Available Rebuilds

    Data Protection Group has 'RaidGroup Is Low On Available Rebuilds'

    RaidGroup Is Low On Available Rebuilds

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Has No Available Rebuilds

    Data Protection Group has 'RaidGroup Has No Available Rebuilds'

    RaidGroup Has No Available Rebuilds

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 35

  • Name Description Symptom Recommendation

    Data Protection Group RaidGroup Has No Free Physical Capacity

    Data Protection Group has 'RaidGroup Has No Free Physical Capacity'

    RaidGroup Has No Free Physical Capacity

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group RaidGroup Has Very Limited Physical Capacity

    Data Protection Group has 'RaidGroup Has Very Limited Physical Capacity'

    RaidGroup Has Very Limited Physical Capacity

    See 'What is Causing the Issue?' below for more information about this alert.

    Data Protection Group Event

    Data Protection Group has 'Data Protection Group Event'

    Data Protection Group Event

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure DAE LCC Connected Different Bricks

    Disk Array Enclosure has 'DAE LCC Connected Different Bricks'

    DAE LCC Connected Different Bricks

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure DAE LCC Connected One Storage Controller

    Disk Array Enclosure has 'DAE LCC Connected One Storage Controller'

    DAE LCC Connected One Storage Controller

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD FRU Disconnected

    Disk Array Enclosure has 'JBOD FRU Disconnected'

    JBOD FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD FRU Failed

    Disk Array Enclosure has 'JBOD FRU Failed'

    JBOD FRU Failed See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD FRU Prepare Failed

    Disk Array Enclosure has 'JBOD FRU Prepare Failed'

    JBOD FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD FRU Uninitialized

    Disk Array Enclosure has 'JBOD FRU Uninitialized'

    JBOD FRU Uninitialized

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD Controller FRU Disconnected

    Disk Array Enclosure has 'JBOD Controller FRU Disconnected'

    JBOD Controller FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD Controller FRU Failed

    Disk Array Enclosure has 'JBOD Controller FRU Failed'

    JBOD Controller FRU Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD Controller FRU Prepare Failed

    Disk Array Enclosure has 'JBOD Controller FRU Prepare Failed'

    JBOD Controller FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD Controller FRU Uninitialized

    Disk Array Enclosure has 'JBOD Controller FRU Uninitialized'

    JBOD Controller FRU Uninitialized

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD Controller Firmware Invalid

    Disk Array Enclosure has 'JBOD Controller Firmware Invalid'

    JBOD Controller Firmware Invalid

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD Controller Firmware Mismatch

    Disk Array Enclosure has 'JBOD Controller Firmware Mismatch'

    JBOD Controller Firmware Mismatch

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD Controller Firmware Upgrading

    Disk Array Enclosure has 'JBOD Controller Firmware Upgrading'

    JBOD Controller Firmware Upgrading

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 36

  • Name Description Symptom Recommendation

    Disk Array Enclosure JBOD Controller System Disabled

    Disk Array Enclosure has 'JBOD Controller System Disabled'

    JBOD Controller System Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure JBOD Controller User Disabled

    Disk Array Enclosure has 'JBOD Controller User Disabled'

    JBOD Controller User Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure LCC SAS2 Port Down

    Disk Array Enclosure has 'LCC SAS2 Port Down'

    LCC SAS2 Port Down See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure Node LCC Level 2 Unknown

    Disk Array Enclosure has 'Node LCC Level 2 Unknown'

    Node LCC Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure Node LCC Level 3 Warning

    Disk Array Enclosure has 'Node LCC Level 3 Warning'

    Node LCC Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure Node LCC Level 4 Minor

    Disk Array Enclosure has 'Node LCC Level 4 Minor'

    Node LCC Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure Node LCC Level 5 Major

    Disk Array Enclosure has 'Node LCC Level 5 Major'

    Node LCC Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure Node LCC Level 6 Critical

    Disk Array Enclosure has 'Node LCC Level 6 Critical'

    Node LCC Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure SAS Connectivity Degraded

    Disk Array Enclosure has 'SAS Connectivity Degraded'

    SAS Connectivity Degraded

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure SAS Connectivity Down

    Disk Array Enclosure has 'SAS Connectivity Down'

    SAS Connectivity Down

    See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure SAS SAS1 Port Down

    Disk Array Enclosure has 'SAS SAS1 Port Down'

    SAS SAS1 Port Down See 'What is Causing the Issue?' below for more information about this alert.

    Disk Array Enclosure DAE Event

    Disk Array Enclosure has 'DAE Event'

    DAE Event See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch Fan Drawer Failed

    InfiniBand Switch has 'InfiniBand Switch Fan Drawer Failed'

    InfiniBand Switch Fan Drawer Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch FRU Disconnected

    InfiniBand Switch has 'InfiniBand Switch FRU Disconnected'

    InfiniBand Switch FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch FRU Failed

    InfiniBand Switch has 'InfiniBand Switch FRU Failed'

    InfiniBand Switch FRU Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch FRU Prepare Failed

    InfiniBand Switch has 'InfiniBand Switch FRU Prepare Failed'

    InfiniBand Switch FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch FRU Uninitialized

    InfiniBand Switch has 'InfiniBand Switch FRU Uninitialized'

    InfiniBand Switch FRU Uninitialized

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 37

  • Name Description Symptom Recommendation

    InfiniBand Switch InfiniBand Switch Firmware Invalid

    InfiniBand Switch has 'InfiniBand Switch Firmware Invalid'

    InfiniBand Switch Firmware Invalid

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch Firmware Mismatch

    InfiniBand Switch has 'InfiniBand Switch Firmware Mismatch'

    InfiniBand Switch Firmware Mismatch

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch Firmware Upgrading

    InfiniBand Switch has 'InfiniBand Switch Firmware Upgrading'

    InfiniBand Switch Firmware Upgrading

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch Level 2 Unknown

    InfiniBand Switch has 'InfiniBand Switch Level 2 Unknown'

    InfiniBand Switch Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch Level 3 Warning

    InfiniBand Switch has 'InfiniBand Switch Level 3 Warning'

    InfiniBand Switch Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch Level 4 minor

    InfiniBand Switch has 'InfiniBand Switch Level 4 minor'

    InfiniBand Switch Level 4 minor

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch Level 5 major

    InfiniBand Switch has 'InfiniBand Switch Level 5 major'

    InfiniBand Switch Level 5 major

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch level 6 critical

    InfiniBand Switch has 'InfiniBand Switch level 6 critical'

    InfiniBand Switch level 6 critical

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch One Fan Failed

    InfiniBand Switch has 'InfiniBand Switch One Fan Failed'

    InfiniBand Switch One Fan Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch S2S IB1 Port Down

    InfiniBand Switch has 'InfiniBand Switch S2S IB1 Port Down'

    InfiniBand Switch S2S IB1 Port Down

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch S2S IB2 Port Down

    InfiniBand Switch has 'InfiniBand Switch S2S IB2 Port Down'

    InfiniBand Switch S2S IB2 Port Down

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch System Disabled

    InfiniBand Switch has 'InfiniBand Switch System Disabled'

    InfiniBand Switch System Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch Unknown Model

    InfiniBand Switch has 'InfiniBand Switch Unknown Model'

    InfiniBand Switch Unknown Model

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch User Disabled

    InfiniBand Switch has 'InfiniBand Switch User Disabled'

    InfiniBand Switch User Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch Wrong Connection

    InfiniBand Switch has 'InfiniBand Switch Wrong Connection'

    InfiniBand Switch Wrong Connection

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 38

  • Name Description Symptom Recommendation

    InfiniBand Switch InfiniBand Switch PSU FRU Disconnected

    InfiniBand Switch has 'InfiniBand Switch PSU FRU Disconnected'

    InfiniBand Switch PSU FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch PSU FRU Failed

    InfiniBand Switch has 'InfiniBand Switch PSU FRU Failed'

    InfiniBand Switch PSU FRU Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch PSU FRU Prepare Failed

    InfiniBand Switch has 'InfiniBand Switch PSU FRU Prepare Failed'

    InfiniBand Switch PSU FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch PSU FRU Uninitialized

    InfiniBand Switch has 'InfiniBand Switch PSU FRU Uninitialized'

    InfiniBand Switch PSU FRU Uninitialized

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch PSU Firmware Invalid

    InfiniBand Switch has 'InfiniBand Switch PSU Firmware Invalid'

    InfiniBand Switch PSU Firmware Invalid

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch PSU Firmware Mismatch

    InfiniBand Switch has 'InfiniBand Switch PSU Firmware Mismatch'

    InfiniBand Switch PSU Firmware Mismatch

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch PSU Firmware Upgrading

    InfiniBand Switch has 'InfiniBand Switch PSU Firmware Upgrading'

    InfiniBand Switch PSU Firmware Upgrading

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch PSU No External Power

    InfiniBand Switch has 'InfiniBand Switch PSU No External Power'

    InfiniBand Switch PSU No External Power

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch PSU System Disabled

    InfiniBand Switch has 'InfiniBand Switch PSU System Disabled'

    InfiniBand Switch PSU System Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch InfiniBand Switch PSU User Disabled

    InfiniBand Switch has 'InfiniBand Switch PSU User Disabled'

    InfiniBand Switch PSU User Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    InfiniBand Switch Event InfiniBand Switch has 'InfiniBand Switch Event'

    InfiniBand Switch Event

    See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Disk Empty Local Disk has 'Disk Empty' Disk Empty See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Unanticipated Disk

    Local Disk has 'Unanticipated Disk'

    Unanticipated Disk See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Disk Uninitialized

    Local Disk has 'Disk Uninitialized'

    Disk Uninitialized See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Unsupported Disk

    Local Disk has 'Unsupported Disk'

    Unsupported Disk See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Local Disk FRU Disconnected

    Local Disk has 'Local Disk FRU Disconnected'

    Local Disk FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Local Disk FRU Failed

    Local Disk has 'Local Disk FRU Failed'

    Local Disk FRU Failed See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 39

  • Name Description Symptom Recommendation

    Local Disk Local Disk FRU Prepare Failed

    Local Disk has 'Local Disk FRU Prepare Failed'

    Local Disk FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Local Disk FRU Uninitialized

    Local Disk has 'Local Disk FRU Uninitialized'

    Local Disk FRU Uninitialized

    See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Local Disk Firmware Invalid

    Local Disk has 'Local Disk Firmware Invalid'

    Local Disk Firmware Invalid

    See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Local Disk Firmware Mismatch

    Local Disk has 'Local Disk Firmware Mismatch'

    Local Disk Firmware Mismatch

    See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Local Disk Firmware Upgrading

    Local Disk has 'Local Disk Firmware Upgrading'

    Local Disk Firmware Upgrading

    See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Local Disk System Disabled

    Local Disk has 'Local Disk System Disabled'

    Local Disk System Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Local Disk User Disabled

    Local Disk has 'Local Disk User Disabled'

    Local Disk User Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    Local Disk Event Local Disk has 'Local Disk Event'

    Local Disk Event See 'What is Causing the Issue?' below for more information about this alert.

    PSU DAE PSU AC Failed PSU has 'DAE PSU AC Failed'

    DAE PSU AC Failed See 'What is Causing the Issue?' below for more information about this alert.

    PSU DAE PSU AC Lost PSU has 'DAE PSU AC Lost' DAE PSU AC Lost See 'What is Causing the Issue?' below for more information about this alert.

    PSU DAE PSU AC Out of Range

    PSU has 'DAE PSU AC Out of Range'

    DAE PSU AC Out of Range

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBOD No Input PSU has 'JBOD No Input' JBOD No Input See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBODPSU FRU Disconnected

    PSU has 'JBODPSU FRU Disconnected'

    JBODPSU FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBODPSU FRU Failed

    PSU has 'JBODPSU FRU Failed'

    JBODPSU FRU Failed See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBODPSU FRU Prepare Failed

    PSU has 'JBODPSU FRU Prepare Failed'

    JBODPSU FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBODPSU FRU Uninitialized

    PSU has 'JBODPSU FRU Uninitialized'

    JBODPSU FRU Uninitialized

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBODPSU Firmware Invalid

    PSU has 'JBODPSU Firmware Invalid'

    JBODPSU Firmware Invalid

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBODPSU Firmware Mismatch

    PSU has 'JBODPSU Firmware Mismatch'

    JBODPSU Firmware Mismatch

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBODPSU Firmware Upgrading

    PSU has 'JBODPSU Firmware Upgrading'

    JBODPSU Firmware Upgrading

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBODPSU System Disabled

    PSU has 'JBODPSU System Disabled'

    JBODPSU System Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU JBODPSU User Disabled

    PSU has 'JBODPSU User Disabled'

    JBODPSU User Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 40

  • Name Description Symptom Recommendation

    PSU NodePSU FRU Disconnected

    PSU has 'NodePSU FRU Disconnected'

    NodePSU FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU NodePSU FRU Failed

    PSU has 'NodePSU FRU Failed'

    NodePSU FRU Failed See 'What is Causing the Issue?' below for more information about this alert.

    PSU NodePSU FRU Prepare Failed

    PSU has 'NodePSU FRU Prepare Failed'

    NodePSU FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU NodePSU FRU Uninitialized

    PSU has 'NodePSU FRU Uninitialized'

    NodePSU FRU Uninitialized

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU NodePSU Firmware Invalid

    PSU has 'NodePSU Firmware Invalid'

    NodePSU Firmware Invalid

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU NodePSU Firmware Mismatch

    PSU has 'NodePSU Firmware Mismatch'

    NodePSU Firmware Mismatch

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU NodePSU Firmware Upgrading

    PSU has 'NodePSU Firmware Upgrading'

    NodePSU Firmware Upgrading

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU NodePSU No Input PSU has 'NodePSU No Input'

    NodePSU No Input See 'What is Causing the Issue?' below for more information about this alert.

    PSU NodePSU System Disabled

    PSU has 'NodePSU System Disabled'

    NodePSU System Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU NodePSU User Disabled

    PSU has 'NodePSU User Disabled'

    NodePSU User Disabled

    See 'What is Causing the Issue?' below for more information about this alert.

    PSU Event PSU has 'PSU Event' PSU Event See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Add Pending SSD has 'SSD Add Pending' SSD Add Pending See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Assigning To RaidGroup

    SSD has 'SSD Assigning To RaidGroup'

    SSD Assigning To RaidGroup

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Diagnostic Level 2 Unknown

    SSD has 'SSD Diagnostic Level 2 Unknown'

    SSD Diagnostic Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Diagnostic Level 3 Warning

    SSD has 'SSD Diagnostic Level 3 Warning'

    SSD Diagnostic Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Diagnostic Level 4 Minor

    SSD has 'SSD Diagnostic Level 4 Minor'

    SSD Diagnostic Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Diagnostic Level 5 Major

    SSD has 'SSD Diagnostic Level 5 Major'

    SSD Diagnostic Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Diagnostic Level 6 Critical

    SSD has 'SSD Diagnostic Level 6 Critical'

    SSD Diagnostic Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Eject Pending SSD has 'SSD Eject Pending'

    SSD Eject Pending See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Failed In RaidGroup

    SSD has 'SSD Failed In RaidGroup'

    SSD Failed In RaidGroup

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD FRU Disconnected

    SSD has 'SSD FRU Disconnected'

    SSD FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 41

  • Name Description Symptom Recommendation

    SSD SSD FRU Failed SSD has 'SSD FRU Failed' SSD FRU Failed See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD FRU Prepare Failed

    SSD has 'SSD FRU Prepare Failed'

    SSD FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD FRU Uninitialized

    SSD has 'SSD FRU Uninitialized'

    SSD FRU Uninitialized See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Firmware Invalid

    SSD has 'SSD Firmware Invalid'

    SSD Firmware Invalid See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Firmware Mismatch

    SSD has 'SSD Firmware Mismatch'

    SSD Firmware Mismatch

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Firmware Upgrading

    SSD has 'SSD Firmware Upgrading'

    SSD Firmware Upgrading

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Limited Endurance

    SSD has 'SSD Limited Endurance'

    SSD Limited Endurance

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link1 Level 2 Unknown

    SSD has 'SSD Link1 Level 2 Unknown'

    SSD Link1 Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link1 Level 3 Warning

    SSD has 'SSD Link1 Level 3 Warning'

    SSD Link1 Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link1 Level 4 Minor

    SSD has 'SSD Link1 Level 4 Minor'

    SSD Link1 Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link1 Level 5 Major

    SSD has 'SSD Link1 Level 5 Major'

    SSD Link1 Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link1 Level 6 Critical

    SSD has 'SSD Link1 Level 6 Critical'

    SSD Link1 Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link2 Level 2 Unknown

    SSD has 'SSD Link2 Level 2 Unknown'

    SSD Link2 Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link2 Level 3 Warning

    SSD has 'SSD Link2 Level 3 Warning'

    SSD Link2 Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link2 Level 4 Minor

    SSD has 'SSD Link2 Level 4 Minor'

    SSD Link2 Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link2 Level 5 Major

    SSD has 'SSD Link2 Level 5 Major'

    SSD Link2 Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Link2 Level 6 Critical

    SSD has 'SSD Link2 Level 6 Critical'

    SSD Link2 Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Modify Pending SSD has 'SSD Modify Pending'

    SSD Modify Pending See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Remaining Endurance None

    SSD has 'SSD Remaining Endurance None'

    SSD Remaining Endurance None

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Not In RaidGroup

    SSD has 'SSD Not In RaidGroup'

    SSD Not In RaidGroup

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Remove Pending

    SSD has 'SSD Remove Pending'

    SSD Remove Pending

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 42

  • Name Description Symptom Recommendation

    SSD SSD System Disabled

    SSD has 'SSD System Disabled'

    SSD System Disabled See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD User Disabled SSD has 'SSD User Disabled'

    SSD User Disabled See 'What is Causing the Issue?' below for more information about this alert.

    SSD SSD Very Limited Endurance

    SSD has 'SSD Very Limited Endurance'

    SSD Very Limited Endurance

    See 'What is Causing the Issue?' below for more information about this alert.

    SSD Event SSD has 'SSD Event' SSD Event See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Backend Storage Controller Error

    Storage Controller has 'Backend Storage Controller Error'

    Backend Storage Controller Error

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller DED IPMI Port Down

    Storage Controller has 'DED IPMI Port Down'

    DED IPMI Port Down See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Disconnected From Node Manager

    Storage Controller has 'Disconnected From Node Manager'

    Disconnected From Node Manager

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Ethernet Port Down

    Storage Controller has 'Ethernet Port Down'

    Ethernet Port Down See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Ethernet Port Unknown

    Storage Controller has 'Ethernet Port Unknown'

    Ethernet Port Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Journal Dumping

    Storage Controller has 'Journal Dumping'

    Journal Dumping See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Journal Failback

    Storage Controller has 'Journal Failback'

    Journal Failback See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Journal Failed

    Storage Controller has 'Journal Failed'

    Journal Failed See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Journal Failover

    Storage Controller has 'Journal Failover'

    Journal Failover See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Journal Fault

    Storage Controller has 'Journal Fault'

    Journal Fault See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Management Port Half Duplex

    Storage Controller has 'Management Port Half Duplex'

    Management Port Half Duplex

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Module Failback

    Storage Controller has 'Module Failback'

    Module Failback See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Module Failed

    Storage Controller has 'Module Failed'

    Module Failed See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Module Failover

    Storage Controller has 'Module Failover'

    Module Failover See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Module Inactive

    Storage Controller has 'Module Inactive'

    Module Inactive See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 43

  • Name Description Symptom Recommendation

    Storage Controller Node Curt Level 2 Unknown

    Storage Controller has 'Node Curt Level 2 Unknown'

    Node Curt Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Curt Level 3 Warning

    Storage Controller has 'Node Curt Level 3 Warning'

    Node Curt Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Curt Level 4 Minor

    Storage Controller has 'Node Curt Level 4 Minor'

    Node Curt Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Curt Level 5 Major

    Storage Controller has 'Node Curt Level 5 Major'

    Node Curt Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Curt Level 6 Critical

    Storage Controller has 'Node Curt Level 6 Critical'

    Node Curt Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node DIMM Level 2 Unknown

    Storage Controller has 'Node DIMM Level 2 Unknown'

    Node DIMM Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node DIMM Level 3 Warning

    Storage Controller has 'Node DIMM Level 3 Warning'

    Node DIMM Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node DIMM Level 4 Minor

    Storage Controller has 'Node DIMM Level 4 Minor'

    Node DIMM Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node DIMM Level 5 Major

    Storage Controller has 'Node DIMM Level 5 Major'

    Node DIMM Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node DIMM Level 6 Critical

    Storage Controller has 'Node DIMM Level 6 Critical'

    Node DIMM Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Discover BBU True

    Storage Controller has 'Node Discover BBU True'

    Node Discover BBU True

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Discover DAE Control

    Storage Controller has 'Node Discover DAE Control'

    Node Discover DAE Control

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Discover DAE

    Storage Controller has 'Node Discover DAE'

    Node Discover DAE See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Discover DAE PSU

    Storage Controller has 'Node Discover DAE PSU'

    Node Discover DAE PSU

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Discover IBSW

    Storage Controller has 'Node Discover IBSW'

    Node Discover IBSW See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Discover Localdisk

    Storage Controller has 'Node Discover Localdisk'

    Node Discover Localdisk

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Disk Limited Space

    Storage Controller has 'Node Disk Limited Space'

    Node Disk Limited Space

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Disk No Free Space

    Storage Controller has 'Node Disk No Free Space'

    Node Disk No Free Space

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Ethernet 100M Rate

    Storage Controller has 'Node Ethernet 100M Rate'

    Node Ethernet 100M Rate

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 44

  • Name Description Symptom Recommendation

    Storage Controller Node Ethernet 10M Rate

    Storage Controller has 'Node Ethernet 10M Rate'

    Node Ethernet 10M Rate

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Ethernet port Level 2 Unknown

    Storage Controller has 'Node Ethernet port Level 2 Unknown'

    Node Ethernet port Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Ethernet port Level 3 Warning

    Storage Controller has 'Node Ethernet port Level 3 Warning'

    Node Ethernet port Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Ethernet port Level 4 Minor

    Storage Controller has 'Node Ethernet port Level 4 Minor'

    Node Ethernet port Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Ethernet port Level 5 Major

    Storage Controller has 'Node Ethernet port Level 5 Major'

    Node Ethernet port Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Ethernet port Level 6 Critical

    Storage Controller has 'Node Ethernet port Level 6 Critical'

    Node Ethernet port Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Failed Stop

    Storage Controller has 'Node Failed Stop'

    Node Failed Stop See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Fan Level 2 Unknown

    Storage Controller has 'Node Fan Level 2 Unknown'

    Node Fan Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Fan Level 3 Warning

    Storage Controller has 'Node Fan Level 3 Warning'

    Node Fan Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Fan Level 4 Minor

    Storage Controller has 'Node Fan Level 4 Minor'

    Node Fan Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Fan Level 5 Major

    Storage Controller has 'Node Fan Level 5 Major'

    Node Fan Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Fan Level 6 Critical

    Storage Controller has 'Node Fan Level 6 Critical'

    Node Fan Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node File Descriptors High

    Storage Controller has 'Node File Descriptors High'

    Node File Descriptors High

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node FP Temperature High

    Storage Controller has 'Node FP Temperature High'

    Node FP Temperature High

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node FP Temperature Invalid

    Storage Controller has 'Node FP Temperature Invalid'

    Node FP Temperature Invalid

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node FP Temperature Warning

    Storage Controller has 'Node FP Temperature Warning'

    Node FP Temperature Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Free RAM Low

    Storage Controller has 'Node Free RAM Low'

    Node Free RAM Low See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 45

  • Name Description Symptom Recommendation

    Storage Controller Node FRU Disconnected

    Storage Controller has 'Node FRU Disconnected'

    Node FRU Disconnected

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node FRU Failed

    Storage Controller has 'Node FRU Failed'

    Node FRU Failed See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node FRU Prepare Failed

    Storage Controller has 'Node FRU Prepare Failed'

    Node FRU Prepare Failed

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node FRU Uninitialized

    Storage Controller has 'Node FRU Uninitialized'

    Node FRU Uninitialized

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Firmware Invalid

    Storage Controller has 'Node Firmware Invalid'

    Node Firmware Invalid

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Firmware Mismatch

    Storage Controller has 'Node Firmware Mismatch'

    Node Firmware Mismatch

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Firmware Upgrading

    Storage Controller has 'Node Firmware Upgrading'

    Node Firmware Upgrading

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB1 Level 2 Unknown

    Storage Controller has 'Node IB1 Level 2 Unknown'

    Node IB1 Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB1 Level 3 Warning

    Storage Controller has 'Node IB1 Level 3 Warning'

    Node IB1 Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB1 Level 4 Minor

    Storage Controller has 'Node IB1 Level 4 Minor'

    Node IB1 Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB1 Level 5 Major

    Storage Controller has 'Node IB1 Level 5 Major'

    Node IB1 Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB1 Level 6 Critical

    Storage Controller has 'Node IB1 Level 6 Critical'

    Node IB1 Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB1 Port Down

    Storage Controller has 'Node IB1 Port Down'

    Node IB1 Port Down See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB1 Port Unknown

    Storage Controller has 'Node IB1 Port Unknown'

    Node IB1 Port Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB2 Level 2 Unknown

    Storage Controller has 'Node IB2 Level 2 Unknown'

    Node IB2 Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB2 Level 3 Warning

    Storage Controller has 'Node IB2 Level 3 Warning'

    Node IB2 Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB2 Level 4 Minor

    Storage Controller has 'Node IB2 Level 4 Minor'

    Node IB2 Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB2 Level 5 Major

    Storage Controller has 'Node IB2 Level 5 Major'

    Node IB2 Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB2 Level 6 Critical

    Storage Controller has 'Node IB2 Level 6 Critical'

    Node IB2 Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB2 Port Down

    Storage Controller has 'Node IB2 Port Down'

    Node IB2 Port Down See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node IB2 Port Unknown

    Storage Controller has 'Node IB2 Port Unknown'

    Node IB2 Port Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Management Pack for Dell EMC XtremIO

    VMware, Inc. 46

  • Name Description Symptom Recommendation

    Storage Controller Node Intsense Level 2 Unknown

    Storage Controller has 'Node Intsense Level 2 Unknown'

    Node Intsense Level 2 Unknown

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Intsense Level 3 Warning

    Storage Controller has 'Node Intsense Level 3 Warning'

    Node Intsense Level 3 Warning

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Intsense Level 4 Minor

    Storage Controller has 'Node Intsense Level 4 Minor'

    Node Intsense Level 4 Minor

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Intsense Level 5 Major

    Storage Controller has 'Node Intsense Level 5 Major'

    Node Intsense Level 5 Major

    See 'What is Causing the Issue?' below for more information about this alert.

    Storage Controller Node Intsense Level 6 Critical

    Storage Controller has 'Node Intsense Level 6 Critical'

    Node Intsense Level 6 Critical

    See 'What is Causing the Issue?' below for more information about this aler