2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Replace nodeset, rsetboot and rpower with rinstall

This commit is contained in:
Mark Gurevich 2017-02-13 12:53:14 -05:00
parent a02f2523ae
commit d20f83dc3b

View File

@ -87,26 +87,18 @@ Update the rhels6 RPM repository (rhels6 only)
createrepo \
-g repodata /98462d05248098ef1724eddb2c0a127954aade64d4bb7d4e693cff32ab1e463c-comps-rhel6-Server.xml
**Note:** you should use comps-rhel6-Server.xml with its key as the group file.
**Note:** you should use ``comps-rhel6-Server.xml`` with its key as the group file.
Set the node boot state to ready for installation
-------------------------------------------------
Run **nodeset** command to the osimage name defined in the ``provmethod`` attribute on your Service Node. ::
nodeset <service_node> osimage="<osimagename>"
For example ::
nodeset <service_node> osimage="rhels7-x86_64-install-service"
Initialize network boot to install Service Nodes
------------------------------------------------
Install Service Nodes
---------------------
::
rsetboot <service_node> net
rpower <service_node> boot
rinstall <service_node> osimage="<osimagename>"
For example ::
rinstall <service_node> osimage="rhels7-x86_64-install-service"
Monitor the Installation
------------------------