diff options
author | Eric Thibodeau <kyron@neuralbs.com> | 2008-08-18 01:24:04 -0400 |
---|---|---|
committer | Eric Thibodeau <kyron@neuralbs.com> | 2008-08-18 01:24:04 -0400 |
commit | 11f730f49ef407d5c370f45fc1cea4d9f59d76ea (patch) | |
tree | b0fd78fb24da3fa4b53d37fe1a3688514596af45 /NFSroot-HOWTO | |
parent | Added support for CPUSET (diff) | |
download | clustering-livecd-11f730f49ef407d5c370f45fc1cea4d9f59d76ea.tar.gz clustering-livecd-11f730f49ef407d5c370f45fc1cea4d9f59d76ea.tar.bz2 clustering-livecd-11f730f49ef407d5c370f45fc1cea4d9f59d76ea.zip |
Multiple addition and cleanups
- added passwordless SSH for root to nodes
- added some FAQs and documentation
- quick update of the HOWTOs
- switch to snapshot 20080816
- added torque (PBS) and underlying support modules
- added a few config variables to scripts to ease future changes
- created openrc-0.2.5-r1 to ease the NFSROOT howto procedure
+ (don't have to unpack and repack the snapshot for running ebuild * digest)
* corrected invalide use of non existant functions.sh in nfsroot_setup.sh
beowulf-head-0.1.ebuild:
* Added the modules infrastructure to be called by dnsmasq's script callback interface
* provided examples are for torque and c3.
-- C3's configuration file is valid but doesn't seem to work (might be a python issue)
-- torque is _still_ work in progress:
+ some of the setup seems to be incomplete (in the ebuild)
+ the profile switch was to get a better chance at a working installation (2.3.3)
- Science overlay was added to pull in the modularized version of openmpi
Since USE=pbs in the specs, openmpi requires Torque but Torque also require kernel (stage2). Torque is currently being built twise, once minimal for openmpi, then with kernel features in the stage2. Commenting out pbs and torque in stage2 reverts the build to a simple cluster without the whole PBS infrastructure...but it works ;)
Diffstat (limited to 'NFSroot-HOWTO')
-rw-r--r-- | NFSroot-HOWTO | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NFSroot-HOWTO b/NFSroot-HOWTO index 7d09aed..f2445f4 100644 --- a/NFSroot-HOWTO +++ b/NFSroot-HOWTO @@ -1,7 +1,7 @@ # Essentially: # 1- set up the environment as described in the LiveCD-HOWTO # 2- : -# openrc is so haWt we need the latest and gratest...but since we don't want to pull git and all deps into the nfsroot, here is a "hack": +# openrc, we need the latest and gratest...but since we don't want to pull git and all deps into the nfsroot, here is a "hack": cd /var/git/ git clone git://git.overlays.gentoo.org/proj/openrc.git cd openrc/ @@ -21,7 +21,7 @@ done # if you have such a setup ;) # of course...there is also the stage4 in: -# /var/tmp/catalyst/builds/default/stage4-amd64-nfsroot-20080629.tar.bz2 +# /var/tmp/catalyst/builds/default/stage4-amd64-nfsroot-20080806.tar.bz2 # For the liveCD/DVD creation we'll bind mount the folder into the CD/DVD's overlay so it's automatically included in the ISO image: -mount -o bind /var/tmp/catalyst/tmp/default/stage4-amd64-nfsroot-20080629/ /var/git/clustering-livecd/catalyst/livecd/2008.0/overlay/tftproot/nfsroot/x86_64/ +mount -o bind /var/tmp/catalyst/tmp/default/stage4-amd64-nfsroot-20080806/ /var/git/clustering-livecd/catalyst/livecd/2008.0/overlay/tftproot/nfsroot/x86_64/ |