mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 09:13:08 +00:00
Merge pull request #397 from caomengmeng/mm_edit_doc_1111
Add missed links for updatenode and config dhcp
This commit is contained in:
commit
e13b495757
@ -1,8 +1,7 @@
|
||||
Configure DHCP
|
||||
==============
|
||||
|
||||
Add the relevant networks into the DHCP configuration, refer to:
|
||||
`XCAT_pLinux_Clusters/#setup-dhcp <http://localhost/fake_todo>`_
|
||||
Add the relevant networks into the DHCP configuration, refer to: :ref:`Setup-dhcp`
|
||||
|
||||
Add the defined nodes into the DHCP configuration, refer to:
|
||||
`XCAT_pLinux_Clusters/#configure-dhcp <http://localhost/fake_todo>`_
|
||||
|
@ -152,7 +152,8 @@ following below commands to install the target nodes with the image captured fro
|
||||
nodeset <target-node> osimage=<mycomputeimage>
|
||||
rnetboot <target-node>
|
||||
|
||||
|
||||
.. _update-node-later-on:
|
||||
|
||||
Update Nodes Later On
|
||||
---------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
.. _The_synclist_file:
|
||||
|
||||
The synclist file
|
||||
-----------------
|
||||
|
||||
|
@ -60,8 +60,7 @@ The next time you re-install these nodes, the additional software will be automa
|
||||
|
||||
Update the delta changes in Sysclone environment
|
||||
````````````````````````````````````````````````
|
||||
|
||||
Updatenode can also be used in Sysclone environment to push delta changes to target node. After capturing the delta changes from the golden client to management node, just run below command to push delta changes to target nodes. See :ref:`Using_Clone_to_Deploy_Server#Update_Nodes_Later_On` for more information. ::
|
||||
Updatenode can also be used in Sysclone environment to push delta changes to target node. After capturing the delta changes from the golden client to management node, just run below command to push delta changes to target nodes. See Sysclone environment related section: :ref:`update-node-later-on` for more information. ::
|
||||
|
||||
updatenode <targetnoderange> -S
|
||||
|
||||
@ -103,7 +102,7 @@ Synchronize new/updated configuration files
|
||||
Setting up syncfile
|
||||
```````````````````
|
||||
|
||||
Use instuctions in :ref:`Sync-Files-label`
|
||||
Use instructions in doc: :ref:`The_synclist_file`.
|
||||
|
||||
Syncfiles to the nodes
|
||||
```````````````````````
|
||||
@ -112,7 +111,7 @@ After compute node is installed, you would like to sync files to the nodes: ::
|
||||
|
||||
updatenode <noderange> -F
|
||||
|
||||
**With the ``updatenode`` command the syncfiles postscript cannot be used to sync files to the nodes.** Therefore, if you run ``updatenode <noderange> -P syncfiles``, nothing will be done. A message will be logged that you must use updatenode <noderange> -F to sync files.
|
||||
With the ``updatenode`` command the syncfiles postscript cannot be used to sync files to the nodes.Therefore, if you run ``updatenode <noderange> -P syncfiles``, nothing will be done. A message will be logged that you must use ``updatenode <noderange> -F`` to sync files.
|
||||
|
||||
Update the ssh Keys and Credentials on the Nodes
|
||||
------------------------------------------------
|
||||
|
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
Configure xCAT
|
||||
--------------
|
||||
|
||||
configure network table
|
||||
Configure network table
|
||||
```````````````````````
|
||||
|
||||
|
||||
@ -16,7 +16,9 @@ Pls run the following command to add networks in ``networks`` table if no entry
|
||||
|
||||
makenetworks
|
||||
|
||||
setup DHCP
|
||||
.. _Setup-dhcp:
|
||||
|
||||
Setup DHCP
|
||||
``````````
|
||||
|
||||
Set the correct NIC from which DHCP server provide service::
|
||||
|
Loading…
x
Reference in New Issue
Block a user