This directory contains the executables and scripts for running Sequoia 2000 Benchmark on Paradise. Below is a brief instruction included in this file. 1. Modify 'setup' file to set the environment variable for the storage manager. SM_BUFSIZE -- buffer pool size, unit is KBytes. (e.g. 16384 = 16MBytes) SM_VOLTAB -- the file containing the volume table. SM_LOGDIR -- the directory containing the log file. SM_DISKRW -- disk process executable. 2. Modify 'voltab' to set the volume (can be either a raw disk or a unix file). e.g. "10 1700000 /dev/rsd3h" -- volume id is 10, volume size is about 1.7 GBytes, and the volume is on a raw device /dev/rsd3h. 3. Source the setup file. 4. Start server by executing server.s2k. 5. Start run by executing client.s2k. Note: We only include a small set of data in this release. The entire regional data is about 1.2 GBytes. If you have any questions, feel free to contact us via e-mail at paradise@cs.wisc.edu .