HyperSCSI Quick Start Guide
This document was last updated on: 25 July 2002

Installing HyperSCSI
~~~~~~~~~~~~~~~~~~~~

Option A: Installing from Source:
1. Unpack <tar.gz>
2. Edit Makefile (if needed)
3. "make"
4. Edit "configure/install.defaults" (if needed, for default locations)
5. "make install"

Option B: Installing from tar.gz Binaries:
1. Unpack <tar.gz>
2. Edit "configure/install.defaults" (if needed, for default locations)
3. Run "install.sh"

Option C: Installing from RedHat RPM Binary:
1. Run "rpm -i <rpm file>"

Notes:
* In Options A and B, you can do a "make client" and "make server" to make
only the client or server portions. Similarly, you can also do a "make
install-client" and "make install-server".
* Re-running the installation at a later time will *NOT* overwrite your
existing .conf files

Starting and Using HyperSCSI:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Edit "/etc/hscsi/hs-client.conf" or "/etc/hscsi/hs-server.conf"
	(or wherever you chose to install the file)
2. Start HyperSCSI with "hs-client start" or "hs-server start"
3. Link as requried in "/etc/rc.d/" for starting on boot time

For more details:
~~~~~~~~~~~~~~~~~

Please visit http://nst.dsi.a-star.edu.sg/mcsa/hyperscsi/

Enjoy!
