Synchronizing system information between the cluster nodesWe synchronize most of the system directories on the bryce cluster on a periodic basis. After adding users, changing configuration, or installing software, you should run a sync to make the machines behave identically. Node 1 is the master node in this configuration. All synchronization MUST be done from node 1 Connect to node 1 and run the following to synchronize all of the other nodes:
sudo clsync all
To synchronize only a few for testing, you can run
sudo clsync 2 3 4
|