*=======================================================================* * * * Mini-RAID2 * * * Updated by Mohamed Hefeeda, March 2004 * * * *=======================================================================* 1. Get the software package (miniRAID2.tar), available on the corse web page. 2. Break it apart with the command: tar xvf miniRAID2 You'll now have the following files: Describe.ps (contains documentation in postscript format) Makefile README.TXT (this file) comm.c comm.h comutil.c ctlutil.c dbsite.c dbtypes.h dbutil.c extdata.h mgr.c mgr.h mgrcmd.c mgrutil.c simtypes.h slog.c sys_comm.h time.c typec.c typem.c typex.c 3. Edit the file "mgr.h" and replace the path (/usr/raid/mini-raid/src/) in the constant DB_SITE_FILE to be the directory where you are going to keep the executable programs. 4. Compile the software using the command: make Note: If you are compiling on Linux, remove -lsocket from the Makefile. 5. Read the 'Describe.ps' document to know the details of running mini-RAID. *=======================================================================*