Skip to content

Commit 7ca4958

Browse files
author
zet809
authored
Merge pull request #6059 from bybai/cfgdoc1
recommend to use confignetwork in confignics docs
2 parents d8f796f + 4fbae5a commit 7ca4958

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_second_adapter.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Configure Additional Network Interfaces old version - confignics - (deprecated)
22
===============================================================================
33

4+
**"confignics" is deprecated, recommend using new version "confignetwork" instead.**
5+
46
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.
57

68
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.
@@ -74,12 +76,15 @@ Use command below to add confignics into the node's postscripts list ::
7476

7577
chdef cn1 -p postscripts=confignics
7678

79+
**NOTE**: ``confignics`` is deprecated, you can also use ``chdef cn1 -p postscripts=confignetwork`` instead above ``chdef`` command.
80+
7781
By default, confignics does not configure the install nic. if need, using flag "-s" to allow the install nic to be configured. ::
7882

7983
chdef cn1 -p prostscripts="confignics -s"
8084

8185
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.
8286

87+
**NOTE**: ``confignics`` is deprecated, you can also use ``chdef cn1 -p postscripts="confignetwork -s"`` instead above ``chdef`` command.
8388

8489
Add network object into the networks table
8590
------------------------------------------

0 commit comments

Comments
 (0)