2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-10-23 15:35:31 +00:00

Update man page for networks table

This commit is contained in:
Jarrod Johnson
2018-06-01 16:16:05 -04:00
parent 3bbfafad4d
commit 23d63d59bb

View File

@@ -562,7 +562,7 @@ passed as argument rather than by table value',
mask => 'The network mask.',
mgtifname => 'The interface name of the management/service node facing this network. !remote!<nicname> indicates a non-local network on a specific nic for relay DHCP.',
gateway => 'The network gateway. It can be set to an ip address or the keyword <xcatmaster>, the keyword <xcatmaster> indicates the cluster-facing ip address configured on this management node or service node. Leaving this field blank means that there is no gateway for this network.',
dhcpserver => 'The DHCP server that is servicing this network. Required to be explicitly set for pooled service node operation.',
dhcpserver => 'The DHCP server that is servicing this network. Required to be explicitly set for pooled service node operation. This field should not be set except for service node operation. Also, <xcatmaster> is not a valid field value for this field.',
tftpserver => 'The TFTP server that is servicing this network. If not set, the DHCP server is assumed.',
nameservers => 'A comma delimited list of DNS servers that each node in this network should use. This value will end up in the nameserver settings of the /etc/resolv.conf on each node in this network. If this attribute value is set to the IP address of an xCAT node, make sure DNS is running on it. In a hierarchical cluster, you can also set this attribute to "<xcatmaster>" to mean the DNS server for each node in this network should be the node that is managing it (either its service node or the management node). Used in creating the DHCP network definition, and DNS configuration.',
ntpservers => 'The ntp servers for this network. Used in creating the DHCP network definition. Assumed to be the DHCP server if not set.',