diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_bridge.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_bridge.rst index ffe1006f2..fec33c383 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_bridge.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_bridge.rst @@ -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. diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan.rst index b56020045..84130a096 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan.rst @@ -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. diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan_bridge.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan_bridge.rst index 64001f546..317946682 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan_bridge.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan_bridge.rst @@ -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/``. diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bridge.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bridge.rst index 78d650431..02c0a1075 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bridge.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bridge.rst @@ -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. diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_ethernet_nic.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_ethernet_nic.rst index 215178679..5e5755deb 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_ethernet_nic.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_ethernet_nic.rst @@ -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/`` diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_vlan.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_vlan.rst index 94c63be56..41ed6a0a9 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_vlan.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_vlan.rst @@ -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. diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_vlan_bridge.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_vlan_bridge.rst index 031df2b51..ebbf9fa12 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_vlan_bridge.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_vlan_bridge.rst @@ -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``. diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_second_adapter.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_second_adapter.rst index 45db73984..8e4fda2c1 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_second_adapter.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_second_adapter.rst @@ -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. diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/network/cfg_network_adapter.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/network/cfg_network_adapter.rst index 0e78a7c61..72631fe6b 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/network/cfg_network_adapter.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskful/customize_image/network/cfg_network_adapter.rst @@ -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: diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskless/customize_image/network/cfg_network_adapter.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskless/customize_image/network/cfg_network_adapter.rst index 0e78a7c61..72631fe6b 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskless/customize_image/network/cfg_network_adapter.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/diskless/customize_image/network/cfg_network_adapter.rst @@ -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: