diff --git a/docs/source/advanced/hierarchy/provision/diskful_sn.rst b/docs/source/advanced/hierarchy/provision/diskful_sn.rst index 74819d05c..1574c2104 100644 --- a/docs/source/advanced/hierarchy/provision/diskful_sn.rst +++ b/docs/source/advanced/hierarchy/provision/diskful_sn.rst @@ -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 osimage="" - -For example :: - - nodeset osimage="rhels7-x86_64-install-service" - -Initialize network boot to install Service Nodes ------------------------------------------------- +Install Service Nodes +--------------------- :: - rsetboot net - rpower boot + rinstall osimage="" + +For example :: + + rinstall osimage="rhels7-x86_64-install-service" Monitor the Installation ------------------------