Was this helpful?
New Installation
To install Enterprise Access as a fresh (new) installation, the II_SYSTEM environment variable must be defined and should not refer to an existing installation.
To install Enterprise Access as a new installation
Note:  If you already completed Step 3 in the Create a Gateway System Directory section, skip Steps 1 and 2.
1. Enter the following command:
mkdir -p $II_SYSTEM/ingres
2. Enter the following command:
cd $II_SYSTEM/ingres
3. Update your path to include:
$II_SYSTEM/ingres/bin
$II_SYSTEM/ingres/utility
4. Update your shared library path to include:
$II_SYSTEM/ingres/lib
5. Extract the installer files from the install tar file.
tar xvf /path_to_install_tar_file/gateway.tar install
Here is an example command on AIX:
tar xvf /tmp/ea260605rs4us500.tar install
6. Run the install utility ingbuild as the ingres user:
install/ingbuild
7. If installing a single gateway, select PackageInstall from the menu. You will be prompted to install other required components, such as Ingres Net and Terminal Monitor. If installing multiple gateways, select CustomInstall from the menu. The CustomInstall option requires each individual component to be selected. For example, you will need to also select Ingres Net, Embedded SQL Precompilers, JDBC, and so on, in addition to the gateway packages.
8. To complete the installation, follow the steps in the Post-Installation Configuration section.
Last modified date: 08/22/2022