summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-07-28 12:00:14 +1000
committerMartin Schwenke <martin@meltin.net>2014-07-28 12:00:14 +1000
commit2c28542c03c92655c8d57992c2b6bda1fde838e0 (patch)
treecb391f4d4afabb76fd9901d35a82b5e59dfd1b31
parent88d070962fa024e273ca0b1784f1ee738b70047f (diff)
downloadautocluster-2c28542c03c92655c8d57992c2b6bda1fde838e0.tar.gz
autocluster-2c28542c03c92655c8d57992c2b6bda1fde838e0.tar.xz
autocluster-2c28542c03c92655c8d57992c2b6bda1fde838e0.zip
Update README
Signed-off-by: Martin Schwenke <martin@meltin.net>
-rw-r--r--README22
1 files changed, 12 insertions, 10 deletions
diff --git a/README b/README
index 73fb7a7..2550b17 100644
--- a/README
+++ b/README
@@ -314,7 +314,7 @@ all of this as root.
4) autocluster -c m1.autocluster cluster boot
- 5) autocluster -c m1.autocluster cluster configure
+ 5) autocluster -c m1.autocluster cluster setup
BOOTING/DESTROY A CLUSTER
=========================
@@ -326,9 +326,9 @@ nodes in the cluster.
The most useful vircmd commands are:
- start : boot a node
- shutdown : graceful shutdown of a node
- destroy : power off a node immediately
+ start : boot a cluster
+ shutdown : graceful shutdown of a cluster
+ destroy : power off a cluster immediately
You can watch boot progress like this:
@@ -343,12 +343,14 @@ POST-BOOT SETUP
Autocluster copies some scripts to cluster nodes to enable post-boot
configuration. These are used to configure specialised subsystems
-like GPFS or Samba and are installed in /root/scripts/ on each node.
-The main 2 entry points are install_packages.sh and setup_cluster.sh.
-To setup a clustered NAS system you will normally need to run
-setup_gpfs.sh and setup_cluster.sh on one of the nodes. If you want
-to run these manually, see autocluster's cluster_configure() function
-for example usage.
+like GPFS or Samba, and are installed in /root/scripts/ on each node.
+The main entry point is cluster_setup.sh, which invokes specialised
+scripts depending on the cluster filesystem type or the node type.
+cluster_setup.sh is invoked by the cluster_setup() function in
+autocluster.
+
+See cluster_setup() if you want to do things manually or if you want
+to add support for other node types and/or cluster filesystems.
There are also some older scripts that haven't been used for a while
and have probably bit-rotted, such as setup_tsm_client.sh and