Dynamic IP addressing for LSF hosts
DHCP (Dynamic Host Configuration Protocol) enables individual computers on an IP network to extract their configurations from particular machines (DHCP servers) that have no exact information about the individual computers until they request the information. This reduces the work necessary to administer a large IP network. The most significant piece of information distributed in this manner is the IP address.
How LSF works with dynamic IP addressing
LSF hosts running Windows can be configured as DHCP clients, which means their IP address is dynamic. Users who dial in or connect from a remote location might be assigned a different IP address with each connection.
The DHCP server issues an IP address to the LSF host, but LSF gets the IP address from DNS (Domain Name System). A WINS (Windows Internet Naming Service) server synchronizes information between the DHCP and DNS servers.
The IP address should not be changed while there are active TCP/IP connections with the host, for example, while installing LSF or running LSF commands. Normally, the IP address is maintained until the host is restarted or until the network connection is broken.
If an LSF client host is assigned a new IP address, wait for WINS to update DNS before using that host to run LSF.
LSF client hosts
LSF client hosts can be DHCP clients and can change their IP addresses anytime in a running cluster.
LSF server hosts
Installing dynamic hosts on Windows allows support for dynamic IP addressing for LSF server hosts using DHCP.
LSF server hosts can be DHCP clients and can change their IP addresses anytime in a running cluster. The management host also saves the server host IP address.
Set up DHCP clients
Before you begin
- DHCP server
- WINS server
- DNS server
- LSF hosts acting as DHCP clients
Install Microsoft DNS server and WINS server on the same machine.