Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure the xCAT site table

Set the "master" and "nameservers" keys in the site table to point to the xCAT management node's private IP address:

chtab key=master site.value=x.x.x.x

chtab key=nameservers site.value=x.x.x.x

Set the "forwarders" key in the site table to point to a DNS server:

chtab key=forwarders site.value=y.y.y.y

Set the "dhcpinterfaces" key in the site table to the xCAT management node's private network interface. This causes the DHCP server running on the management node to only listen on this interface:

...

Disable all networks detected by xCAT except the private network so that xCAT does not attempt to add unwanted information to DHCP or other services.  First, dump the contents of the networks table to determine the network names created by xCAT:

...

chtab netname=<netname> networks.disable=1

Configure the blade node group

Set the nodehm table to use blade control methods:

...