ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/doc/INSTALL
Revision: 1.1
Committed: Mon Oct 31 22:10:35 2005 UTC (19 years, 6 months ago) by afaq
Branch point for: v00, MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 afaq 1.1 1. Use the provide scripts to set install the corresponding products.
2    
3     2. All scripts take one commandline option (except InstallOracleClient),
4     that is the location of installation, where you want that particular
5     product to be installed.
6    
7     It can be same location for all the products.
8    
9     3. Examples:
10    
11     InstallLog4CXX.sh <install-dir>
12     InstallOracleODBC.sh <install-dir>
13     InstallUnixODBC.sh <install-dir>
14    
15     4. InstallAll.sh will call upon all scripts and install
16     all of them in one path. This is most CONVENIENT and RECOMMENDED.
17    
18     InstallAll.sh <install-dir>
19    
20     5. InstallAll.sh will also generate setup.sh script to setup DBS Environment.
21    
22     NOTE: InstallAll.sh will NOT install OracleClient, following steps
23     explain installation of Oracle Client.
24    
25    
26     6. InstallOracleClient intalls and configures ORACLE Client
27    
28     6.1 This script modifies the Oracle Instant Client installation kit
29     such that it is easily used with DBS.
30    
31     6.2 It modifies the install
32     directory layout to resemble that of the real Oracle client
33     installation.
34    
35     6.3 The script leaves behind an environment configuration script
36     you can source to get fully functional Oracle execution and
37     build environment.
38    
39     Usage: InstallOracleClient ZIP-DIRECTORY DESTINATION
40    
41     ZIP-DIRECTORY specifies the directory in which three Oracle
42     zip files must be available; you can obtain these from the
43     http://otn.oracle.com (Download -> Oracle Instant Client -> Instant
44     Client for Linux x86 -> Read and agree to the license -> Sign
45     up for an OTN account or use existing one -> Save file):
46    
47     instantclient-basic-linux32-10.1.0.3.zip
48     instantclient-sqlplus-linux32-10.1.0.3.zip
49     instantclient-sdk-linux32-10.1.0.3.zip
50    
51     DESTINATION is the directory under which you want to install the
52     Oracle components. You will get the standard Oracle installation
53     tree (lib, bin, admin, java, ...) directory structure here.
54    
55     NOTE: Mind that this script is taken fron PhEDEx Deployment scripts
56     So the instructions there in make References to PhEDEx,
57     just ignore them for DBS.
58    
59     Check required utlities. Not all SL3 systems have all RPMs.
60    
61    
62