Creation of the prototype-node
This node is the one that provides the template for all
of the remaining nodes. After it is created, many copies of this
node will be created for the other nodes. So, the proto-node needs
to be created, carefully, once, then it ges cloned into many (almost identical)
copies during the node cloning process. The rough order of business
is:
-
Install RedHat onto the proto-node
-
Modify files on the proto-node
-
Copy the entire directory structure from the proto-node onto the Master's
/nfsr partition
-
Proceed to the cloning process.
Here are more detailed step-by-step installation instructions.