Viewing DHCP settings
The Fabric Services System maintains a set of properties that govern the way it, and nodes it manages, interact with a DHCP server. These properties include a DHCP default lease time, and a DHCP maximum lease time. By default, both are set to seven days (86,400 seconds).
These properties are stored in a pair of files on the Fabric Services System server:
- dhcpd.conf (for ipv4)
 - dhcp6.conf (for ipv6)
 
For example:
# dhcpd.conf
log-facility local7;
default-lease-time 604800;
max-lease-time 604800;
shared-network fss {
}
            # dhcpd6.conf
log-facility local7;
default-lease-time 604800;
max-lease-time 604800;
shared-network fss {
}
            Although you cannot configure these properties from the Fabric Servcies System GUI, you can view their current values by following the steps in this procedure.
- 
                Click 
 to open the main menu. 
             - In the main menu, select Deployment Regions. The Deployment Regions page opens, showing a graphical representation of regions already created.
 - 
                Right-click the Deployment Region object on the map and select one
                    of the following from the displayed list of actions:
                
- To view IPv4 DHCP settings, select View DHCP Configuration.
 - Tov view IPv6 DHCP settings, click View DHCP V6 Configuration.
 
An overlay displays, showing the contents of the corresponding configuration file. - 
                Do any of the following:
                
- To save a copy of the configuration file, click 
. - To copy the displayed information to your clipboard, click 
. - To close the overlay, click the X icon.
 
 - To save a copy of the configuration file, click