From: Thomas O. <th...@gm...> - 2004-01-15 16:21:32
|
Hello, just finished with the installation of the Oracle and GUS... Because it was a kind of fight for me, just want to post my errors and problems I had, to show the difficulties for new people. First you have to download a lot of packages... the idea: with the cvs you will download the gus shemas. The ant builds the oracle schemas and will install all modules, mainly perl modules. Do following order: I. http://www.gusdb.org/documentation/install-setup.html to point 7. download of GUS in the $PROJECT_HOME directory: cvs -d :pserver:cv...@cv...:/cvsroot/GUS login login is CVSUSER and then cvs -z 3 -d :pserver:cv...@cv...:/cvsroot/GUS co install GUS II.then follow http://www.gusdb.org/documentation/installguide_UGA.html until INITIAL DATA SETUP FOR GUS 3.0 note: (a) for installing the Oracle on your system, see the OTN page of Oracle for help! (...down theses days) or google around (b) Call your DB GUS-instance gus, it will make it more easy... set the $ORACLE_SID=gus + export it!!! (c) play with netca until i.e sqlplus system/password@gus works III. next help is: http://www.gusdb.org/documentation/installguide.html take care during the initiation of the tablespace! It must have the same name than later in the file $GUS_HOME/config/schema.prop!!! There are also missing 2 for the app appVer user. In this file there is also a bug: replaced these lines: oracle_rad3=RAD3 oracle_rad3Password=password5 oracle_rad3ver=RAD3Ver oracle_rad3verPassword=password5 with these: oracle_rad=RAD oracle_radPassword=password5 oracle_radver=RADVer oracle_radverPassword=password5 and (think to initiate the tabel space for these too) oracle_app=app oracle_appPassword=password6 oracle_appTablespace=tablespace6 oracle_appIndexTablespace=tablespace6 oracle_appver=appVer oracle_appverPassword=password6 oracle_appverTablespace=tablespace6 in rad3-views.sql changed these lines: Later in rad3-views.sql changed these lines: (after the second build!) from RAD3.ANALYSISRESULTIMP FROM RAD3.CompositeElementResultImp to: from RAD.ANALYSISRESULTIMP FROM RAD.CompositeElementResultImp and in rad3ver-views.sql changed these lines: FROM RAD3ver.ANALYSISRESULTIMPver FROM rad3ver.AnalysisResultImpver; FROM RAD3Ver.CompositeElementResultImpVer; to: FROM RADver.ANALYSISRESULTIMPver FROM radver.AnalysisResultImpver; FROM RADVer.CompositeElementResultImpVer; Compare for theses changes the mail from Matthew Hobbs, the 7.01.03! Look in the log files, if everything is build correctly! I had some problems with the tablespace, something new for mysql users! IV. Do the rest of http://www.gusdb.org/documentation/installguide_UGA.html Hope this is not too redundad and might help someone! Cheers, Thomas |