2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-18 01:00:23 +00:00

Modify doc to enable goconserver by defanlt on service node

Add description for `setupconserver` attribute.
This commit is contained in:
chenglch
2018-03-28 13:44:08 +08:00
parent 965dc960ea
commit 58f0999d6d

View File

@@ -55,12 +55,13 @@ The following table illustrates the cluster being used in this example:
setupdhcp=1 \
setuptftp=1 \
setupnameserver=1 \
setupconserver=1
setupconserver=2
**Tips/Hint**
* Even if you do not want xCAT to configure any services, you must define the service nodes in the ``servicenode`` table with at least one attribute, set to 0, otherwise xCAT will not recognize the node as a service node
* See the ``setup*`` attributes in the node definition man page for the list of available services: ``man node``
* For clusters with subnetted management networks, you might want to set ``setupupforward=1``
* For the ``setupconserver`` attribute, if ``conserver`` is used, set to ``1``, if ``goconserver`` is used, set to ``2``
#. Add additional postscripts for Service Nodes (optional)