PDA

View Full Version : Two versions in a server?


mengue
03-29-02, 16:05
Hello,

Is it possible to install two versions (7.x and 9.30 )
of informix in a server?

chulapat
04-01-02, 04:17
It may be possible in Unix, if you install each version on different directory (this mean 2 engines will use different onconfig and sqlhosts fiels), use separate chunks, use different environment variables for informix (this mean you should use different user to start informix).

It is impossible on Windows NT because sqlhosts file is in the same registry in the same machine.:eek:

rnealejr
04-01-02, 15:41
Definitely on Unix. However, I would exercise extreme caution as multiple instances will degrade performance based on the usage and size of the instances as well as the hardware on the server (disk, cpu, memory...). Also performance troubleshooting is much more difficult.

I do not know your environment but a question I have is what is preventing you from just upgrading your 7.x to 9.30 ?

Good luck.

mengue
04-05-02, 07:55
Thanks a lot.

muratmy
05-14-02, 06:03
Hi,
isn't it possile to set the environment variable "SQLHOSTS" on MS platforms?Or is it not supported?