Failover relationships will initially appear as Empty and must be activated by adding a scope to the relationship from the IPAM page. You can either create a new scope or select an existing one. If the failover relationship was previously empty, it will be created on the Microsoft DHCP server.
Microsoft DHCP scopes participating in failover relationships are grouped and labeled as such in the Authority column on the IPAM page. The Failover relationship column displays the name of the failover relationship to which the scope belongs.
Adding scopes to failover relationships
There are three ways to add scopes to a failover relationship, either in the Web Application or through the API.
To add scopes to the relationship:
- On the IPAM page, locate and select the scope in the data grid.
- Use either the Action or Row … menu to select Add scope to failover.
- In the dropdown, select a failover relationship to add the scope to.
- Select Confirm.
-OR-
- Create a new scope and select the
failover relationship during creation.
-OR-
- Use the API command
AdsdDHCPScopesFromDHCPFailoverRelationship, which adds scopes to failover relationships. Specify a reference to the DHCP scope and the failover relationship name.
If the failover relationship was empty before the scope was added to it, the status will change from Empty to Normal.
Removing scopes from failover relationships
There are three ways to remove scopes from failover relationships, either in the Web Application or through the API.
To remove a scope from a failover relationship:
- Locate the specific scope on the IPAM page.
- Use either the Action or Row …
menu to select Remove from failover.
After the scope is removed from the failover relationship, decide whether to delete or disable the secondary scope.
-OR-
- Locate the specific scope in the data grid on the IPAM page.
- Use either the Action or Row … menu to select Manage scope instances.
- In the dialog, use the Row ... menu for the relevant
server to select Remove scope instance.
- Select Save.
-OR-
- Use the API command
RemoveDHCPScopesFromDHCPFailoverRelationship, which removes scopes from failover relationships. Specify a reference to the DHCP scope, the failover relationship name, and the proper deconfigure action.