Skip to content

Commit

Permalink
Merge pull request #6059 from bybai/cfgdoc1
Browse files Browse the repository at this point in the history
recommend to use confignetwork in confignics docs
  • Loading branch information
zet809 authored Mar 8, 2019
2 parents d8f796f + 4fbae5a commit 7ca4958
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -74,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
------------------------------------------
Expand Down

0 comments on commit 7ca4958

Please sign in to comment.