1) Untar the package. A command similar to the following:
	tar zxvf sysmgr1.0.tgz

2) Change to the sysmanager directory.
	cd sysmanager1.0

2) Make the executables. Decide whether you're on a linux or solaris platform
   and then either:

	make linux
or
	make solaris

3) Install the executables.
	make install

