aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Thibodeau <kyron@neuralbs.com>2008-08-22 00:32:38 -0400
committerEric Thibodeau <kyron@neuralbs.com>2008-08-22 00:32:38 -0400
commitedf208f28a241f7a077a9e68df3509b9b6a3a822 (patch)
treef9fcac10f7394ea8ac06764fd5e74df3a67e9e47
parentPull out ssh configuration and place it into a stand-alone scritp (diff)
downloadclustering-livecd-edf208f28a241f7a077a9e68df3509b9b6a3a822.tar.gz
clustering-livecd-edf208f28a241f7a077a9e68df3509b9b6a3a822.tar.bz2
clustering-livecd-edf208f28a241f7a077a9e68df3509b9b6a3a822.zip
Updated MOTD with clearer instructions.
-rw-r--r--catalyst/livecd/2008.0/misc/clusterlivecd.motd.txt31
1 files changed, 26 insertions, 5 deletions
diff --git a/catalyst/livecd/2008.0/misc/clusterlivecd.motd.txt b/catalyst/livecd/2008.0/misc/clusterlivecd.motd.txt
index 1c0fe7c..2002209 100644
--- a/catalyst/livecd/2008.0/misc/clusterlivecd.motd.txt
+++ b/catalyst/livecd/2008.0/misc/clusterlivecd.motd.txt
@@ -3,11 +3,32 @@ There is also a rescue session for X using twm if you simply use "startx".
You can start the installer by typing "installer" at the prompt below.
-To get the clustering system up and runnign from the CD, edit the files
-in /etc/gentoo/ and then run:
+** ------ Clustering Live CD information ------
+** To get the clustering system up and runnign from the CD:
+**
+** 1- edit the files in /etc/gentoo/ and _then_ run:
- emerge --config =net-nds/ldap-auth-0.1
- emerge --config =sys-cluster/beowulf-head-0.1
+ cluster-setup
-Thank you for using Gentoo Linux Clustering Live Media!
+** Once the system is set up, you can boot up your nodes using PXE.
+** While they are booting, use diradm to add a user such as:
+
+ diradm useradd -m -p MyPassw0rd Billy
+
+** Then login as 'Billy' and run the `setup-pwdless-ssh` script to
+** configure passwordless logon to the nodes.
+
+ /usr/sbin/setup-pwdless-ssh
+
+** If the pbs USE flag is set, can be checked with :
+
+ portageq envvar USE | grep -o -e pbs
+
+** then you have to use Torque's queue manager:
+
+ http://www.clusterresources.com/wiki/doku.php?id=torque:torque_wiki
+
+***********************************************************
+** Thank you for using Gentoo Linux Clustering Live Media!*
+***********************************************************