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. 
			
			
			
				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
			
			
			
				Hi,
I'm facing the same issue. Is there any news on this, or is it still the best recommendation?
Cheers,
Frank
			
			
			
				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)