Q&A on ZLM and ZDM ProxyDHCP (PXE)

  • 3594105
  • 18-Jul-2007
  • 30-Apr-2013

Environment

Novell ZENworks 7 Desktop Management Support Pack 1 - ZDM7 SP1
Novell ZENworks 7.2 Linux Management - ZLM7.2

Situation

Q & A on ZLM & ZDM ProxyDHCP (PXE).

Resolution

For the record, the term "PXE server", while in much use, is a misnomer. More correct is the term "ProxyDHCP server."

With ZLM 7.2 installed, is the server acting as a ProxyDHCP (PXE) server? Yes and no. All services are installed and ready, but the ProxyDHCP service will not start automatically. This avoids having multiple ProxyDHCP servers installed on a segment. So, if the ProxyDHCP server is activated (/etc/init.d/novell-proxydhcp start) the server will act as a ProxyDHCP server. (/etc/init.d/novell-proxydhcp install will cause the daemon to start each time the server reboots)

Do all the same rules apply, one ProxyDHCP server for each DHCP server? Yes, all the old rules apply. One ProxyDHCP server per DHCP server is a good rule, but the principle is to have exactly one ProxyDHCP server respond to each client. Obviously, if no ProxyDHCP server responds, then nothing ProxyDHCP-related will work. If multiple ProxyDHCP servers respond, then the results may be unpredictable (meaning it most likely will not work).

Is a ProxyDHCP server needed for each VLAN? Not necessarily, but that is a good rule of thumb. ProxyDHCP servers follow the same rules as DHCP servers and benefit from the same configuration. So if there is a single DHPC server for multiple VLANs, then there should be a single ProxyDHCP server. To have a single ProxyDHCP server for multiple VLANs, knowledge of how to configure your VLANs and switches with DHCP/bootp helpers/bridges is needed. Different vendors use different terms and methods like IPHelper and IPForwarding

A single ZLM 7.2 server is wanted. What is the configuration, install options? This question is larger than PXE services, so my answer may not cover all issues that need to be considered when installing ZLM. In many instances, a single ZLM server may be sufficient, but you may want to consider a few things, especially if you have multiple sites.

PXE services will download several megabytes of data to enable imaging to occur, and then the images tend to be on the order of a few gigabytes. You may not want to have all this traffic originating from a single server or crossing certain networks segments (WLANs or other lower-speed segments). In this case you may want to deploy other imaging/PXE servers in strategic locations.

How many NICs will bind to ZLM? One. The server can have more than one NIC, but the service will only bind to a single interface, and then use internal routing to service the others.

What about ZDM and ZLM interoperating ProxyDHCP servers? This is the exact scenario where we designed server referrals. It is a technical requirement that each client only "see" a single ProxyDHCP server, regardless of whether they are imported into a ZDM or ZLM management zone.

The best solution is to use VLAN management configuration to ensure that each client can see a PXE server from his "home zone" and no others. For the cases where this is not possible, ZLM has the ability to perform PXE server referrals.

Where a client will see a PXE server from ZDM and ZLM, the user must:

1. Disable the ZDM PXE services (just the proxyDHCP service/daemon)
2. In ZLM's ZCC, enter a referral entry for a ZDM imaging server.

Now when any ZDM client requests PXE services, the ZLM server will recognize that it does not belong to his set of managed devices, and will refer him to the ZDM server.

This will work for any reasonable number of overlapping management zones.

Again, this is not the preferred method, but it will work when needed. Please refer to the documentation/forums for more information on PXE server referrals.

Internal Notes


Reviewed by WSSZEN