2. Installing Ingres : Installing Ingres for Linux : Installing Ingres for Linux at the Command Line : Rebuild RPM Package with Unique Name
 
Share this page                  
Rebuild RPM Package with Unique Name
To install multiple Ingres instances on one machine, you need a unique set of package names for each instance. You must rebuild each RPM package to include an instance ID that is unique to the machine. You can then install this package using the instructions described in Install Ingres Using RPM Commands (see page Install Ingres Using RPM Commands).
To rebuild the package, use the iirpmrename command. Multiple RPMs can be specified for renaming.
For example, to rebuild the base package named ingres-10.0.1-100.rpm to use an II_INSTALLATION of XX, issue the following command:
iirpmrename [path_to_directory/]ingres-10.0.1-100.rpm XX
A new RPM package is created in the current working directory called ingres-10.0.1-100.rpm. The package will install with II_SYSTEM=/opt/Actian/IngresXX and II_INSTALLATION=XX.
Note:  While you can still override the value for II_INSTALLATION using the response file or other methods mentioned above, we do not recommend it.