2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00

enhance new doc based on comments

This commit is contained in:
bybai
2017-08-02 07:23:54 -04:00
parent 7b69cf4520
commit 6914d28e84
10 changed files with 14 additions and 14 deletions

View File

@@ -72,4 +72,4 @@ Check ``ifcfg-br0`` under ``/etc/sysconfig/network-scripts/`` ::
STP="on"
TYPE="Bridge"
Use ``ip a`` command to check if ``br0`` and ``bond0`` are correct.
Use ``ip addr`` command to check if ``br0`` and ``bond0`` are correct.

View File

@@ -58,4 +58,4 @@ Login to compute node cn1 and check ``ifcfg-bond0.1`` under ``/etc/sysconfig/net
USERCTL=no
VLAN=yes
Use ``ip a`` command to check if ``br0`` and ``bond0`` are correct.
Use ``ip addr`` command to check if ``br0`` and ``bond0`` are correct.

View File

@@ -72,6 +72,6 @@ Check result
Use ``ip`` command on ``cn1`` to check all NICs ::
xdsh cn1 "ip a"
xdsh cn1 "ip addr"
Check all network configuration files under ``/etc/sysconfig/network-scripts/``.

View File

@@ -53,4 +53,4 @@ Check ``ifcfg-eth1`` under ``/etc/sysconfig/network-scripts/`` ::
BRIDGE=br1
Use ``ip a`` command to check if ``br1``, ``eth0.6`` and ``eth0.7`` are correct.
Use ``ip addr`` command to check if ``br1``, ``eth0.6`` and ``eth0.7`` are correct.

View File

@@ -46,7 +46,7 @@ Update /etc/hosts
Configure adapters with static IPs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#. Execute ``confignetwork -s`` to configure both provision ip ``11.1.89.7`` and data ip ``13.1.89.7`` as static
#. Execute ``confignetwork -s`` to configure both provision ip ``11.1.89.7`` and application data ip ``13.1.89.7`` as static
a. Add ``confignetwork -s`` into postscript list to execute on reboot ::
@@ -71,6 +71,6 @@ Configure adapters with static IPs
Check result
~~~~~~~~~~~~
#. Use ``xdsh cn1 "ip a"`` to check ``eth0`` and ``eth1``
#. Use ``xdsh cn1 "ip addr"`` to check ``eth0`` and ``eth1``
#. Check ``ifcfg-eth0`` and ``ifcfg-eth1`` under ``/etc/sysconfig/network-scripts/``

View File

@@ -49,4 +49,4 @@ Login to compute node cn1 and check VLAN options in ``ifcfg-eth0.6`` and ``ifcfg
VLAN=yes
Use ``ip a`` command to check if ``eth0.6`` and ``eth0.7`` are there.
Use ``ip addr`` command to check if ``eth0.6`` and ``eth0.7`` are there.

View File

@@ -60,4 +60,4 @@ Login to compute node cn1 and check ``ifcfg-br1`` and ``ifcfg-br2`` under ``/etc
STP="on"
TYPE="Bridge"
Use ``ip a`` command to check if ``br1``, ``br2``, ``eth0.6`` and ``eth0.7``.
Use ``ip addr`` command to check if ``br1``, ``br2``, ``eth0.6`` and ``eth0.7``.

View File

@@ -1,5 +1,5 @@
Configure Additional Network Interfaces - confignics - (deprecated)
===================================================================
Configure Additional Network Interfaces old version - confignics - (deprecated)
===============================================================================
The **nics** table and the **confignics** postscript can be used to automatically configure additional network interfaces (multiple ethernets adapters, InfiniBand, etc) on the nodes as they are being deployed.

View File

@@ -1,5 +1,5 @@
Networking Adapters Configuration - confignetwork
-------------------------------------------------
Configure Additional Network Interfaces - confignetwork
-------------------------------------------------------
The ``confignetwork`` postscript can be used to configure the network interfaces on the compute nodes to support Ethernet adapters, VLAN, BONDs, and BRIDGES. ``confignetwork`` can be used in postscripts during OS privision, it can also be executed in ``updatenode``. The way the ``confignetwork`` postscript decides what IP address to give the secondary adapter is by checking the ``nics`` table, in which the nic configuration information is stored. In order for the ``confignetwork`` postscript to run successfully, the following attributes must be configured for the node in the ``nics`` table:

View File

@@ -1,5 +1,5 @@
Networking Adapters Configuration - confignetwork
-------------------------------------------------
Configure Additional Network Interfaces - confignetwork
-------------------------------------------------------
The ``confignetwork`` postscript can be used to configure the network interfaces on the compute nodes to support Ethernet adapters, VLAN, BONDs, and BRIDGES. ``confignetwork`` can be used in postscripts during OS privision, it can also be executed in ``updatenode``. The way the ``confignetwork`` postscript decides what IP address to give the secondary adapter is by checking the ``nics`` table, in which the nic configuration information is stored. In order for the ``confignetwork`` postscript to run successfully, the following attributes must be configured for the node in the ``nics`` table: