CSE 541 project =============== Untar the file: http://bart.ihpca.psu.edu/courses/cse541/project/project_code.tar.gz using the command "gunzip -c project_code.tar.gz | tar -xvf -" (Optionally, you can get all the Solaris binaries at http://bart.ihpca.psu.edu/courses/cse541/project/binaries/solaris/) Enter the newly created directory "cse541_project_code/". Compile the code on Solaris (specifically on any of the Sun machines in Pond 101) by typing "./makeopt". This will create optimized binaries for all the client and server programs in the bin/ directory. Then, copy the files to local disk (say /tmp) of different machines and run the following managers (in the stated order): 1. LM: ./log_man 2. TM: ./trans_man 3. RM: ./res_man -l -t -e -b 1000 Then run the TPC clients (in the stated order): 1. ./dbs_tpc_create 2. ./dbs_tpc 3. ./dbs_tpc_test | grep " = " Code written by: ---------------- Diansheng Guo (LM, RM + most of the debugging) Jun Zhao (RM, LM, ...) Junfeng Lu (RM, ...) Liang Xia (TM) Anirudh Modi (Lock Manager + integration of the above) -Anirudh Modi- http://www.anirudh.net -30th April, 2000 (Sun)