From f9d5469205bdc9b358a7fa6d19c54e8e5a27ab71 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Mar 2019 22:31:08 -0500 Subject: [PATCH 1/4] polished --- .../common/deployment/network/cfg_second_adapter.rst | 2 ++ 1 file changed, 2 insertions(+) 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 ded30393cb..23cca57cc3 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,6 +1,8 @@ Configure Additional Network Interfaces old version - confignics - (deprecated) =============================================================================== +``confignics`` is deprecated, recommend using new version ``confignetwork`` instead. + 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. The way the confignics postscript decides what IP address to give the secondary adapter is by checking the nics table, in which the nic configuration information is stored. From 9d277074935b7fd916b75d6e2659ef888217c23e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Mar 2019 00:42:00 -0500 Subject: [PATCH 2/4] polished --- .../common/deployment/network/cfg_second_adapter.rst | 3 +++ 1 file changed, 3 insertions(+) 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 23cca57cc3..22ca8361a7 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 @@ -76,12 +76,15 @@ Use command below to add confignics into the node's postscripts list :: chdef cn1 -p postscripts=confignics +**NOTE**: ``confignics`` is deprecated, you can also use ``chdef cn1 -p postscripts=confignetwork`` instead above ``chdef`` command. + By default, confignics does not configure the install nic. if need, using flag "-s" to allow the install nic to be configured. :: chdef cn1 -p prostscripts="confignics -s" Option "-s" writes the install nic's information into configuration file for persistence. All install nic's data defined in nics table will be written also. +**NOTE**: ``confignics`` is deprecated, you can also use ``chdef cn1 -p postscripts="confignetwork -s"`` instead above ``chdef`` command. Add network object into the networks table ------------------------------------------ From 688dcdb383668468c1e6fc9d65a06e521cb01f50 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Mar 2019 01:19:18 -0500 Subject: [PATCH 3/4] polished --- .../common/deployment/network/cfg_second_adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 22ca8361a7..ad4b79b250 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,7 +1,7 @@ Configure Additional Network Interfaces old version - confignics - (deprecated) =============================================================================== -``confignics`` is deprecated, recommend using new version ``confignetwork`` instead. +**``confignics`` is deprecated, recommend using new version ``confignetwork`` instead.** 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. From 4fbae5aeda55b94a0176c04ab1124db8c590a252 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Mar 2019 01:52:58 -0500 Subject: [PATCH 4/4] polished --- .../common/deployment/network/cfg_second_adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ad4b79b250..ce6f9b8013 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,7 +1,7 @@ Configure Additional Network Interfaces old version - confignics - (deprecated) =============================================================================== -**``confignics`` is deprecated, recommend using new version ``confignetwork`` instead.** +**"confignics" is deprecated, recommend using new version "confignetwork" instead.** 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.