Network Management
How to enable dynamic IP address (DHCP or BOOTP) for multiple nodes for certain subnet for SolarWinds Platform
This article describes how to enable dynamic IP address (DHCP or BOOTP) to multiple nodes on the same subnet. The existing Dynamic IP Address feature is not available when editing more than one node.
First published date
Last published date
Overview
This article describes how to enable dynamic IP address (DHCP or BOOTP) to multiple nodes on the same subnet. The existing dynamic IP Address feature is not available when editing more than one node.
Product section
Resolution
Open the Database Manager and run the following query:
Note: This example uses 10.199.6.0/24 subnet as an example. Change the IP address depending on the environment.
update nodes set dynamicip = 'true' where IP_Address like '10.199.6.%'