Well I manged to get RAID 1 working with only a little effort. I installed mdadm from the Centos RPM
rpm -Uvh http://mirrors.kernel.org/centos/4.3/os/i386/CentOS/RPMS/mdadm-1.6.0-3.i386.rpm No problems.... I used this very excellent Howto as guide http://cd-docdb.fnal.gov/cgi-bin/ShowDocument?docid=1596 The first problem I hit was there is no mkfs installed so I cheated and just scp'd it from a working Centos box. It worked fine since it's library requirments and just libc. [EMAIL PROTECTED] efw-rpms]$ ldd /sbin/mkfs libc.so.6 => /lib/tls/libc.so.6 (0x00b75000) /lib/ld-linux.so.2 (0x00b5c000) After that it was smooth sailing md4 is syncing up right now the rest are all done. Not sure if this is of interest to anyone or if the EFW developers would considering add mdadm to the package base [I guess the hard part is make the install option] In any case I've over come the 2 big hurdles so it looks like I can deploy this and see what other fun problems I can find. -Mike ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
