The components which make up the BigSur environment are all included in this "Tar wad." Please see the Description.README for more information on each of the components. If you are loading the BigSur Schema, you will automagically get all of the other necessary components. If, however, you wish only to use the DLOBH Blade, you may; Please follow the directions for it below. To load the BigSur Schema you must first have Illustra 2.x or higher: 1) Change your directory to ./BigSur/Schema 2) Set your environment variables in the usual way for Illustra, but be sure to include MI_PLATFORM, as in the following example: setenv MI_PLATFORM `uname -m` The file ./Dlobh/SOURCEME does this correctly. 3) Run any one of the following: $make MI_DATABASE=TARGET load Loads into an existing database. $make MI_DATABASE=TARGET create load Create and load a new database. $make MI_DATABASE=TARGET new load Delete, re-create, and then load the specified database. To load (just) the Dlobh blade, do so by: 1) Set your environment variables in the usual way for Illustra, but be sure to include MI_PLATFORM, as in the following example: setenv MI_PLATFORM `uname -m` Note that MI_PLATFORM must be set to either 'alpha' or 'sun4' as the code has only been ported to these two sustems. The file ./Dlobh/SOURCEME does this correctly. 2) Then, go to the ./Dlobh/install directory and type; make MI_DATABASE=databasename install 3) To install on another server, modify the MSQL variable in ./install/Makefile.