SystemImager® v4.0.2 Manual | ||
---|---|---|
<<< Previous | HOWTO Distribute configuration file across a SystemImager cluster | Next >>> |
Run the command si_clusterconfig -e as root. There are 3 levels of hierarchy for the overrides:
global override: to be distributed to all the nodes,
group override: to be distributed only in a group of nodes,
node override: to be distributed in a single node.
![]() | The files in the global override are distributed to all the nodes. If there is a file with the same path and the same name in a group override, the group override wins. If there is a file with same path and same name in a node override and a group override, then the node override wins. |
The required elements are:
the name of your image server: <master></master>
the name of the global group (that identify all the clients): <name></name>
the name of the global override (to be distributed in all the clients): <override></override>
<<< Previous | Home | Next >>> |
Overview | Up | A simple example |