Network Management

Switch Stack widget or resources are not showing in NPM

This article provides a resolution when Switch Stack widgets or resources are missing from the Node Details page of a Node that is a Switch Stack but is not being recognized as such.

First published date

11/12/2018 9:06 PM

Last published date

7/11/2025 9:45 PM

Overview

In this article, you will find suggestions on addressing missing Switch Stack widgets and resources on the Node Details page of the node, which is a member of a switch stack.

Example: One of the stack switches shows the stack icon on the left-hand side

image.png


but the other does not.

image.png


Both nodes are recognized as having two switches, as it shows the power supply fans, etc. in the Hardware Health widget.

Product section

Network Performance Monitor

Cause

  • The switch stack poller is not assigned to the node.
  • It is also possible that a switch stack poller is missing or could be corrupted after installing a hotfix or upgrading the versions.

Resolution

  1. Verify if the switch stacks native poller (N.SwitchStack.SNMP.Cisco) has been assigned to the affected node from the Pollers table by running the following SQL query (replace NODEID with relevant value).
    -- 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.
    --
    SELECT * FROM [Pollers]
    WHERE [NetObjectID] = NODEID
    AND [PollerType] = 'N.SwitchStack.SNMP.Cisco'

    Sample Output will be something like this:

    PollerTypeNetObjectIDEnabled
    N.SwitchStack.SNMP.Cisco441FALSE

     
  2. If the native poller isn't assigned, assign it to the affected node.
    1. Go to Settings > All Settings > 'Node & Group Management' section > Manage Pollers
    2. In the GROUP BY column on the left side, click on SolarWinds Native Poller
    3. Check the Switch Stack poller, then click on ASSIGN
       

       
    4. Search for or find the node not showing as a Switch Stack, and toggle OFF to ON.
       
      image.png
    5. Go back to the Node Details page and click on Rediscover.

     
  3. After following the steps above, if the details page still does not show the Switch Stack Widgets, try clearing the web browser cache or checking it in a different browser. If the issue continues, please get in touch with Technical Support.