mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 11:12:04 +00:00
Spelling fixes in admin-guides/manage_clusters/common docs
This commit is contained in:
parent
56547d1fde
commit
a681e35c0e
@ -82,7 +82,7 @@ Group/Pattern Names
|
||||
|
||||
It is only supported for stateful deployment.
|
||||
|
||||
In Linux, a groups of rpms can be packaged together into one package. It is called a group on RedHat, CentOS, Fedora and Scientific Linux. To get the a list of available groups, run
|
||||
In Linux, a groups of rpms can be packaged together into one package. It is called a group on RedHat, CentOS, Fedora and Scientific Linux. To get the list of available groups, run
|
||||
|
||||
* **[RHEL]** ::
|
||||
|
||||
|
@ -79,7 +79,7 @@ If this is the same distro version as what your management node uses, create a `
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
This way, if you need to install some additional RPMs into your MN later, you can simply install them with ``yum``. Or if you are installing a software on your MN that depends some RPMs from this disto, those RPMs will be found and installed automatically.
|
||||
This way, if you need to install some additional RPMs into your MN later, you can simply install them with ``yum``. Or if you are installing a software on your MN that depends some RPMs from this distro, those RPMs will be found and installed automatically.
|
||||
|
||||
**[Tips 2]**
|
||||
|
||||
|
@ -79,7 +79,7 @@ If 'osupdatename' is specified, the kernel shipped with the 'osupdatename' will
|
||||
|
||||
- If putting the driver disk in <installroot>/driverdisk/<os>/<arch>:
|
||||
|
||||
Running 'nodeset <nodenrage>' in anyway will load the driver disk
|
||||
Running 'nodeset <noderange>' in anyway will load the driver disk
|
||||
|
||||
.. END_inject_into_initrd__for_diskful_for_DUD
|
||||
|
||||
|
@ -4,7 +4,7 @@ Configure Bridge Based On Ethernet NIC
|
||||
The following example set the xCAT properties for compute node ``cn1`` to create:
|
||||
|
||||
* Compute node ``cn1`` has one physical NIC: eth1
|
||||
* User wants to confgure 1 bridge br1 based on eth1
|
||||
* User wants to configure 1 bridge br1 based on eth1
|
||||
* Assign ip ``30.5.106.9`` to br0
|
||||
|
||||
Add network object into the networks table
|
||||
|
@ -4,7 +4,7 @@ Configure VLAN Based on Ethernet Adapter
|
||||
The following example set the xCAT properties for compute node ``cn1`` to create:
|
||||
|
||||
* Compute node ``cn1`` has one physical NIC: eth0
|
||||
* Confgure 2 vlans: eth0.6 and eth0.7 based on eth0
|
||||
* Configure 2 vlans: eth0.6 and eth0.7 based on eth0
|
||||
* Assign ip ``60.5.106.9`` to eth0.6 and ``70.5.106.9`` to eth0.7
|
||||
|
||||
Define the additional networks to xCAT
|
||||
|
@ -32,7 +32,7 @@ When do ``postinstall`` scripts run?
|
||||
High level flow of ``genimage`` process:
|
||||
|
||||
a) install the packages specified by ``pkglist`` into ``rootimgdir`` directory
|
||||
b) cumstomize the ``rootimgdir`` directory
|
||||
b) customize the ``rootimgdir`` directory
|
||||
c) generate the initrd based on the ``rootimgdir`` directory
|
||||
|
||||
The ``postinstall`` scripts are executed in step b).
|
||||
|
@ -115,7 +115,7 @@ The **EXECUTE** clause is used to list all the postsync scripts (<filename>.post
|
||||
|
||||
**EXECUTEALWAYS**
|
||||
|
||||
The **EXECUTEALWAYS** clause is used to list all the postsync scripts you would like to run after the files are synced, whether or not any file is actually updated. The files in this list must be added to the list of files to sync. If noderange is used in the synclist for the file listed in the **EXECUTEALWAYS** clause, the script will only be exectuted on the nodes in that noderange.
|
||||
The **EXECUTEALWAYS** clause is used to list all the postsync scripts you would like to run after the files are synced, whether or not any file is actually updated. The files in this list must be added to the list of files to sync. If noderange is used in the synclist for the file listed in the **EXECUTEALWAYS** clause, the script will only be executed on the nodes in that noderange.
|
||||
|
||||
.. note:: The path to the file to EXECUTE or EXECUTEALWAYS, is the location of the file on the MN.
|
||||
|
||||
|
@ -25,7 +25,7 @@ For Linux nodes, you can use ``xdcp`` command **-i** option with **-F** to sync
|
||||
|
||||
xdcp -i /install/<inst_type>/<os>/<arch>/<profile>/rootimg -F /install/custom/<inst_type>/<os>/<profile>.synclist
|
||||
|
||||
You can use the ``xdcp`` **-s** option to sync the files only to the service nodes for the node group named **compute**. The files will be placed in the default **/var/xcat/syncfiles** directory or in the directory as indicated in the **site.SNsyncfiledir** attribute. If you want the files synched to the same directory on the service node that they come from on the Management Node, set **site.SNsyncfiledir=/** attribute. This can be setup before a node install, to have the files available to be synced during the install: ::
|
||||
You can use the ``xdcp`` **-s** option to sync the files only to the service nodes for the node group named **compute**. The files will be placed in the default **/var/xcat/syncfiles** directory or in the directory as indicated in the **site.SNsyncfiledir** attribute. If you want the files synced to the same directory on the service node that they come from on the Management Node, set **site.SNsyncfiledir=/** attribute. This can be setup before a node install, to have the files available to be synced during the install: ::
|
||||
|
||||
xdcp compute -s -F /install/custom/<inst_type>/<os>/<profile>.synclist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user