Guang Cheng Li - 2012-01-06

I think the error message is clear enough, you should install dhcp-server before installing xCAT, we already documented this in hte pLinux cookbook. We can not specify the dhcp-server as the prerequisite of xCAT, because the dhcp package on RHEL and SLES has different names.

[SLES] Check the installation of dhcp-server

On the SLES management node, the dhcp-server rpm may not have been automatically installed. Use following command to check whether it has been installed:

rpm -qa | grep -E "^dhcp-server"

If it is not installed, installed it manually:

zypper install dhcp-server