NetXMS Support Forum

English Support => General Support => Topic started by: TSimmonsHJ on June 27, 2019, 08:52:41 PM

Title: Stacked switches in rack view
Post by: TSimmonsHJ on June 27, 2019, 08:52:41 PM
Greetings all,
I am evaluating NetXMS for use in our environment and I have a question about how to best represent stacked switches in the rack function. Since they only show up as one node, it's challenging for us. It's not uncommon for us to have switch stacks spread out across multiple racks as well - usually in the same room, but sometimes not. What is the best way to represent this? We use Juniper (EX), Aruba (2930f, 3810m), and Cisco (moving to Cat 9series) mostly - but we could inherit all sorts of things.
Title: Re: Stacked switches in rack view
Post by: Victor Kirhenshtein on July 07, 2019, 02:35:07 PM
Hi,

one possible option is to create fake nodes without IP address to represent different units and use status DCIs to set unit status. I will also think about implementing some sort of built-in mechanism for representing units of distributed stack as that seems to be quite common task. If you wish you can follow on this ticket: https://track.radensolutions.com/issue/NX-1657 (https://track.radensolutions.com/issue/NX-1657)

Best regards,
Victor
Title: Re: Stacked switches in rack view
Post by: 2b2bff on August 16, 2023, 04:19:21 PM
Hi,

I'm facing the same issue. Is there any news on this, or is it still the best recommendation?

Cheers,
Frank
Title: Re: Stacked switches in rack view
Post by: Filipp Sudanov on October 02, 2023, 04:41:11 PM
Hi,

We had a discussion with developers and formulated how this could be implemented somewhere in the future: https://track.radensolutions.com/issue/NX-2466

For the time being, you can create dummy nodes (specifying ip address 0.0.0.0), create one script DCI on each of these nodes with "Use this DCI for node status calculation" and use script to determine status (script should be returning 0...4 for Normal...Critical)