NetXMS Support Forum

English Support => General Support => Topic started by: Sorikan on April 07, 2025, 06:35:50 AM

Title: Disable nodes to stay under the license limit
Post by: Sorikan on April 07, 2025, 06:35:50 AM
How do I list all nodes that are unmanaged or past the license limit so that I can disable them and have only the nodes I ABOSLUTELY need up and running until I move off of a windows server?
Title: Re: Disable nodes to stay under the license limit
Post by: Filipp Sudanov on April 07, 2025, 08:50:46 AM
You can use Tools -> Find Object -> Query with the following to get all unmanaged nodes:
type == NODE and status == Status::UNMANAGED
 

 
Title: Re: Disable nodes to stay under the license limit
Post by: Sorikan on April 07, 2025, 09:39:42 AM
Apparently I did not think this through. What can I do, now that I see all the unmanaged devices to disable / pause them so they do not count towards the license?