2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 09:50:19 +00:00

improve files

This commit is contained in:
root
2015-11-12 00:19:02 -05:00
parent 756602bfad
commit dea849942e
4 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
.. _The_synclist_file:
The synclist file
-----------------

View File

@ -60,7 +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:`update-node-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
@ -102,7 +102,7 @@ Synchronize new/updated configuration files
Setting up syncfile
```````````````````
Use instructions in :ref:`the_localtion_of_synclist_file_for_updatenode_label`.
Use instructions in doc: :ref:`The_synclist_file`.
Syncfiles to the nodes
```````````````````````
@ -111,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
------------------------------------------------