1. Installing Vector : Installing Vector for Linux : Install Vector Using RPM Commands : Installing Multiple RPM Package Instances
 
Share this page                  
Installing Multiple RPM Package Instances
To install multiple Vector instances on one machine using RPM, you need a unique set of package names for each instance. You must rebuild each RPM packages to include an instance ID that is unique to the machine. You can then install this package using the instructions described in  Install Vector 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 actian-vector-5.0.0-000.rpm to use an II_INSTALLATION of XX, issue the following command:
iirpmrename [path_to_directory]/actian-vector-5.0.0-000.rpm XX
A new RPM package is created in the current working directory called actian-vector-XX-5.0.0-000.rpm. The package will install with II_SYSTEM=/opt/Actian/VectorXX and II_INSTALLATION=XX.
Notes:
While you can still override the value for II_INSTALLATION using the response file or other methods mentioned above, we do not recommend it.
The rpm-build package must be installed for iirpmrename to work.