From: Brian J. W. <Bri...@co...> - 2001-07-06 03:48:30
|
Hi Brian , I got both the alpha - nodes up with the latest patch. There are something i noticed in the latest codebase 1) missing /etc/rc.nodeup ( The cluster_start is trying to execute it but the file is missing. even rc.nodedown is copied /etc/rc.d/ ) 2 ) the unistd.h in cluster-tools/include/asm directoy . Since this is a platform dependent file and linux have different file for different hardware ( like one for i386 and other for alpha ) it is good to make the compiler pick the file from linux kernel tree rather than providing it along with cluster tools . 3) redifing __NR_ssisys in ssisys.c file I have a different value for alpha and I have it defined it in asm/unistd.h. So it will be good to pick it from there . I will send you the patch one I clean the code base -aneesh "Brian J. Watson" wrote: > CI 0.5.5 and Cluster Tools 0.5.5 are now available. As I said a couple > of days ago, the primary change is in how a node joins a cluster. > Previously, it joined before mounting the root and got its information > through LILO. Now it joins when a command is run (sometime after > mounting the root), and it gets its information from a configuration > file. > > The source is available on our project summary page: > > http://opensource.compaq.com/sourceforge/project/?group_id=22 > > Hopefully we'll get CVS up soon, so that those interested in the > bleeding edge won't have to wait for a release. We have a few issues > to work through first. > > -Brian |