Network Management

VMWare guest status showing as critical in NPM- one or more thresholds are exceeded

VMware guest status may display Critical if your default Network Usage Rate thresholds are configured with low values.

First published date

10/22/2018 10:15 AM

Last published date

4/9/2025 3:13 PM

Overview

Guest Status for two (2) nodes is showing as Critical - One or more thresholds are exceeded.

Product section

Network Performance Monitor

Cause

This issue is caused by default Network Usage Rate thresholds which are set to lower values.

Resolution

Do the following steps to resolve the issue:

Part 1: Changing the configuration of the Database Manager
1. Open the Database Manager on the SolarWinds server:
    Go to Start > All Programs > SolarWinds Platform > Database Manager.
2. Locate your SolarWindsOrion database (Add Orion server).
    Right-click on your SolarWindsOrion database and select New Query.
3. Enter the following SQL query to update the settings and allow a higher maximum value for Network Usage Rate threshold:

-- Scripts are not supported under any SolarWinds support program or service.
-- Scripts are provided AS IS without warranty of any kind. SolarWinds further
-- disclaims all warranties including, without limitation, any implied warranties
-- of merchantability or of fitness for a particular purpose. The risk arising
-- out of the use or performance of the scripts and documentation stays with you.
-- In no event shall SolarWinds or anyone else involved in the creation,
-- production, or delivery of the scripts be liable for any damages whatsoever
-- (including, without limitation, damages for loss of business profits, business
-- interruption, loss of business information, or other pecuniary loss) arising
-- out of the use of or inability to use the scripts or documentation.

    UPDATE VIM_ThresholdTypes SET MAximum=5000000 WHERE Name='NetworkUsageRate'
  UPDATE VIM_Thresholds SET Maximum=5000000 WHERE TypeID = (SELECT TypeID FROM VIM_ThresholdTypes WHERE Name='NetworkUsageRate')

4. Execute query.

Part 2: Configuring Virtualization Thresholds
On the Virtualization Thresholds page, adjust the values on the Network Usage Rate to a level that will work for the environment.
Your two options for configuring are:
1. Virtualization Global Thresholds for all nodes
    a. Web Console > Settings > Virtualization Settings > Virtualization Global Thresholds
    b. Network Usage Rate > Set the Warning and Critical Levels
2. Virtualization Thresholds for individual nodes
    a. Web Console > Settings > Virtualization Settings > Virtualization Thresholds
    b. Select the Nodes/Virtual Machines in questions > Edit Thresholds
    c. Network Usage Rate > Override Global Threshold
    d. Set the Warning and Critical Levels

Note:
 Upgrading to VMAN v6.3 or higher resolves this issue.