diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_install.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_install.rst index f8b7d23da..5139616fa 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_install.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/syncfile/syncfile_install.rst @@ -15,7 +15,7 @@ The policy table must have the entry to allow syncfiles postscript to access the Hierarchy and Service Nodes ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If using Service nodes to manage you nodes, you should make sure that the service nodes have been synchronized with the latest files from the Management Node before installing. If you have a group of compute nodes (compute) that are going to be installed that are serviced by SN1, then run the following before the install to sync the current files to SN1. Note: the noderange is the compute node names, updatenode will figure out which service nodes need updating. +If using Service nodes to manage you nodes, you should make sure that the service nodes have been synchronized with the latest files from the Management Node before installing. If you have a group of compute nodes (compute) that are going to be installed that are serviced by SN1, then run the following before the install to sync the current files to SN1. Note: the noderange is the compute node names, updatenode will figure out which service nodes need updating. ``updatenode compute -f`` @@ -28,8 +28,8 @@ The 'syncfiles' postscript is in the defaults section of the postscripts table. * Create the synclist file with the entries indicating which files should be synced. (refer to :ref:`The_Format_of_synclist_file_label` ) * Put the synclist into the proper location for the node type (refer to :ref:`the_localtion_of_synclist_file_for_updatenode_label`) - -Make sure your postscripts table has the syncfiles postscript listed + +Make sure your postscripts table has the syncfiles postscript listed ``tabdump postscripts`` :: @@ -43,5 +43,5 @@ The diskless boot is similar with the diskful installation for the synchronizing Creating the synclist file as the steps in Diskful installation section, then the synced files will be synced to the os image during the packimage and mkdsklsnode commands running. -Also the files will always be re-synced during the booting up of the diskless node. +Also the files will always be re-synced during the booting up of the diskless node.