Installation
From SRB
(Difference between revisions)
| Revision as of 22:32, 22 February 2006 Wayne (Talk | contribs) ← Previous diff |
Current revision Asifjaan (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| - | IMPORTANT NOTES: | + | See the [[install.pl]] script for a full (but basic) installation of an SRB/MCAT system (and Postgresql/ODBC) for testing. |
| - | i) Starting with SRB 2.0.0, installation procedures have been changed | + | If you are upgrading to a new SRB release, see the [[Upgrade]] page. |
| - | to use the "configure" script. Please read README.build for details. | + | |
| - | Starting with 2.1.1, there is now an install.pl script to handle certain | + | |
| - | types of installations. | + | |
| - | ii) The Sput and Sget commands support parallel I/O. But the DEFAULT I/O | + | |
| - | mode is SERIAL. Please use the -m option or set the env variable "srbParallel" | + | |
| - | to any value to switch the I/O mode to parallel. With 2.1, the server | + | |
| - | can be configured with the number of parallel threads to use. | + | |
| - | iii) The previous versions (1.1.8) of MCAT are not compatible with the | + | |
| - | 2.0 and 2.1 releases. At SDSC, we are starting to upgrade the MCATs | + | |
| - | of various projects to 2.x. If you are using one of the MCATs at | + | |
| - | SDSC, please email srb@sdsc.edu for the status of the MCAT upgrade. | + | |
| - | + | ||
| - | See the ReleaseNotesX.Y[.Z] files (for example, ReleaseNotes2.1.1) for | + | |
| - | features of the releases. | + | |
| - | Contents of this release | + | [http://www.sdsc.edu/srb/SRB_Install_Notes.htm SRB_Install_Notes] has detailed descriptions of the installation procedure written by the CCLRC e-Science Data Management Group of the UK. (Originally a Word document, [http://www.sdsc.edu/srb/SRB_Install_Notes.doc SRB_Install_Notes.doc], if someone would like to convert this to MediaWiki and add it here, please do; it would be good to integrate the information.) |
| - | ----------------------- | + | |
| - | Directory Comments | + | The rest of the installation instructions are based on various Readme files which are now converted into wiki format, updated, and consolidated. See: |
| - | --------- --------------------------------------------------------- | + | *[[MCAT Install]] |
| - | ./src The source for the SRB code. | + | *[[Build]] |
| - | ./obj The SRB object files, the SRB client library. | + | *[[Server Configuration]] |
| - | ./bin The SRB server binary and startup script. | + | *[[Release Structure]] |
| - | ./data The SRB server configuration files. | + | *[[ Installing 2 Servers On Same Host ]] |
| - | ./mk The SRB server make configuration. | + | |
| - | ./readme.dir The README directory. | + | |
| - | ./MCAT MCAT installation, configuration and management. | + | |
| - | ./MCAT/java The SRB/MCAT Admin Tool. | + | |
| - | ./utilities The SRB client utilities. | + | |
| - | ./test Client programs, test suites. | + | |
| - | ./java The java srbBrowser. | + | |
| - | ./admin The SRB server monitoring program. | + | |
| - | ./jargon A pure Java API | + | |
| - | ./matrix WSDL Services interface for SRB | + | |
| - | ./python Python binding | + | |
| - | + | ||
| - | + | ||
| - | Other README files | + | |
| - | ------------------ | + | |
| - | + | ||
| - | SRB_Install_Notes.doc - This is an excellent SRB installation note written | + | |
| - | by Dr. Michael Doherty of the e-Science Group at the Rutherford Appleton | + | |
| - | Laboratory of UK. It describes from start to finish the installation of MCAT, | + | |
| - | MES (MCAT enable server), other SRB resource servers and client softwares. | + | |
| - | The install note is based on a Linux system with Oracle 9i as the database | + | |
| - | for MCAT. However, most of the note is applicable to other OS and | + | |
| - | DMBS. | + | |
| - | + | ||
| - | [[FAQ]] - Frequently Asked Questions. | + | |
| - | + | ||
| - | README.build - Notes on how to build the SRB server and client library. | + | |
| - | + | ||
| - | [[Data Encryption Compression]] - Notes on optional data encryption/compression capabilities. | + | |
| - | + | ||
| - | README.serverconfig - Notes on how to configure and run the SRB server. | + | |
| - | + | ||
| - | README.client - Notes on how to configure a SRB client environment and use | + | |
| - | the SRB client API. | + | |
| - | + | ||
| - | README.clientAPI - Gives a summary of the SRB client API. | + | |
| - | + | ||
| - | README.utilities - Notes on Installation and Use of Client Utilities. | + | |
| - | + | ||
| - | README.MCAT.INSTALL - Notes on Installation and Management of the MCAT catalog. | + | |
| - | + | ||
| - | README.python - Notes on python binding. | + | |
| - | + | ||
| - | README.srbBrowser - Notes on Installation and Use of the java srbBrowser. | + | |
| - | + | ||
| - | README.srbMon - Notes on Installation and Use of the SRB server monitoring | + | |
| - | daemon. | + | |
| - | + | ||
| - | README.tapeMassStor - Notes on Installation of the SRB's own Tape Mass Storage system. | + | |
| - | + | ||
| - | [[DAI]] - Notes on usage of the database access interface (DAI). | + | |
| - | + | ||
| - | TLANG.PRIMER - A small primer for the Template Language (T Language). | + | |
| - | + | ||
| - | + | ||
| - | web/SRB.htm - SRB Version 2.0.0 Manual in HTML format. | + | |
Current revision
See the install.pl script for a full (but basic) installation of an SRB/MCAT system (and Postgresql/ODBC) for testing.
If you are upgrading to a new SRB release, see the Upgrade page.
SRB_Install_Notes has detailed descriptions of the installation procedure written by the CCLRC e-Science Data Management Group of the UK. (Originally a Word document, SRB_Install_Notes.doc, if someone would like to convert this to MediaWiki and add it here, please do; it would be good to integrate the information.)
The rest of the installation instructions are based on various Readme files which are now converted into wiki format, updated, and consolidated. See:


