Was this helpful?
Existing Ingres Installation
To install Enterprise Access on top of an existing Ingres installation
1. Shut down your existing installation.
2. The II_SYSTEM environment variable must be defined and should refer to an existing installation.
3. Determine the Enterprise Access package you want to install, that is, "oracle" for Oracle.
4. To start the installation, ensure the install tar file is available.
5. Enter the following command:
cd $II_SYSTEM/ingres
6. Extract the upgrade script and run it, as follows:
tar xvf/path_to_install_tar_file/gateway.tar gwinstall.sh
./gwinstall.sh /path_to_install_tar_file/gateway.tar /path_to_license_directory gateway_type [gateway_type]
where path_to_license_directory is the location of the license.xml file for this installation and gateway_type is the required host DBMS (for example, oracle). For example:
sh gwinstall.sh /devsrc/ingres11r2/ea11_2/build/ea-11.2.0-00-com-linux-x86_64.tar /home/ingres/installations/I3/license oracle
Here are example commands for AIX:
tar -xvf /tmp/ea260605rs4us500.tar gwinstall.sh
sh gwinstall.sh /tmp/ea260605rs4us500.tar /home/ingres/installations/I3/license oracle
Note:  The installation script, gwinstall.sh, allows you to install Enterprise Access in an existing Ingres installation while leaving the Ingres components unchanged.
Last modified date: 08/22/2022