mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-07 12:00:14 +00:00
Fix some spelling issues and wording issues in the configuration section
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Configure xCAT
|
||||
==============
|
||||
|
||||
After install of xCAT software on the management node, set some site specific configuration values before using xCAT.
|
||||
After installing xCAT onto the management node, configure some basic attributes for your cluster into xCAT.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
@@ -8,15 +8,15 @@ Set attributes in the ``networks`` table
|
||||
comments,disable
|
||||
"10_0_0_0-255_0_0_0","10.0.0.0","255.0.0.0","eth0","10.0.0.101",,"10.4.27.5",,,,,,,,,,,,
|
||||
|
||||
A default network is created for the detected primary network using the same netmask and gateway. There may be additional network entries defined in the table for any additional networks present on the management node when xCAT is installed.
|
||||
A default network is created for the detected primary network using the same netmask and gateway. There may be additional network entries in the table for each network present on the management node where xCAT is installed.
|
||||
|
||||
#. To define additional networks into the ``networks`` table, use one of the following options:
|
||||
#. To define additional networks, use one of the following options:
|
||||
|
||||
* (**recommended**) Use ``mkdef`` to create/update an entry into ``networks`` table:
|
||||
* Use ``mkdef`` to create/update an entry into ``networks`` table. (**Recommended**)
|
||||
|
||||
To create a network entry for 192.168.X.X/16 with a gateway of 192.168.1.254: ::
|
||||
To create a network entry for 192.168.X.X/16 with a gateway of 192.168.1.254: ::
|
||||
|
||||
mkdef -t network -o net1 net=192.168.0.0 mask=255.255.0.0 gateway=192.168.1.254
|
||||
mkdef -t network -o net1 net=192.168.0.0 mask=255.255.0.0 gateway=192.168.1.254
|
||||
|
||||
* Use the ``tabedit`` command to modify the networks table directly in an editor: ``tabedit networks``
|
||||
|
||||
@@ -31,13 +31,13 @@ Set attributes in the ``networks`` table
|
||||
Initialize DHCP services
|
||||
------------------------
|
||||
|
||||
#. (**Optional**) Configure DHCP to listen on different network interfaces
|
||||
#. Configure DHCP to listen on different network interfaces (**Optional**)
|
||||
|
||||
xCAT allows specifying different network intercaces thateDHCP can listen on for different nodes or node groups. If this is not needed, go to the next step. To set dhcpinterfaces ::
|
||||
|
||||
chdef -t site dhcpinterfaces='xcatmn|eth1,eth2;service|bond0'
|
||||
|
||||
For more information, see ``dhcpinterfaces`` keyword n the :doc:`site table </guides/admin-guides/references/man5/site.5>`.
|
||||
For more information, see ``dhcpinterfaces`` keyword in the :doc:`site </guides/admin-guides/references/man5/site.5>` table.
|
||||
|
||||
|
||||
#. Create a new DHCP configuration file with the networks defined using the ``makedhcp`` command. ::
|
||||
|
@@ -1,9 +1,9 @@
|
||||
Configure passwords
|
||||
===================
|
||||
|
||||
#. Configure the system password for the ``root`` user on the compute nodes using one of the following method:
|
||||
#. Configure the system password for the ``root`` user on the compute nodes.
|
||||
|
||||
* Set using the :doc:`chtab </guides/admin-guides/references/man8/chtab.8>` command: ::
|
||||
* Set using the :doc:`chtab </guides/admin-guides/references/man8/chtab.8>` command: (**Recommended**) ::
|
||||
|
||||
chtab key=system passwd.username=root passwd.password=abc123
|
||||
|
||||
@@ -14,11 +14,11 @@ Configure passwords
|
||||
* Directly edit the passwd table using the :doc:`tabedit </guides/admin-guides/references/man8/tabedit.8>` command.
|
||||
|
||||
|
||||
#. Configure the passwords for various management methods
|
||||
#. Configure the passwords for Management modules of the compute nodes.
|
||||
|
||||
* For IPMI/BMC managed systems: ::
|
||||
|
||||
chtab key=ipmi password.username=USERID passwd.password=PASSW0RD
|
||||
chtab key=ipmi passwd.username=USERID passwd.password=PASSW0RD
|
||||
|
||||
* For HMC managed systems: ::
|
||||
|
||||
|
@@ -8,7 +8,7 @@ Set attributes in the ``site`` table
|
||||
* master [#]_
|
||||
* nameservers
|
||||
|
||||
*For more information on the keywords, see the DHCP ATTRIBUTES in the :doc:`site </guides/admin-guides/references/man5/site.5>` table.*
|
||||
For more information on the keywords, see the DHCP ATTRIBUTES in the :doc:`site </guides/admin-guides/references/man5/site.5>` table.
|
||||
|
||||
If the fields are not set or need to be changed, use the xCAT ``chdef`` command: ::
|
||||
|
||||
|
Reference in New Issue
Block a user